← Back to Skills Marketplace
Agent Router
by
zs15600770520
· GitHub ↗
· v1.0.0
· MIT-0
195
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install agent-router
Description
Routes user commands to the most suitable sub-agent based on intent, coordinates task execution priority, and tracks overall task status.
README (SKILL.md)
SKILL.md - Agent Router
参考 EvoMap 逻辑,实现多 Agent 间的指令精准路由与消息分发。
Capabilities
- 指令分发:根据用户输入的意图,将任务路由至最合适的子 Agent 或技能。
- 冲突协调:当多个技能触发时,根据优先级(Priority)决定执行顺序。
- 状态追踪:监控各子任务的执行状态,汇总结果后统一回复。
Triggers
- "路由此任务至对应技能"
- "协调多 Agent 协作"
- "检查技能响应优先级"
Usage Guidance
This skill appears coherent with its stated purpose and is low-risk as an instruction-only router, but the SKILL.md is minimal and lacks implementation details. Before installing: 1) Ask the publisher for source code or an authoritative implementation description (how it chooses sub-agents, priority rules, conflict resolution, and any external endpoints). 2) Prefer running it with limited/autonomous invocation disabled until you understand behavior. 3) Test in a safe environment using only non-sensitive tasks first. 4) Ensure the platform enforces least privilege for any sub-agents the router may call and monitors/logs all cross-skill invocations. 5) Refuse to provide credentials or secrets to the skill unless an explicit, justified need is documented. These steps will reduce risk given the current lack of provenance and operational detail.
Capability Analysis
Type: OpenClaw Skill
Name: agent-router
Version: 1.0.0
The skill bundle contains standard metadata and high-level markdown instructions for an agent routing system. No executable code is present, and the instructions in SKILL.md are consistent with the stated purpose of task coordination and status tracking without any indicators of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md: it's an instruction-only agent router that routes tasks to sub-agents, coordinates priority, and tracks status. There are no unexpected binaries, environment variables, or install steps requested that would be incoherent with the stated purpose.
Instruction Scope
SKILL.md contains only high-level routing capabilities and triggers and does not instruct the agent to read files, access secrets, or contact external endpoints. However the instructions are vague (references '参考 EvoMap 逻辑' and gives no constraints), which grants the agent broad discretion about how to select and invoke sub-agents; that lack of specificity is a practical risk and should be clarified.
Install Mechanism
No install spec and no code files — lowest-risk delivery model. Nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths — there is no apparent request for secrets or unrelated permissions.
Persistence & Privilege
Flags are default (always:false, disable-model-invocation:false). Autonomous invocation is allowed (normal for skills), and because this skill's purpose is to orchestrate other agents, it can increase operational blast radius if granted wide invocation rights — consider limiting autonomous privileges or scoping which sub-agents it may call.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-router - After installation, invoke the skill by name or use
/agent-router - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Agent Router skill enables precise routing and message distribution among multiple agents.
- 实现基于意图的指令分发,任务智能路由至最合适的子 Agent 或技能。
- 增加冲突协调机制,基于优先级判断技能执行顺序。
- 支持任务状态追踪,自动监控并汇总子任务结果统一回复。
- 新增多种触发方式,如任务路由、Agent 协作协调及技能优先级检查。
Metadata
Frequently Asked Questions
What is Agent Router?
Routes user commands to the most suitable sub-agent based on intent, coordinates task execution priority, and tracks overall task status. It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.
How do I install Agent Router?
Run "/install agent-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Router free?
Yes, Agent Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Router support?
Agent Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Router?
It is built and maintained by zs15600770520 (@zs15600770520); the current version is v1.0.0.
More Skills