add-captions
Generate TikTok-style animated captions for your Remotion video. Transcribes audio with Whisper, then creates word-by-word animated subtitles with customizable…
Generate a voiceover narration and add it to your Remotion project. Provide a script or describe what the narration should say, and this will generate TTS audio and wire it into your composition.
> /plugin marketplace add DojoCodingLabs/remotion-superpowers > /plugin install remotion-superpowers@remotion-superpowers
How it fires
How this command gets triggered: by you, by Claude, or both.
/add-voiceoverContext preview
What this command does when you run it.
Generate a voiceover narration and add it to your Remotion project. Provide a script or describe what the narration should say, and this will generate TTS audio and wire it into your composition.
name: add-voiceover description: Generate a voiceover narration and add it to your Remotion project. Provide a script or describe what the narration should say, and this will generate TTS audio and wire it into your composition.
You are helping the user add a voiceover narration to their Remotion project.
**Load the `remotion-production` skill** for the `voiceover-sync` and `audio-integration` rules.
If the user hasn't provided a script:
Available voices (via remotion-media TTS):
For voice cloning or custom voices, use the dedicated ElevenLabs MCP (requires `ELEVENLABS_API_KEY`).
Use remotion-media generate_tts: - text: [the approved script] - voice: [chosen voice] - project_path: [project root path]
Record the returned **file path** and **duration**.
Add the voiceover `<Audio>` component:
import { Audio, staticFile } from "remotion";
// In your composition:
<Audio src={staticFile("[returned-file-path]")} volume={1} />If the voiceover is longer than the current composition:
// Update durationInFrames in the Composition registration durationInFrames: Math.ceil([voiceover_duration_seconds] * fps) + 60 // +2s padding
Offer to generate subtitles:
Use remotion-media generate_subtitles: - input: [voiceover file path] - project_path: [project root path]
If the project already has background music, lower its volume during voiceover. See `audio-integration` rule for the ducking pattern.
🎬 Claude Code plugin — full video production studio for Remotion. AI voiceovers, music, stock footage, image/video generation, TikTok captions, 3D, transitions & AI review loop. 5 MCP servers, 13 commands. Free & open source by Dojo Coding.
Repo: DojoCodingLabs/remotion-superpowers
Generate TikTok-style animated captions for your Remotion video. Transcribes audio with Whisper, then creates word-by-word animated subtitles with customizable…
Generate background music and add it to your Remotion project. Describe the mood/genre you want, and this will generate a track via Suno and wire it into your…
Add professional scene transitions to your Remotion video. Choose from fade, slide, wipe, flip, clock-wipe and more — with spring physics or linear timing.
Analyze existing video files using TwelveLabs AI. Understand what's in your footage — find specific scenes, detect objects and speakers, get timestamps for the…
Create a short-form vertical video (TikTok, Instagram Reels, YouTube Shorts). Optimized 9:16 pipeline with auto-captions, hook-first structure, and background…
Full video production pipeline — from a text prompt to a rendered MP4 with voiceover, music, sound effects, stock footage, and motion graphics. The flagship…