← 返回 Skills 市场
jimmyclanker

Task Router

作者 JimmyClanker · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jimmy-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...
使用说明 (SKILL.md)

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

  1. Analyzes task description for intent and complexity

  2. 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
  3. 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.

安全使用建议
This skill is internally coherent and low-risk as packaged: it routes tasks using simple local pattern matching and does not request credentials or make network calls. Before installing or integrating it into an agent/automation pipeline: 1) Note the SKILL.md mentions scripts/config.sh but that file is missing — ask the author or inspect any updates for that file before trusting custom patterns. 2) If you connect the router to downstream agents that can perform actions (e.g., trading bots, system exec), be cautious: those downstream integrations may require credentials or perform impactful actions. 3) Test the router with non-sensitive inputs first and review any future versions for added network or file I/O (those would change the risk profile).
功能分析
Type: OpenClaw Skill Name: jimmy-task-router Version: 1.0.0 The skill bundle provides a simple keyword-based task router. The logic in scripts/route-task.sh uses basic grep patterns to categorize user input and suggests appropriate tools without performing any sensitive operations, network requests, or file system modifications. No evidence of malicious intent or prompt injection was found.
能力评估
Purpose & Capability
The name/description (task routing) align with the provided bash script and usage examples. The script implements keyword-and-length based routing and suggests tools; there are no unrelated credentials, binaries, or external services required.
Instruction Scope
SKILL.md describes running scripts/route-task.sh which is exactly what's in the bundle. It references editing scripts/config.sh for customization, but that file is not included — this is a packaging/incompleteness issue (not evidence of malicious behavior). The skill's instructions do not direct reading of unrelated files or sending data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a local script). No downloads, extracts, or third-party package installs occur in the package, so nothing is written to disk beyond the included files.
Credentials
No environment variables, credentials, or config paths are requested. The script runs locally on stdin/arguments and prints output — there is no credential access or secret handling in the current code.
Persistence & Privilege
always:false and no code attempts to persist or modify other skills or system-wide configs. The script only reads its argument and standard shell utilities; however, if integrated with other agents/tools later, those integrations could carry elevated risk (see user guidance).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jimmy-task-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jimmy-task-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of task-router skill. - Automatically analyzes and routes tasks to appropriate workflows (coding, research, trading, content, system, or general) based on task description. - Provides routing decision with a confidence score. - Supports customization via patterns in config file. - Usable as a pre-processor for directing tasks to specialized tools or agents.
元数据
Slug jimmy-task-router
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论