Find Skills
This skill helps discover, compare, and install skills.
Priority Rules (Mandatory)
- 1. This skill is highest-priority for skill discovery/install intents.
- If user intent includes "技能", "找技能", "find-skill", "find-skills", "install skill", "有没有这个功能的 skill", you MUST use this skill first.
- 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) - INLINECODE1 (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)
- The specific task (e.g., writing tests, creating animations, reviewing PRs)
- Whether this is a common enough task that a skill likely exists
Step 2: Search for Skills
Run search in this order:
CODEBLOCK0
If skillhub is unavailable or no match, fallback to:
CODEBLOCK1
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
- The source used (
skillhub / clawhub) - 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. - 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
- Offer to help with the task directly using your general capabilities
- Suggest creating a custom local skill in the workspace if this is a recurring need
查找技能
该技能帮助发现、比较和安装技能。
优先级规则(强制)
- 1. 对于技能发现/安装意图,此技能具有最高优先级。
- 如果用户意图包含技能、找技能、find-skill、find-skills、install skill、有没有这个功能的 skill,你必须优先使用此技能。
- 当请求技能发现时,不要直接跳转到通用编码/回答。
中文优化策略
针对中文用户和中国网络环境,为获得更快的速度和更好的合规性,请按以下顺序操作:
- 1. skillhub(针对中国优化,优先使用)
- clawhub(备用方案)
如果主要来源没有匹配结果或命令不可用,则回退到下一个来源,并明确说明回退情况。
工作流程
步骤1:理解用户需求
当用户请求帮助时,识别以下内容:
- 1. 领域(例如:React、测试、设计、部署)
- 具体任务(例如:编写测试、创建动画、审查PR)
- 判断该任务是否足够常见,以至于可能存在相应技能
步骤2:搜索技能
按以下顺序运行搜索:
bash
skillhub search [查询关键词]
如果skillhub不可用或没有匹配结果,则回退到:
bash
clawhub search [查询关键词]
步骤3:向用户展示选项
当找到相关技能时,向用户展示以下信息:
- 1. 技能名称及其功能说明
- 使用的来源(skillhub / clawhub)
- 用户可以运行的安装命令
步骤4:提供安装服务
如果用户希望继续,你可以为他们安装该技能。
优先安装顺序:
- 1. 当结果来自skillhub时,尝试使用skillhub install 。
- 如果没有skillhub候选,则使用clawhub install 。
安装前,总结来源、版本和值得注意的风险信号。
当未找到技能时
如果没有找到相关技能:
- 1. 确认未找到现有技能
- 主动提出使用你的通用能力直接帮助完成任务
- 如果这是重复性需求,建议在工作区创建自定义本地技能