Emergence Video Producer
/install emergence-video-producer
Skill: Emergence Video Producer 🎬
This skill transforms a Markdown "Video Script" into a polished tutorial video. It is designed for headless operation on cloud VMs, enabling agents to produce visual documentation autonomously.
1. Prerequisites
Ensure the following tools are in the path:
webreel(for browser recording)ffmpeg(for assembly)edge-ttsordashscopecredentials (for narration)Pillow(for frame extraction if WebP conversion is needed)
2. Interaction Model: The Interview
Unlike rigid CLIs, this skill starts with a Human-in-the-Loop Interview.
The Discovery Phase
The agent must proactively ask the following:
- Objective: "What is the primary goal of this video? (e.g., Feature Launch, Academic Summary, Onboarding)"
- Mode: "Should this be a Browser Walkthrough (WebReel) or a PPT-style Presentation (Slidev)?"
- Tone: "What is the desired persona? (e.g., Professional, Hype, Scientific)"
- Target URL/Content: "Which website are we recording, or what are the key slides?"
3. Workflow Phases
Phase 1: Ideation & Storyboarding
Based on the interview, the agent drafts a storyboard.md. This is a negotiated artifact.
- DO NOT ask the human to write the Markdown.
- DO ask the human to "Review and Approve" the draft.
Phase 2: Configuration & Asset Prep
Once approved, the agent automatically generates:
- For Browser Mode: A
webreel.config.jsonwith precise selectors and timings. - For Slide Mode: A
slides.mdfor Slidev rendering. - Audio: Narration text synthesized into high-quality TTS.
Phase 3: Production (The Engine)
The agent executes the headless recording and assembly. It handles:
- Browser automation (WebReel)
- Slide rendering (Slidev)
- Frame extraction and FFmpeg merging
Phase 4: Taste Gate & Distribution
The agent presents the video for final "Taste Gate" approval before publishing to ClawHub or social platforms.
4. Usage Example
# Generate a video for the current project
hermes run emergence-video-producer --script video-script.md --output tutorial.mp4
5. Development Notes
- Framerate Sync: The assembly script automatically adjusts the framerate:
FPS = TOTAL_FRAMES / AUDIO_DURATION. - Browser State: Ensure the product is accessible via URL or a local dev server before recording.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install emergence-video-producer - After installation, invoke the skill by name or use
/emergence-video-producer - Provide required inputs per the skill's parameter spec and get structured output
What is Emergence Video Producer?
Automated video production pipeline for product demos and academic tutorials. Uses WebReel for browser recording, DashScope/Edge-TTS for narration, and FFmpe... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.
How do I install Emergence Video Producer?
Run "/install emergence-video-producer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Emergence Video Producer free?
Yes, Emergence Video Producer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Emergence Video Producer support?
Emergence Video Producer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Emergence Video Producer?
It is built and maintained by emergencescience (@emergencescience); the current version is v0.1.1.