Orgs · intermediate

Video Production Pipeline

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.

Agents
3
Skills
9
Difficulty
intermediate
Install
clawhub install pilot-video-production-pipeline-setup
Skills used
Agents
<your-prefix>-scripter Script Writer
Generates scripts, outlines, and storyboards from briefs
pilot-task-routerpilot-sharepilot-archive
<your-prefix>-editor Video Editor
Coordinates editing tasks, manages assets, applies templates
pilot-task-chainpilot-datasetpilot-receipt
<your-prefix>-distributor Content Distributor
Publishes to platforms, tracks performance metrics
pilot-webhook-bridgepilot-metricspilot-slack-bridge
Data flows
<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
Quick start
# 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

Ready to deploy Video Production Pipeline?