Install
openclaw skills install skill-router-hubSkill Router — centralized index and intelligent router for all installed skills. Consult this FIRST before answering any question to determine which specialized skills should be loaded. Whether the user asks about coding, design, writing, research, deployment, testing, architecture, or any other topic — always check this skill first. Never skip this step.
openclaw skills install skill-router-hubCore Directive: Before answering any user question, you MUST consult this skill first, check for matching specialized skills, and load them if found.
<!-- SKILL_INDEX_END -->This section is auto-generated by
scripts/generate.py. Runpython scripts/generate.pyto update.See the manual maintenance section below for alternatives.
When the user's question matches any skill above, load it using the Skill tool. Load all matching skills — don't skip any.
Common combos:
coding-standardsdeployment-patterns + canary-watchapi-design + backend-patternsfrontend-design + frontend-patternsarticle-writing + brand-voiceblueprint + architecture-decision-recordscode-tour + codebase-onboardingGeneral matching rules:
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]
If you prefer to maintain the index manually, place your content between <!-- SKILL_INDEX_START --> and <!-- 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.