IntentRouter is an intelligent task director that analyzes user intent and delegates Openclaw Skills tasks to the most efficient LLM tier.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install friday-router
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 friday-router using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
IntentRouter serves as the central traffic controller for advanced AI workflows, specifically designed to enhance Openclaw Skills. By acting as a sophisticated orchestrator, it eliminates the inefficiency of using a single model for every task. Instead, it analyzes incoming requests and routes them to specialized providers via OpenRouter—leveraging MiniMax 2.5 for engineering, Kimi k2.5 for creative work, and Grok Fast for deep research.
Built with a security-first architecture, IntentRouter v1.7.0 removes sensitive gateway auth exposure, ensuring that session management remains isolated and secure. It operates as a mandatory delegation layer for orchestrator models like Gemini 2.5 Flash, ensuring that complex tasks are handled by sub-agents optimized for specific technical or creative domains.
spawn --json command.sessions_spawn tool using the exact parameters provided by the router.To integrate IntentRouter into your Openclaw Skills environment, ensure you have an OpenRouter API key configured. Install the skill and use the following CLI pattern for routing:
# Navigate to the skill directory
cd workspace/skills/friday-router
# Run a test classification to verify routing logic
python3 scripts/router.py classify "Refactor this React component"
# Generate spawn parameters for your agent
python3 scripts/router.py spawn --json "Write a research paper on quantum computing"
IntentRouter maintains a lean data footprint by relying on a local configuration file for its logic. It specifically avoids accessing global system secrets.
| Component | Description |
|---|---|
config.json |
Local file containing model mappings, tier keywords, and routing logic. |
router.py |
The core execution script for classification and spawning logic. |
| Spawn Output | A JSON object containing task, model, and sessionTarget. |
| Metadata | Internal routing excludes all gateway tokens and passwords for security. |
Loading
A structured autonomous coding agent that implements features story-by-story based on a project requirements document.

An intelligent orchestration skill that routes tasks to the most efficient AI models while managing sub-agent delegation.

A command-line utility for managing OpenClaw agent sessions, providing full visibility and control over session states and history files.

A powerful tool for searching and analyzing trending GitHub repositories using multi-dimensional filters like topics, stars, and creation dates.

A synchronization and recovery tool that maintains OpenClaw gateway authentication and automatically resumes agent sessions after errors.

A specialized Linux toolset for high-quality FM radio recording and RDS station name extraction using RTL-SDR hardware.








































