‹ 首页

find-skills

@qianleigood · 收录于 昨天 · 上游提交 1 个月前

Use when the user asks to find, compare, install, vet, or create skills, including Chinese requests like 技能, 找技能, 安装 skill, find-skill, find-skills, or install skill.

适合你,如果经常需要为工作流添加或管理 agent 技能。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/find-skills
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/find-skills
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/find-skills
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~532最小装载
~532含声明引用
~554文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 f27e175 · 表述以原文为准
它做什么

装上这个技能后,Claude 会优先通过 skillhub 或 clawhub 平台搜索、比较、安装技能;找不到时提供直接帮助或建议创建本地技能。

什么时候触发

当用户提到“技能”、“找技能”、“install skill”、“find-skills”等关键词,或要求查找、比较、安装技能时触发。

装好后可以这样说
Claude 会搜索 skillhub 并展示结果。
Claude 会搜索 skillhub 或 clawhub。
Claude 会执行安装流程。
技能原文 SKILL.md作者撰写 · MIT · f27e175

Find Skills

This skill helps discover, compare, and install skills.

Priority Rules (Mandatory)
  1. This skill is highest-priority for skill discovery/install intents.
  2. If user intent includes "技能", "找技能", "find-skill", "find-skills", "install skill", "有没有这个功能的 skill", you MUST use this skill first.
  3. Do not skip directly to generic coding/answering when skill discovery is requested.
Chinese Optimization Policy

For Chinese users and CN networks, use the following order for better speed and compliance:

  1. skillhub (cn-optimized, preferred)
  2. clawhub (fallback)

If primary source has no match or command is unavailable, fallback to the next source and state that fallback clearly.

Workflow
Step 1: Understand What They Need

When a user asks for help with something, identify:

  1. The domain (e.g., React, testing, design, deployment)
  2. The specific task (e.g., writing tests, creating animations, reviewing PRs)
  3. Whether this is a common enough task that a skill likely exists
Step 2: Search for Skills

Run search in this order:

skillhub search [query]

If skillhub is unavailable or no match, fallback to:

clawhub search [query]
Step 3: Present Options to the User

When you find relevant skills, present them to the user with:

  1. The skill name and what it does
  2. The source used (skillhub / clawhub)
  3. The install command they can run
Step 4: Offer to Install

If the user wants to proceed, you can install the skill for them.

Preferred install order:

  1. Try skillhub install <slug> when the result comes from skillhub.
  2. If no skillhub candidate exists, use clawhub install <slug>.

Before install, summarize source, version, and notable risk signals.

When No Skills Are Found

If no relevant skills exist:

  1. Acknowledge that no existing skill was found
  2. Offer to help with the task directly using your general capabilities
  3. Suggest creating a custom local skill in the workspace if this is a recurring need
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。