← Back to Skills Marketplace
soroyue

Task Router

by Simon Lau · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
162
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install task-router
Description
智能任务路由 - 自动分析任务类型并路由到最合适的Agent
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install task-router
  3. After installation, invoke the skill by name or use /task-router
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
智能任务路由,自动分析任务类型并路由到合适的Agent
Metadata
Slug task-router
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Task Router?

智能任务路由 - 自动分析任务类型并路由到最合适的Agent. It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.

How do I install Task Router?

Run "/install task-router" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Task Router free?

Yes, Task Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Task Router support?

Task Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Task Router?

It is built and maintained by Simon Lau (@soroyue); the current version is v1.0.0.

💬 Comments