A sophisticated command-driven dispatcher that routes user prompts to specialized child agents for coding, writing, research, and analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auto-agent-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 auto-agent-router using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Auto Agent Router is a foundational orchestration layer designed to enhance the modularity of your AI environment. By analyzing the start of every message for specific slash commands, it acts as a traffic controller that delegates tasks to the most qualified specialized model. This ensures that a coding request is handled by a dedicated coding model while a research task is routed to a high-reasoning LLM, maximizing the efficiency of your Openclaw Skills.
Built to support multi-agent workflows, this skill uses a strict trigger protocol to prevent accidental routing. It seamlessly integrates with the session spawning mechanism, allowing for parallel task execution and isolated execution environments. This approach transforms a single AI interaction into a collaborative team of experts tailored to your specific project needs.
To deploy the Auto Agent Router within your Openclaw Skills workspace, ensure your environment supports Python 3 and configure the routing rules in the local config file.
# Navigate to the skill directory
cd ~/.openclaw/workspace/skills/auto-agent-router/
# Test the command trigger logic
python3 auto-trigger.py "/coder build a react component"
# Review the active agent routing configurations
cat config.json
# Monitor the routing logs for active sessions
tail -f /tmp/auto-route-handler.log
The Auto Agent Router organizes its logic and configuration through a set of core files that define how Openclaw Skills interact with child agents.
| Component | Description |
|---|---|
| config.json | Stores the routing table, including command mappings, model names, and priority levels. |
| auto-trigger.py | The entry point script that validates message prefixes and handles @mentions. |
| router.py | Logic for matching validated commands to specific child agent definitions. |
| logger.py | Manages execution logs and performance metrics stored in the temporary system path. |
| rules (Array) | A collection of JSON objects defining the relationship between keywords, agents, and priorities. |
Loading
A powerful management system to deploy and orchestrate a team of specialized AI agents with unique identities and model configurations.

A comprehensive toolset providing AI agents with direct access to 13+ major internet platforms and social media channels.

A high-speed research engine that scrapes Reddit, X, and the web to synthesize real-time insights and generate precision AI prompts.

A sophisticated research skill that performs iterative search queries and LLM synthesis to provide exhaustive, multi-source analysis.

A background utility that automatically archives DingTalk group metadata and IDs to persistent storage whenever the agent is @mentioned.

An automated utility that fetches GitHub Trending repositories and pushes formatted reports to DingTalk groups.








































