Install
openclaw skills install emergence-video-producerAutomated video production pipeline for product demos and academic tutorials. Uses WebReel for browser recording, DashScope/Edge-TTS for narration, and FFmpeg for assembly.
openclaw skills install emergence-video-producerThis 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.
Ensure the following tools are in the path:
webreel (for browser recording)ffmpeg (for assembly)edge-tts or dashscope credentials (for narration)Pillow (for frame extraction if WebP conversion is needed)Unlike rigid CLIs, this skill starts with a Human-in-the-Loop Interview.
The agent must proactively ask the following:
Based on the interview, the agent drafts a storyboard.md. This is a negotiated artifact.
Once approved, the agent automatically generates:
webreel.config.json with precise selectors and timings.slides.md for Slidev rendering.The agent executes the headless recording and assembly. It handles:
The agent presents the video for final "Taste Gate" approval before publishing to ClawHub or social platforms.
# Generate a video for the current project
hermes run emergence-video-producer --script video-script.md --output tutorial.mp4
FPS = TOTAL_FRAMES / AUDIO_DURATION.