← 返回 Skills 市场
quanhua407

Local Find Skills

作者 quanhua407 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install local-find-skills
功能描述
Highest-priority skill discovery flow. MUST trigger when users ask to find/install skills (e.g. 技能, 找技能, find-skill, find-skills, install skill). For Chinese...
使用说明 (SKILL.md)

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 \x3Cslug> when the result comes from skillhub.
  2. If no skillhub candidate exists, use clawhub install \x3Cslug>.

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
安全使用建议
This skill is reasonable for finding and installing other skills, but treat installation as a real environment change. Review the source registry, skill name, version, and risk signals, and only proceed after you explicitly approve the install.
功能分析
Type: OpenClaw Skill Name: local-find-skills Version: 1.0.0 The skill bundle defines a discovery and installation workflow for the OpenClaw ecosystem. It instructs the agent to use the 'skillhub' and 'clawhub' CLI tools to search for and install skills based on user intent. The instructions in SKILL.md are consistent with its stated purpose and do not contain any malicious commands, data exfiltration logic, or unauthorized access attempts.
能力评估
Purpose & Capability
The stated purpose is skill discovery and installation, and the instructions are coherent with that purpose; installing other skills can change the agent environment, so users should review the chosen source and skill before proceeding.
Instruction Scope
The skill uses mandatory priority language, but it is scoped to skill discovery/install requests rather than general user tasks.
Install Mechanism
The skill itself has no install spec or code, but its workflow tells the agent to use local CLI commands such as skillhub and clawhub for search and installation.
Credentials
Using external skill registries is proportionate for a discovery/install skill, but search queries and install choices may be sent to or resolved by those external tools.
Persistence & Privilege
The skill does not add its own persistence, but installing another skill is a persistent change to the user's agent environment and should remain user-directed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install local-find-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /local-find-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "find-skills" skill. - Provides a high-priority workflow for discovering, comparing, and installing skills based on user requests. - Implements special handling for Chinese users by prioritizing `skillhub` (fast and compliant), then falling back to `clawhub` if necessary. - Ensures user intent is always clarified before searching and that results include source and install instructions. - Clearly handles cases where no skills are found by offering direct help or suggesting custom skill creation.
元数据
Slug local-find-skills
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Local Find Skills 是什么?

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 插件,目前累计下载 39 次。

如何安装 Local Find Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-find-skills」即可一键安装,无需额外配置。

Local Find Skills 是免费的吗?

是的,Local Find Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Local Find Skills 支持哪些平台?

Local Find Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Local Find Skills?

由 quanhua407(@quanhua407)开发并维护,当前版本 v1.0.0。

💬 留言讨论