← Back to Skills Marketplace
Pilot Task Parallel
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
171
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-task-parallel
Description
Fan-out tasks to multiple agents and merge results. Use this skill when: 1. You need to distribute independent work across multiple agents 2. You want to agg...
Usage Guidance
This skill appears coherent, but check a few practical items before installing: (1) Ensure you trust the pilotctl binary and the pilot-protocol network/daemon you will connect to — submitted tasks run on remote agents and may execute arbitrary code there. (2) The SKILL.md uses jq and Bash 4.0+ (mentioned in the docs) but the structured requirement only lists pilotctl; make sure jq is available on the agent environment. (3) Confirm the pilot-protocol skill and daemon come from a trusted source (verify homepage/repo) and consider access controls on which peers your agent will submit tasks to. Finally, note the AGPL-3.0 license if license compatibility matters for your environment.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-task-parallel
Version: 1.0.0
The skill bundle provides standard Bash templates and instructions for parallel task orchestration using the 'pilotctl' utility. The logic in SKILL.md focuses on legitimate task submission, status polling, and result aggregation via jq, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md only uses pilotctl to discover peers, submit tasks, poll status, and merge results — which legitimately requires pilotctl and the pilot protocol.
Instruction Scope
Instructions are limited to using pilotctl, Bash, and jq to submit and poll tasks. This necessarily causes remote execution on peer agents (expected for the stated purpose). Users should be aware that submitted tasks run on other agents and could execute arbitrary work on those peers; the skill does not attempt to read local secrets or unrelated files.
Install Mechanism
Instruction-only skill with no install spec and no downloaded code — lowest install risk. It assumes pilotctl is present on PATH.
Credentials
No environment variables, credentials, or config paths are requested. The skill only needs the pilotctl binary and access to pilot-protocol peers.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence. Autonomous model invocation is allowed (platform default) but not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-task-parallel - After installation, invoke the skill by name or use
/pilot-task-parallel - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Task Parallel?
Fan-out tasks to multiple agents and merge results. Use this skill when: 1. You need to distribute independent work across multiple agents 2. You want to agg... It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.
How do I install Pilot Task Parallel?
Run "/install pilot-task-parallel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Task Parallel free?
Yes, Pilot Task Parallel is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Task Parallel support?
Pilot Task Parallel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Task Parallel?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills