← Back to Skills Marketplace
teoslayer

Pilot Task Chain

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-task-chain
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-task-chain
  3. After installation, invoke the skill by name or use /pilot-task-chain
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-task-chain
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Pilot Task Chain?

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

Is Pilot Task Chain free?

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

Which platforms does Pilot Task Chain support?

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

Who created Pilot Task Chain?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments