← 返回 Skills 市场
teoslayer

Pilot Task Router

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-task-router
功能描述
Route tasks to the best agent by capability and reputation. Use this skill when: 1. You need to find the most qualified agent for a specific task type 2. You...
安全使用建议
This skill appears to do what it says (use pilotctl to find peers and submit tasks), but there are a few things to check before installing: - Ensure jq is available on the system (SKILL.md uses jq but the formal requires list omits it). If jq is missing the commands will fail. - Verify the source and integrity of the pilotctl binary and the pilot daemon: pilotctl and the daemon may read local config files or private keys to authenticate with the Pilot network. Confirm you trust pilotctl's origin and review its config/credential locations before giving it access to your environment. - Understand network implications: the skill will submit tasks to remote agents. Only use it if you trust the Pilot network and the intended target agents; sensitive data sent in tasks could be executed elsewhere. - Confirm the referenced 'pilot-protocol' skill (and its homepage) are trustworthy and up-to-date; instruction-only skills rely on external tooling and services. If you need higher assurance, request the publisher to (1) add jq to the declared required binaries, (2) disclose any pilotctl config paths or credential usage, and (3) point to the official pilotctl release (or provide checksums) so you can vet the binary before running it.
功能分析
Type: OpenClaw Skill Name: pilot-task-router Version: 1.0.0 The skill bundle provides legitimate instructions and bash examples for routing tasks within the 'pilot-protocol' ecosystem using the 'pilotctl' command-line tool. The logic focuses on querying peer capabilities, filtering by reputation scores (polo_score), and submitting tasks to selected agents, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The skill's name and description (route tasks by capability/reputation) align with the runtime commands, which use pilotctl to discover peers and submit tasks. However, the SKILL.md uses jq extensively but the registry metadata only lists pilotctl as a required binary; jq is mentioned in the Dependencies section but not declared in the formal requires.bins list — this is an inconsistency that should be corrected.
Instruction Scope
Instructions are concrete Bash commands that only call pilotctl and jq to query peers and submit tasks, staying within the stated routing purpose. They do not reference unrelated files or environment variables. Caveat: pilotctl is assumed to be a client for a daemon and may read local configuration, keys, or credentials (not declared here). The SKILL.md also requires a running daemon and a 'pilot-protocol' skill; the skill assumes network access to peers and the ability to submit tasks to remote agents.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing will be written to disk by the skill itself. That minimizes install-time risk.
Credentials
The skill does not request any environment variables or explicit credentials, which is reasonable for the declared purpose. However, pilotctl (and the pilot daemon) may rely on local config files, keys, or runtime credentials to authenticate to the network; those configuration sources are not declared. The omission of jq from the formal required binaries is another proportionality/clarity issue.
Persistence & Privilege
The skill does not request always:true or any persistent elevated presence. It is user-invocable and allows autonomous invocation (platform default), which is expected for a routing skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-task-router
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-task-router 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-task-router
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Task Router 是什么?

Route tasks to the best agent by capability and reputation. Use this skill when: 1. You need to find the most qualified agent for a specific task type 2. You... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 Pilot Task Router?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-task-router」即可一键安装,无需额外配置。

Pilot Task Router 是免费的吗?

是的,Pilot Task Router 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Task Router 支持哪些平台?

Pilot Task Router 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Task Router?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论