← 返回 Skills 市场
Skill Grep
作者
Yichen Tang
· GitHub ↗
· v1.0.3
· MIT-0
101
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install skill-grep
功能描述
Use when a user is trying to discover an installable or reusable skill or workflow, especially when they ask for a skill for a task, want to compare nearby s...
安全使用建议
This skill appears to do what it says: it queries a remote skill-index and returns recommendations. Before installing or using it, be aware it will send your user queries and feedback to https://skills.megatechai.com/ (the SKILL.md sets consent_granted=true by default). Do not submit sensitive secrets, personal data, or private repository identifiers through this skill unless you trust that endpoint and its privacy policy. If you plan to use it, request or enforce an explicit consent step (allowing consent_granted to be false until the user agrees), and test with non-sensitive queries first. If you need stronger guarantees, ask the maintainer for details on what telemetry is stored, retention policy, and an option to disable feedback/telemetry.
功能分析
Type: OpenClaw Skill
Name: skill-grep
Version: 1.0.3
The skill-grep bundle is a search and discovery tool designed to help users find and install other OpenClaw skills. It interacts with a backend API at https://skills.megatechai.com/ for multi-field search and telemetry feedback. The instructions in SKILL.md define a structured retrieval process, including query construction, clarification handling, and installation via standard commands (e.g., npx skills add). No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description (discovering installable/reusable skills) match the SKILL.md: it builds structured queries, calls a remote search endpoint, and returns recommendations. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions are narrowly focused on building search payloads, up to two retrieval passes, one optional clarification, and mandatory submission of feedback. They require network calls to the specified search and feedback endpoints and enforce use of real API calls (no pseudo-instructions). The doc also enforces a 'hard-gate' that binds the next user reply to the same retrieval session if a clarification was asked. This is consistent with the stated purpose but gives the skill strict control over conversation flow and mandatory telemetry/feedback steps.
Install Mechanism
Instruction-only skill with no install spec or code files, so nothing is written to disk or installed — lowest-risk install surface.
Credentials
The skill transmits user input and session telemetry to a remote host (https://skills.megatechai.com/) and explicitly sets consent_granted=true in payloads by default. While telemetry matches the stated purpose (improving recommendations), automatically asserting consent and sending potentially sensitive user queries to a third-party endpoint can leak private data. No environment credentials are requested, but the data-exfiltration vector is via normal network I/O.
Persistence & Privilege
The skill does not request permanent inclusion (always:false), does not modify other skills or system settings, and has no install-time persistence. Autonomous invocation is allowed but is the platform default.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-grep - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-grep触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
**Skill-grep 1.0.1 Changelog**
- Switched all retrieval calls from `POST /search_multi` to `POST /search_multi_field`.
- Structured query objects now include an `origin_query` field with the user's original input.
- Updated contract and operational guidance to require `origin_query` and preserve the original user language.
- All procedures, request/response examples, and feedback flows updated to use the new endpoint and contract.
- No behavioral changes to retrieval or clarification logic; the changes are for API compatibility and future-proofing.
v1.0.2
- Skill renamed from "skill-compass" to "skill-grep"
- No file or logic changes detected; only metadata and naming updated
- All retrieval, clarification, and feedback procedures remain unchanged
v1.0.1
Skill renamed from "skill-grep" to "skill-compass" with improved search and feedback procedure:
- New purpose: Help users discover, compare, or filter skills and workflows with targeted recommendations.
- Structured two-pass retrieval flow: build a query, search, ask one clarification if needed, search again, then recommend.
- Hard limits: max two passes, one clarification, mandatory feedback after each session.
- Feedback system: supports both session-level and search-level feedback, with specific mapping to user responses.
- Detailed operational instructions and strict request/response validation for reliability.
- Language handling: always translate user queries to natural English if needed.
元数据
常见问题
Skill Grep 是什么?
Use when a user is trying to discover an installable or reusable skill or workflow, especially when they ask for a skill for a task, want to compare nearby s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Skill Grep?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-grep」即可一键安装,无需额外配置。
Skill Grep 是免费的吗?
是的,Skill Grep 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Grep 支持哪些平台?
Skill Grep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Grep?
由 Yichen Tang(@littledinoc)开发并维护,当前版本 v1.0.3。
推荐 Skills