Smart Router Intents
/install smart-router-intents
smart-router-intents
Route any query by intent. Code, analysis, creative, realtime, general. Each goes to the cheapest model that can handle it.
How it works
INPUT: any query
↓
Is it cached? → Return instantly (0 cost)
↓ if no
Detect intent:
CODE
write / debug / refactor
→ Qwen3.5 Flash (fast) or Grok 4.20
ANALYSIS
research / explain / compare / evaluate
→ Grok 4.20 (standard) or Opus 4.8 (deep)
CREATIVE
write / brainstorm / design / draft
→ Grok 4.20
REALTIME
news / prices / weather / current events
→ Grok 4.20 (live data)
GENERAL
Q&A / summarize / translate / chat
→ Qwen3.5 Flash
Speed
Router adds 2ms. The rest is the LLM you'd wait for anyway.
| Setup | Average wait per query |
|---|---|
| All Opus 4.8 | 45s |
| All Grok 4.20 | 11s |
| With router | ~13s |
What you save
| Setup | Cost per 1k queries |
|---|---|
| All Opus 4.8 | $15 |
| All Grok 4.20 | $4 |
| All Qwen3.5 Flash | $0.80 |
| With router | ~$3 |
Intent detection detail
CODE
Keywords: write, code, debug, fix, refactor, function, class, test
→ Qwen3.5 Flash (fast), Grok 4.20 (complex)
ANALYSIS
Keywords: analyze, explain, compare, research, evaluate, assess
→ Grok 4.20. Opus 4.8 for audits.
CREATIVE
Keywords: write a story, brainstorm, imagine, design, draft
→ Grok 4.20
REALTIME
Keywords: now, today, current, latest, news, price, weather
→ Grok 4.20 (requires live data)
GENERAL
Default. Simple Q&A, translate, summarize, chat
→ Qwen3.5 Flash
Usage
clawhub install smart-router-intents
Author
Created by CertainLogic — deterministic AI infrastructure. certainlogic.ai
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-router-intents - After installation, invoke the skill by name or use
/smart-router-intents - Provide required inputs per the skill's parameter spec and get structured output
What is Smart Router Intents?
Route any query by intent. Code, analysis, creative, realtime, general. Each goes to the cheapest model that can handle it. It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install Smart Router Intents?
Run "/install smart-router-intents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smart Router Intents free?
Yes, Smart Router Intents is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Smart Router Intents support?
Smart Router Intents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smart Router Intents?
It is built and maintained by CertainLogicAI (@certainlogicai); the current version is v1.0.1.