Install
openclaw skills install smart-router-aiIntent-based model router that auto-detects your intent (fix/plan/flow) and routes to optimal AI model. Stop choosing models manually. Better results, less friction, cognitive offload.
openclaw skills install smart-router-aiNever choose an AI model manually again.
--intent flag when needed| Intent | Trigger Words | Routes To |
|---|---|---|
| fix | bug, error, crash, broken, exception, fail, debug, issue, problem, stuck | cloud-code (CodeLLaMA) |
| plan | design, architect, structure, how should, approach, strategy, pattern | deepseek-r1 (Architect) |
| flow | (default) creative, conversational, general | kimi-k2.5:cloud (main) |
# Setup router
bash scripts/setup.sh
# Add aliases to shell
echo 'source ~/.openclaw/workspace/intent-router-aliases.sh' >> ~/.zshrc
source ~/.zshrc
# Test detection
router-test "my app keeps crashing with null pointer"
# Output: Detected intent: fix (confidence: 94%) → Routing to cloud-code
# Use in practice
fix "TypeError: Cannot read property 'map' of undefined in cart.js"
plan "How should I structure a multi-tenant SaaS database?"
flow "Write a creative product description for our new AI tool"
# Override when needed
ask --intent fix --model deepseek-r1 "Debug this race condition"
# View routing stats
router-dashboard
# See recent detections
router-history --last 20
# Export analytics
router-dashboard --export report.json
Email: support@cod3black.agency