← 返回 Skills 市场
Agent Router
作者
zs15600770520
· GitHub ↗
· v1.0.0
· MIT-0
195
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-router
功能描述
Routes user commands to the most suitable sub-agent based on intent, coordinates task execution priority, and tracks overall task status.
使用说明 (SKILL.md)
SKILL.md - Agent Router
参考 EvoMap 逻辑,实现多 Agent 间的指令精准路由与消息分发。
Capabilities
- 指令分发:根据用户输入的意图,将任务路由至最合适的子 Agent 或技能。
- 冲突协调:当多个技能触发时,根据优先级(Priority)决定执行顺序。
- 状态追踪:监控各子任务的执行状态,汇总结果后统一回复。
Triggers
- "路由此任务至对应技能"
- "协调多 Agent 协作"
- "检查技能响应优先级"
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Agent Router skill enables precise routing and message distribution among multiple agents.
- 实现基于意图的指令分发,任务智能路由至最合适的子 Agent 或技能。
- 增加冲突协调机制,基于优先级判断技能执行顺序。
- 支持任务状态追踪,自动监控并汇总子任务结果统一回复。
- 新增多种触发方式,如任务路由、Agent 协作协调及技能优先级检查。
元数据
常见问题
Agent Router 是什么?
Routes user commands to the most suitable sub-agent based on intent, coordinates task execution priority, and tracks overall task status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。
如何安装 Agent Router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-router」即可一键安装,无需额外配置。
Agent Router 是免费的吗?
是的,Agent Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Router 支持哪些平台?
Agent Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Router?
由 zs15600770520(@zs15600770520)开发并维护,当前版本 v1.0.0。
推荐 Skills