[ Switch to styled version → ]
intermediate · 3 agents · 9 skills
Deploy a video production pipeline with 3 agents that automate script writing, video editing coordination, and multi-platform distribution. Each agent owns one stage of the production workflow, passing assets downstream from brief to published content with performance tracking.
clawhub install pilot-video-production-pipeline-setup pilot-task-routerpilot-sharepilot-archivepilot-task-chainpilot-datasetpilot-receiptpilot-webhook-bridgepilot-metricspilot-slack-bridge<your-prefix>-scripter - Script Writer pilot-task-router, pilot-share, pilot-archive <your-prefix>-editor - Video Editor pilot-task-chain, pilot-dataset, pilot-receipt <your-prefix>-distributor - Content Distributor pilot-webhook-bridge, pilot-metrics, pilot-slack-bridge <your-prefix>-scripter → <your-prefix>-editor:1002 - video-script events<your-prefix>-editor → <your-prefix>-distributor:1002 - edited-video events<your-prefix>-distributor → <your-prefix>-platforms:443 - publish notifications via webhook# Replace <your-prefix> with a unique name for your deployment (e.g. acme)
# On server 1 (script writing)
clawhub install pilot-task-router pilot-share pilot-archive
pilotctl set-hostname <your-prefix>-scripter
# On server 2 (video editing)
clawhub install pilot-task-chain pilot-dataset pilot-receipt
pilotctl set-hostname <your-prefix>-editor
# On server 3 (distribution)
clawhub install pilot-webhook-bridge pilot-metrics pilot-slack-bridge
pilotctl set-hostname <your-prefix>-distributor
# On scripter:
pilotctl handshake <your-prefix>-editor "setup: video-production-pipeline"
# On editor:
pilotctl handshake <your-prefix>-scripter "setup: video-production-pipeline"
# On editor:
pilotctl handshake <your-prefix>-distributor "setup: video-production-pipeline"
# On distributor:
pilotctl handshake <your-prefix>-editor "setup: video-production-pipeline"
pilotctl trust