← 返回 Skills 市场
Pilot Task Chain
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-task-chain
功能描述
Chain tasks into sequential pipelines across agents. Use this skill when: 1. You need multi-step workflows where each step depends on previous results 2. You...
安全使用建议
This skill is instruction-only and generally coherent for chaining pilot-protocol tasks, but before installing you should: 1) Ensure pilotctl on PATH and the pilot daemon are from a trusted source (verify versions/signatures) and run pilotctl daemon start as directed. 2) Install jq (examples use it) and ensure bash is available. 3) Provide the agent name variables used in examples (e.g., FETCH_AGENT, TRANSFORM_AGENT, STORE_AGENT or AGENT_1) — these are not declared in the registry metadata. 4) Be mindful that intermediate results are passed between agents; do not send sensitive secrets or private data through these pipelines unless you trust all participating agents and the pilot-protocol environment. 5) Confirm you trust the pilot-protocol skill/homepage and the AGPL-3.0 license implications. If you need higher assurance, ask the publisher to update registry metadata to list jq and required env vars explicitly and to provide a reproducible provenance for pilotctl.
功能分析
Type: OpenClaw Skill
Name: pilot-task-chain
Version: 1.0.0
The skill provides a framework for chaining agent tasks using a 'pilotctl' binary, but the documentation in SKILL.md promotes a significant shell injection vulnerability. The provided bash examples pass raw task results ($RESULT) directly into subsequent command-line arguments without sanitization or proper escaping. This pattern allows a potentially malicious or compromised agent in the pipeline to execute arbitrary shell commands on the host by returning a payload (e.g., using backticks or command substitution) as its task result.
能力评估
Purpose & Capability
The skill's stated purpose (chaining tasks across agents) matches the instructions and the only required binary explicitly declared (pilotctl). The SKILL.md also documents the pilot-protocol dependency and use of pilotctl as expected for an orchestration/orchestration tool.
Instruction Scope
Instructions are limited to submitting tasks, polling for completion, extracting results, and submitting subsequent tasks via pilotctl. They do not request unrelated system files or credentials. However, the examples assume environment variables such as AGENT_1, FETCH_AGENT, TRANSFORM_AGENT, and STORE_AGENT exist — these are not declared in the registry metadata and could cause confusion at runtime.
Install Mechanism
This is an instruction-only skill with no install spec or code to write to disk, which is the lowest-risk install mechanism. No external downloads or package installs are invoked from SKILL.md.
Credentials
The skill does not require credentials or config paths, which is proportionate. That said, SKILL.md references jq (and relies on it in examples) but jq was not listed in the registry's required binaries — a minor inconsistency. Also the examples expect agent-identifying env vars that are not declared as required env; these should be documented so users know to provide them.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false). It does not attempt to modify other skills or system-wide config in the instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-task-chain - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-task-chain触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Task Chain 是什么?
Chain tasks into sequential pipelines across agents. Use this skill when: 1. You need multi-step workflows where each step depends on previous results 2. You... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Pilot Task Chain?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-task-chain」即可一键安装,无需额外配置。
Pilot Task Chain 是免费的吗?
是的,Pilot Task Chain 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Task Chain 支持哪些平台?
Pilot Task Chain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Task Chain?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills