Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Generates complete videos from text prompts by chaining image generation, video synthesis, voice-over, and FFmpeg editing into a single pipeline. Supports multiple providers at each stage, with free and paid options. Scripts handle each step independently or as a full end-to-end run.
Combines image generation, video synthesis, and voice-over into one scriptable pipeline instead of manually moving files between separate tools.
When to use it
- Generating a product demo video from a text description
- Adding AI narration to an existing video clip
- Turning a set of AI-generated images into an animation
- Creating a multi-scene short video from scene-by-scene prompts
- Producing social content with synced visuals and voice-over
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Generate a 5-second video of a futuristic city at night with a voice-over saying 'Welcome to the future'
- 1Runs generate_video.py with the prompt and voice-over text
- 2Generates frames using DALL-E 3 via OPENAI_API_KEY
- 3Synthesizes video from frames using LumaAI via LUMAAI_API_KEY
- 4Generates voice-over audio using OpenAI TTS
- 5Assembles video and audio into final MP4 using FFmpeg
future_city.mp4 with synchronized visuals and narration
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.