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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-video-production-pipeline-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-video-production-pipeline-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 58 次。
如何安装 Pilot Video Production Pipeline Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-video-production-pipeline-setup」即可一键安装,无需额外配置。
Pilot Video Production Pipeline Setup 是免费的吗?
是的,Pilot Video Production Pipeline Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Video Production Pipeline Setup 支持哪些平台?
Pilot Video Production Pipeline Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Video Production Pipeline Setup?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。