← Back to Skills Marketplace
quanhua407

Local Find Skills

by quanhua407 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install local-find-skills
Description
Highest-priority skill discovery flow. MUST trigger when users ask to find/install skills (e.g. 技能, 找技能, find-skill, find-skills, install skill). For Chinese...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install local-find-skills
  3. After installation, invoke the skill by name or use /local-find-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug local-find-skills
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install Local Find Skills?

Run "/install local-find-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Local Find Skills free?

Yes, Local Find Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Local Find Skills support?

Local Find Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Local Find Skills?

It is built and maintained by quanhua407 (@quanhua407); the current version is v1.0.0.

💬 Comments