DEV Community

Cover image for I Built an Agent Skill That Generates Full Videos From a Topic Name
William Donovan
William Donovan

Posted on

I Built an Agent Skill That Generates Full Videos From a Topic Name

I built a custom AI agent skill that generates full explainer videos from just a topic name.
It researches the topic, writes a script, generates images with Flux, renders animated scenes in React (Remotion), and adds AI
voiceover — all automated.
Just tested it on OpenClaw and got a 2-minute video with 18 scenes, 3 AI-generated images, and synced narration in one pipeline run.
Stack:
→ Remotion (React video framework)
→ Flux on a local GPU for image generation
→ Chatterbox TTS for voiceover
→ Tavily for research
→ Claude for scripting
The whole thing runs from a single slash command.
#AIVideo #Remotion #React #FluxAI #Automation #BuildInPublic

https://youtu.be/iBthun8M1Tk

Top comments (0)