An intelligent model dispatching system that uses multi-dimensional analysis to route requests to the most efficient AI model based on complexity and cost.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install smart-router-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install smart-router-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Smart Intent Router is a sophisticated model orchestration layer designed to transcend simple keyword matching. By leveraging multi-dimensional analysis—including message length, content complexity, and pattern recognition—it ensures every request is handled by the optimal LLM.
As a critical addition to your collection of Openclaw Skills, this system integrates cost-aware logic to prioritize free models for simple tasks while reserving premium models for high-complexity requirements. It provides a robust framework for managing multiple AI providers like OpenRouter and DeepSeek, effectively balancing high-performance output with operational expenditure.
To install this skill, ensure you have OpenClaw 2026.2.13 or higher and Node.js 18+ installed.
# 1. Copy the skill to your OpenClaw directory
cp -r smart-router-skill /opt/homebrew/lib/node_modules/openclaw/skills/
# 2. Enable the skill in your configuration
openclaw config patch --json '{"skills":{"entries":{"smart-router":{"enabled":true}}}}'
# 3. Set your API keys
export OPENROUTER_API_KEY="your-openrouter-api-key"
export DEEPSEEK_API_KEY="your-deepseek-api-key"
# 4. Initialize and restart the gateway
node enhanced-intent-router.js init
openclaw gateway restart
The skill manages its logic through a structured JSON configuration and maintains metadata for performance tracking.
| Component | Configuration Key | Description |
|---|---|---|
| Routing Rules | routingRules.priority |
Array of conditions including keywords, minLength, and target agent. |
| Fallback | routingRules.fallback |
The default model used when no specific rules are triggered. |
| Cost Control | costOptimization |
Defines budget limits, daily caps, and free model preferences. |
| Performance | performanceSettings |
Manages cache settings (TTL) and maximum allowed response times. |
Loading
A complete technical reference for managing OpenClaw configurations, CLI operations, and multi-channel AI agent deployments.

A sovereign document intelligence and archival system that extracts structured data from files 100% locally using AI.

A high-performance web and social media reader that converts URLs into AI-ready Markdown without requiring external API keys.

A powerful command-line interface for end-to-end DeepBook operations including market data, account management, and on-chain execution.

A multi-modal search engine for AI agents to discover, match, and load specialized capabilities through keyword, semantic, or LLM-powered matching.

A powerful macOS command-line utility for capturing audio, screen recordings, screenshots, and camera input, optimized for terminal-based AI agents.








































