[ Switch to styled version → ]


← All orgs

Video Production Pipeline

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.

Install

clawhub install pilot-video-production-pipeline-setup

Skills used

Agents

Data flows

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