skill-router
/install skill-router-hub
Skill Router
Core Directive: Before answering any user question, you MUST consult this skill first, check for matching specialized skills, and load them if found.
1. Skill Index
\x3C!-- SKILL_INDEX_START -->
This section is auto-generated by
scripts/generate.py. Runpython scripts/generate.pyto update.See the manual maintenance section below for alternatives. \x3C!-- SKILL_INDEX_END -->
2. Routing Rules
Rule 1: Match & Load
When the user's question matches any skill above, load it using the Skill tool. Load all matching skills — don't skip any.
Rule 2: Combined Loading
Common combos:
- Code + Standards → Language-specific skill +
coding-standards - Deploy →
deployment-patterns+canary-watch - API Design →
api-design+backend-patterns - Frontend →
frontend-design+frontend-patterns - Writing →
article-writing+brand-voice - Tech Decision →
blueprint+architecture-decision-records - Code Walkthrough →
code-tour+codebase-onboarding
General matching rules:
- When the user's question contains domain keywords, tech stack names, or terminology, load the matching skill
- One question may match multiple skills — load them all
- When in doubt, load one more rather than one less
3. Usage Report (Mandatory)
After every task, you MUST report which skills were actually used at the end of your response.
---
**Skill Usage Report:**
- [skill-name] — [Status: Loaded / Not Triggered — Notes]
- List all matched skills with load status
- Also report when no skills were triggered
- This report MUST appear at the end of every response, never omit it.
Manual Maintenance
If you prefer to maintain the index manually, place your content between \x3C!-- SKILL_INDEX_START --> and \x3C!-- SKILL_INDEX_END -->:
### Category
| Skill | Trigger |
|--------|----------|
| `skill-name` | Brief trigger condition description |
| `another-skill` | Another trigger description |
Index content can be in any format that helps the model match — keyword lists, tables, trigger phrases, etc.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-router-hub - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-router-hub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
skill-router 是什么?
Skill Router — centralized index and intelligent router for all installed skills. Consult this FIRST before answering any question to determine which special... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。
如何安装 skill-router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-router-hub」即可一键安装,无需额外配置。
skill-router 是免费的吗?
是的,skill-router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
skill-router 支持哪些平台?
skill-router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skill-router?
由 Yunzhou Li(@yunzhouli-hub)开发并维护,当前版本 v1.0.0。