← 返回 Skills 市场
162
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install task-router
功能描述
智能任务路由 - 自动分析任务类型并路由到最合适的Agent
安全使用建议
This skill is coherent with its stated purpose, but before installing consider: (1) routing forwards user messages to other agents/skills — ensure you trust those targets and understand their data handling; (2) ask the author how ambiguous tasks, tie breaks, and sensitive data (PII, credentials) are handled — prefer explicit consent or allowlist/blacklist controls; (3) test in a safe environment to verify routing behavior and fallback handling. If you need stronger privacy guarantees, request the developer add explicit redaction/consent steps and deterministic routing thresholds.
功能分析
Type: OpenClaw Skill
Name: task-router
Version: 1.0.0
The task-router skill bundle is a configuration-based tool designed to route user tasks to specific agents or skills based on keyword matching. The provided files (SKILL.md and _meta.json) contain only routing logic and metadata, with no executable code, network activity, or suspicious instructions that would indicate malicious intent or security vulnerabilities.
能力评估
Purpose & Capability
Name/description (task routing) align with the SKILL.md routing tables and logic. It does not request unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md limits behavior to parsing task text, extracting keywords (mentions TF‑IDF) and routing to named Agents/Skills. However it is implementation‑light (no detail how TF‑IDF is computed, thresholds, or tie‑breaking) and does not mention handling of sensitive data or asking user consent before forwarding tasks to other agents.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded.
Credentials
No environment variables, credentials, or config paths are requested; requested scope is minimal and proportional to the described function.
Persistence & Privilege
always:false and autonomous invocation is allowed (normal). The SKILL.md states '自动触发' — automatic routing is expected for a router, but automatic forwarding of user messages to other agents can increase blast radius and privacy risk; the skill does not document consent/visibility controls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
智能任务路由,自动分析任务类型并路由到合适的Agent
元数据
常见问题
Task Router 是什么?
智能任务路由 - 自动分析任务类型并路由到最合适的Agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 Task Router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-router」即可一键安装,无需额外配置。
Task Router 是免费的吗?
是的,Task Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Task Router 支持哪些平台?
Task Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Router?
由 Simon Lau(@soroyue)开发并维护,当前版本 v1.0.0。
推荐 Skills