Task Router
/install jimmy-task-router
AI Task Router
Automatically route tasks to the appropriate tool, agent, or workflow based on keywords and complexity analysis.
Usage
bash scripts/route-task.sh "write a python script to sort a list"
bash scripts/route-task.sh "what is the weather in Valencia?"
bash scripts/route-task.sh "analyze this wallet: 0x81ac..."
How It Works
-
Analyzes task description for intent and complexity
-
Matches against known patterns:
- coding: code writing, refactoring, debugging
- research: web search, data gathering, analysis
- trading: crypto ops, wallet checks, DeFi
- content: writing, summarization, translation
- system: file ops, cron, monitoring
- general: conversation, Q&A
-
Returns routing decision with confidence score
Configuration
Edit scripts/config.sh to add custom patterns or change routing logic.
Integration
Can be used as a pre-processor for incoming tasks to route them to specialized agents or tools.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jimmy-task-router - 安装完成后,直接呼叫该 Skill 的名称或使用
/jimmy-task-router触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Task Router 是什么?
Automatically route tasks to the appropriate tool, agent, or workflow. Analyzes task intent and complexity to route to coding, research, trading, system, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Task Router?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jimmy-task-router」即可一键安装,无需额外配置。
Task Router 是免费的吗?
是的,Task Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Task Router 支持哪些平台?
Task Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Router?
由 JimmyClanker(@jimmyclanker)开发并维护,当前版本 v1.0.0。