Install
openclaw skills install @catcherintheroad-hub/openclaw-pilotConvert rough project ideas into a human-readable blueprint and a clean OpenClaw execution packet for safe, scoped implementation and continuation.
openclaw skills install @catcherintheroad-hub/openclaw-pilotCompile rough ideas into an executable blueprint and a clean OpenClaw execution packet.
OpenClaw Pilot is an instruction-first skill built around one core value: compile rough ideas into an executable blueprint and a clean OpenClaw execution packet.
It helps the user convert a fuzzy goal into two tightly scoped outputs:
It also supports continuation through /pilot next <pilot_id> ..., so the user can keep advancing the same pilot without re-explaining the whole project.
This skill is built around a strict two-message delivery contract.
The first message is for the human. It should explain:
/pilotThe second message must contain only one block:
[OPENCLAW_EXECUTION_PACKET v1]
...
[END_OPENCLAW_EXECUTION_PACKET]
No extra prose. No prefix. No suffix. No human commentary mixed into the packet message.
Use OpenClaw Pilot when the user:
/pilot next <pilot_id> .../pilot <goal>
Example:
/pilot Build a lightweight OpenClaw workflow for turning vague product ideas into implementation-ready execution packets.
/pilot next <pilot_id> <feedback>
Example:
/pilot next pilot-abc123 STATUS: blocked SUMMARY: docs are clear but the packet needs stricter scope boundaries.
This first public beta skill release promises:
/pilot next <pilot_id> ...It does not promise:
This skill is intentionally metadata-clean and dependency-light.