Find Skills Local
/install find-skills-local
Find Skills
This skill helps discover, compare, and install skills.
Priority Rules (Mandatory)
- 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:
skillhub(cn-optimized, preferred)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:
- 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:
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:
- 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:
- Try
skillhub install \x3Cslug>when the result comes fromskillhub. - If no
skillhubcandidate exists, useclawhub install \x3Cslug>.
Before install, summarize source, version, and notable risk signals.
When No Skills Are Found
If no relevant skills exist:
- 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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install find-skills-local - 安装完成后,直接呼叫该 Skill 的名称或使用
/find-skills-local触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Find Skills Local 是什么?
Highest-priority skill discovery flow. MUST trigger when users ask to find/install skills (e.g. 技能, 找技能, find-skill, find-skills, install skill). For Chinese... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Find Skills Local?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install find-skills-local」即可一键安装,无需额外配置。
Find Skills Local 是免费的吗?
是的,Find Skills Local 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Find Skills Local 支持哪些平台?
Find Skills Local 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Find Skills Local?
由 morrison230(@morrison230)开发并维护,当前版本 v1.0.0。