编程

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...

它能做什么

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

技能文档

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 ""

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

相关技能

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。

作者 nssa.io1.0k 次安装47 星标

在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。

作者 Iván555 次安装18 星标

按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。

作者 iswalle763 次安装66 星标

通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。

作者 byungkyu800 次安装42 星标

诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。

作者 Iván854 次安装69 星标

kennyzir 的更多技能

浏览全部技能

Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...

作者 claw0x489 次安装33 星标

Local skill for capturing learnings, errors, corrections, and patterns to enable continuous agent improvement. Processes events locally in your OpenClaw agen...

作者 kennyzir62 次安装

Scan AI agent skills for security vulnerabilities, dangerous code patterns, and undeclared permissions. Three-layer analysis: dependency CVE scanning, static...

作者 kennyzir28 次安装

Teach your OpenClaw agent new tricks by creating custom skills. Use when you want your agent to do something it can't do yet — like "read my Google Calendar"...

作者 kennyzir18 次安装

Validate email addresses with format checking and risk scoring. Use when users need to verify email format, check disposable emails, or validate bulk email l...

作者 kennyzir16 次安装

Advanced web search with precise date filtering and content type selection. Use when you need academic papers, GitHub repositories, research content, or spec...

作者 kennyzir17 次安装