From Automated Video Generator
Guides running, resuming, and debugging Video Generator CLI commands (generate, build, resume, segment, dev). Helps recover from crashes or failed renders.
How this skill is triggered — by the user, by Claude, or both
Slash command
/Automated Video Generator:cli-operationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill explains the different terminal commands available to run, resume, or fix video generations.
This skill explains the different terminal commands available to run, resume, or fix video generations.
These commands are used for a "Fresh Start." They clean up old temporary files to prevent conflicts.
npm run generate (or npm run build).video-cache.json file.public/videos and public/audio folders.input/input-scripts.json.These commands save time by reusing already-completed work.
npm run resumepublic/ and the .video-cache.json.npm run segment.mp4 segments in your output folder and merges them.npm run dev| Command | Action | Fresh/Resume |
|---|---|---|
npm run generate | Full Process | Fresh (Wipes old data) |
npm run build | Full Process | Fresh (Alias for generate) |
npm run resume | Skip Existing | Resume (Saves time) |
npm run segment | Assembly Only | Fix (Stitching only) |
When editing input/input-scripts.json, agents can use these newer properties:
| Property | Type | Description |
|---|---|---|
showText | Boolean | Set to false to disable on-screen subtitles. |
defaultVideo | String | Filename in input/input-assests/ to use as a visual fallback. |
orientation | String | portrait or landscape. |
voice | String | AI voice ID (e.g., en-US-JennyNeural). |
npx claudepluginhub itspremkumar/automated-video-generatorAuto-generates product demo videos. Analyzes codebase, plans scenes, and generates video via Remotion. Requires explicit `/generate-video` command or parent workflow invocation.
Full video production workflow for Remotion projects. Teaches how to orchestrate MCP tools (TTS, music, SFX, stock footage, video analysis) into complete Remotion compositions. Use this skill whenever producing a video that needs audio, voiceovers, music, stock footage, or analyzing existing video files.
Orchestrates AI video production workflow: gathers specs interactively, generates scripts/storyboards, Gemini TTS voiceovers, Lyria music, Veo 3.1 clips or image animations, assembles with FFmpeg.