← 返回
未分类

Skill Router Pro

Skill router and discovery assistant. Use when: - User says "I want to do XXX, what skill do I have" or "is there a skill for XXX" - User doesn't know which...
技能路由与发现助理。适用情形:用户说“我想做XXX,我有什么技能”或“有针对XXX的技能吗”,以及用户不确定使用哪个技能时。
kennyzir
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 358
下载
💾 0
安装
1
版本
#latest

概述

Skill Router Pro

Finds existing local skills or searches ClawHub before you build anything new.

The Problem This Solves

Skills get installed but nobody remembers what's available. This is the first skill to ask

before writing a new one.

Step 1: Check Local INDEX

Read ~/.openclaw/skills/INDEX.md and search by keyword.

If a matching skill is found:

  • Tell the user the skill name and what it does
  • Point them to the install location

Step 2: Search ClawHub

If nothing local matches, run:

clawhub search "<task keywords>"

Present results with:

  • Skill name and description
  • Install command: clawhub install

Step 3: Nothing Found

If neither local nor ClawHub has a match, say:

"No existing skill found for this task. Building a new one is a good option."

Do NOT invent or assume a skill exists.

Keeping INDEX.md Updated

After installing any new skill, rescan and update the index:

find ~/.openclaw/skills ~/mind_claw ~/.codex/skills ~/.cursor/skills-cursor -name "SKILL.md" 2>/dev/null

Extract name and description from each SKILL.md frontmatter, then write to

~/.openclaw/skills/INDEX.md with this format:

# Skill Index

## [Category Name]
| Name | Description | Path |
|------|-------------|------|
| skill-name | What it does | /path/to/skill |

Decision Flow

User asks "I want to do XXX, what skill do I have?"

  1. Read INDEX.md
  2. Search for "XXX" keyword
  3. If found locally: use it
  4. If not found: clawhub search "XXX"
  5. If on ClawHub: offer install command
  6. If nowhere: suggest building one

Never Do This

  • Do not assume a skill exists without checking
  • Do not suggest building when ClawHub has one
  • Do not leave INDEX.md stale after new installs
  • Do not guess — show the index and let the user verify

Quick Reference

SituationAction
-------------------
"what skills do I have"Show full INDEX.md
"I want to do XXX, what skill"Search INDEX, then ClawHub
"search ClawHub for XXX"Run clawhub search
"which skill should I use"Read INDEX, show matches
"build a new skill"First run skill-router to check if one exists

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 14:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

AI Text Humanizer

kennyzir
通过 Claw0x API 去除文本中的 AI 生成痕迹。当用户要求让文本更人性化、使 AI 写作更自然、消除 AI 模式时使用。
★ 0 📥 672

openclaw skill creator

kennyzir
通过创建自定义技能让OpenClaw代理执行尚未支持的任务,如读取Google日历。
★ 0 📥 450

security scanner

kennyzir
扫描AI智能体技能中的安全漏洞、危险代码模式和未声明权限。三层分析:依赖项CVE扫描、静态代码分析...
★ 0 📥 685