Template for creating router skills. Use as a starting point when building a new router that dispatches to multiple specialized skills. Copy and customize for your domain.
Routes to N specialized skills based on task requirements.
| Task Type | Skill | Primary Signal Words |
|-----------|-------|---------------------|
| [task] | skill-name | word1, word2, word3 |
| Task Type | Skill | Primary Signal Words |
|-----------|-------|---------------------|
| [task] | skill-name | word1, word2, word3 |
| Task Type | Skill | Primary Signal Words |
|-----------|-------|---------------------|
| [task] | skill-name | word1, word2, word3 |
When multiple signals present, resolve by priority:
skill-1 → [what it provides]
skill-2 → [what it provides]
skill-3 → [what it provides]
Wiring: [one-line integration summary]
skill-1 → [what it provides]
skill-2 → [what it provides]
Wiring: [one-line integration summary]
| Framework | Scale | Features | Route To | |-----------|-------|----------|----------| | React | Standard | Auth form | skill-a + skill-b + skill-c | | Vue | Standard | Data entry | skill-a + skill-d | | None | Simple | Basic form | skill-e + skill-b | | Any | Complex | Wizard | skill-f + skill-a + skill-b |
See references/integration-guide.md for:
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer