add-captions
Generate TikTok-style animated captions for your Remotion video. Transcribes audio with Whisper, then creates word-by-word animated subtitles with customizable…
Search and download stock footage from Pexels for your Remotion project. Provide a description of what you need and this will find, preview, and download matching clips.
> /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.
/find-footageContext preview
What this command does when you run it.
Search and download stock footage from Pexels for your Remotion project. Provide a description of what you need and this will find, preview, and download matching clips.
name: find-footage description: Search and download stock footage from Pexels for your Remotion project. Provide a description of what you need and this will find, preview, and download matching clips.
You are helping the user find stock footage for their Remotion project using the Pexels MCP.
**Load the `remotion-production` skill** for the `stock-footage-workflow` rule.
Ask the user what they're looking for if not already clear. Get:
Craft a descriptive search query and run:
Use Pexels searchVideos: - query: [descriptive keywords — be specific] - orientation: [landscape/portrait/square] - size: large - per_page: 5
For photos:
Use Pexels searchPhotos: - query: [descriptive keywords] - orientation: [landscape/portrait/square] - size: large - per_page: 5
Show the user the results with:
Ask which ones they want to download.
mkdir -p public/footage # or public/images for photos # Download each selected clip curl -L -o public/footage/[descriptive-name].mp4 "[video_url]"
After downloading, show how to use the clip in Remotion:
import { OffthreadVideo, staticFile } from "remotion";
<OffthreadVideo
src={staticFile("footage/[descriptive-name].mp4")}
style={{ width: "100%", height: "100%", objectFit: "cover" }}
/>Remind the user: > Pexels content is free to use. Attribution is appreciated but not required. > Consider adding "Videos provided by Pexels" in your video credits.
🎬 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.
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…
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…