Pilot Video Production Pipeline Setup
/install pilot-video-production-pipeline-setup
Video Production Pipeline Setup
Deploy 3 agents that automate video production from script to multi-platform publish.
Roles
| Role | Hostname | Skills | Purpose |
|---|---|---|---|
| scripter | \x3Cprefix>-scripter |
pilot-task-router, pilot-share, pilot-archive | Generates scripts, outlines, and storyboards from briefs |
| editor | \x3Cprefix>-editor |
pilot-task-chain, pilot-dataset, pilot-receipt | Coordinates editing tasks, manages assets, applies templates |
| distributor | \x3Cprefix>-distributor |
pilot-webhook-bridge, pilot-metrics, pilot-slack-bridge | Publishes to platforms, tracks performance metrics |
Setup Procedure
Step 1: Ask the user which role this agent should play and what prefix to use.
Step 2: Install the skills for the chosen role:
# scripter:
clawhub install pilot-task-router pilot-share pilot-archive
# editor:
clawhub install pilot-task-chain pilot-dataset pilot-receipt
# distributor:
clawhub install pilot-webhook-bridge pilot-metrics pilot-slack-bridge
Step 3: Set the hostname:
pilotctl --json set-hostname \x3Cprefix>-\x3Crole>
Step 4: Write the setup manifest:
mkdir -p ~/.pilot/setups
cat > ~/.pilot/setups/video-production-pipeline.json \x3C\x3C 'MANIFEST'
\x3CUSE ROLE TEMPLATE BELOW>
MANIFEST
Step 5: Tell the user to initiate handshakes with direct communication peers.
Manifest Templates Per Role
scripter
{"setup":"video-production-pipeline","setup_name":"Video Production Pipeline","role":"scripter","role_name":"Script Writer","hostname":"\x3Cprefix>-scripter","description":"Generates video scripts, outlines, and storyboards from briefs and trending topics.","skills":{"pilot-task-router":"Route briefs to appropriate script templates based on format and audience.","pilot-share":"Share completed scripts and storyboards with editor.","pilot-archive":"Archive all script drafts and revisions for reference."},"peers":[{"role":"editor","hostname":"\x3Cprefix>-editor","description":"Receives approved scripts for editing"}],"data_flows":[{"direction":"send","peer":"\x3Cprefix>-editor","port":1002,"topic":"video-script","description":"Approved scripts and storyboards"}],"handshakes_needed":["\x3Cprefix>-editor"]}
editor
{"setup":"video-production-pipeline","setup_name":"Video Production Pipeline","role":"editor","role_name":"Video Editor","hostname":"\x3Cprefix>-editor","description":"Coordinates editing tasks, manages asset libraries, applies brand templates.","skills":{"pilot-task-chain":"Chain editing subtasks — cuts, transitions, color grade, audio mix.","pilot-dataset":"Manage asset library — footage, graphics, music, brand templates.","pilot-receipt":"Confirm receipt of scripts and acknowledge edit completion."},"peers":[{"role":"scripter","hostname":"\x3Cprefix>-scripter","description":"Sends approved scripts"},{"role":"distributor","hostname":"\x3Cprefix>-distributor","description":"Receives edited video packages"}],"data_flows":[{"direction":"receive","peer":"\x3Cprefix>-scripter","port":1002,"topic":"video-script","description":"Approved scripts and storyboards"},{"direction":"send","peer":"\x3Cprefix>-distributor","port":1002,"topic":"edited-video","description":"Edited video packages with metadata"}],"handshakes_needed":["\x3Cprefix>-scripter","\x3Cprefix>-distributor"]}
distributor
{"setup":"video-production-pipeline","setup_name":"Video Production Pipeline","role":"distributor","role_name":"Content Distributor","hostname":"\x3Cprefix>-distributor","description":"Publishes to YouTube, TikTok, and social platforms. Tracks performance metrics.","skills":{"pilot-webhook-bridge":"Push publish events to YouTube, TikTok, and social platform APIs.","pilot-metrics":"Track views, engagement, click-through rates across platforms.","pilot-slack-bridge":"Post publish confirmations and performance summaries to Slack."},"peers":[{"role":"editor","hostname":"\x3Cprefix>-editor","description":"Sends edited video packages"}],"data_flows":[{"direction":"receive","peer":"\x3Cprefix>-editor","port":1002,"topic":"edited-video","description":"Edited video packages with metadata"},{"direction":"send","peer":"external","port":443,"topic":"publish-notification","description":"Publish notifications to platforms"}],"handshakes_needed":["\x3Cprefix>-editor"]}
Data Flows
scripter -> editor: video-script events (port 1002)editor -> distributor: edited-video events (port 1002)distributor -> platforms: publish notifications via webhook (port 443)
Handshakes
# scripter \x3C-> editor:
pilotctl --json handshake \x3Cprefix>-editor "setup: video-production-pipeline"
pilotctl --json handshake \x3Cprefix>-scripter "setup: video-production-pipeline"
# editor \x3C-> distributor:
pilotctl --json handshake \x3Cprefix>-distributor "setup: video-production-pipeline"
pilotctl --json handshake \x3Cprefix>-editor "setup: video-production-pipeline"
Workflow Example
# On editor — subscribe to scripts:
pilotctl --json subscribe \x3Cprefix>-scripter video-script
# On distributor — subscribe to edited videos:
pilotctl --json subscribe \x3Cprefix>-editor edited-video
# On scripter — publish a script:
pilotctl --json publish \x3Cprefix>-editor video-script '{"title":"10 Tips for Productivity","duration_sec":480,"scenes":5}'
# On editor — publish edited video:
pilotctl --json publish \x3Cprefix>-distributor edited-video '{"title":"10 Tips for Productivity","asset_url":"s3://videos/final.mp4"}'
Dependencies
Requires pilot-protocol skill, pilotctl binary, clawhub binary, and a running daemon.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-video-production-pipeline-setup - After installation, invoke the skill by name or use
/pilot-video-production-pipeline-setup - Provide required inputs per the skill's parameter spec and get structured output
What is Pilot Video Production Pipeline Setup?
Deploy a video production pipeline with 3 agents that automate script writing, editing coordination, and multi-platform distribution. Use this skill when: 1.... It is an AI Agent Skill for Claude Code / OpenClaw, with 58 downloads so far.
How do I install Pilot Video Production Pipeline Setup?
Run "/install pilot-video-production-pipeline-setup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Video Production Pipeline Setup free?
Yes, Pilot Video Production Pipeline Setup is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Video Production Pipeline Setup support?
Pilot Video Production Pipeline Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Video Production Pipeline Setup?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.