Pilot Task Parallel

v1.0.0

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

0· 107·0 current·0 all-time
byCalin Teodor@teoslayer
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97892b5tmwdh77e13qpc2dyh584g3pk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspilotctl

Comments