๐ฌ 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.
> /plugin marketplace add DojoCodingLabs/remotion-superpowers> /plugin install remotion-superpowers@remotion-superpowers
Repo: DojoCodingLabs/remotion-superpowers
What's inside
A Claude Code plugin that turns Remotion from a motion graphics tool into a full video production studio.
Gives Claude the power to see (video analysis), hear (music generation), speak (voiceovers), source (stock footage + AI generation), caption (TikTok-style), transition (professional scene cuts), and review (AI feedback loop) โ all wired into Remotionโs React-based video pipeline.
| Capability | Tool | What It Enables |
|---|---|---|
| ๐ต Music Generation | Suno (via KIE) | Generate background music from text descriptions |
| ๐ฃ๏ธ Voiceovers | ElevenLabs TTS (via KIE) | Generate natural narration from scripts |
| ๐ Sound Effects | ElevenLabs SFX (via KIE) | Generate sound effects from descriptions |
| ๐๏ธ Video Analysis | TwelveLabs | "See" existing footage โ find scenes, detect objects, pick timestamps |
| ๐ธ Stock Footage | Pexels | Search and download free HD/4K stock video and photos |
| ๐ผ๏ธ Image Generation | KIE + Replicate | Generate images (FLUX, Imagen 4, Nano Banana Pro) |
| ๐ฌ Video Generation | KIE + Replicate | Generate video clips (Veo 3.1, Wan, Kling) |
| ๐ Captions | Whisper + @remotion/captions | TikTok-style word-by-word animated subtitles |
| ๐ฏ Transitions | @remotion/transitions | Fade, slide, wipe, flip, clock-wipe between scenes |
| ๐ Video Review | TwelveLabs | AI watches your render and gives feedback to improve it |
| ๐ฑ Short-Form | Built-in presets | Optimized pipeline for TikTok, Reels, YouTube Shorts |
| ๐ฒ 3D Content | @remotion/three | Three.js scenes and 3D product showcases |
| ๐ Data Viz | SVG + D3 | Animated charts, dashboards, and number counters |
| โจ Visual FX | @remotion/light-leaks + CSS | Film grain, vignettes, Ken Burns, Lottie animations |
| ๐ CI/CD | GitHub Actions | Automated rendering on PR or manual trigger |
# In Claude Code:
/plugin marketplace add DojoCodingLabs/remotion-superpowers
/plugin install remotion-superpowers@remotion-superpowers
That's it. Run /setup to configure your API keys.
Requires: Claude Code with plugin support. MCP servers use npx and uvx โ install Node.js and uv if needed.
# Update the marketplace catalog first:
claude plugin marketplace update DojoCodingLabs/remotion-superpowers
# Then update the plugin:
claude plugin update remotion-superpowers@remotion-superpowers
Restart your Claude Code session after updating.
git clone https://github.com/DojoCodingLabs/remotion-superpowers.git
cd remotion-superpowers
# In Claude Code:
/plugin marketplace add .
/plugin install remotion-superpowers
/setup
This walks you through:
/create-video
Or just describe what you want:
"Create a 30-second promo video for a coffee shop. Include drone footage of a city, a warm voiceover, background jazz music, and animated text overlays with the shop's name and address."
| Command | Description |
|---|---|
/setup | First-run wizard โ installs everything you need |
/create-video | Full video production pipeline from concept to render |
/create-short | Short-form vertical video (TikTok, Reels, Shorts) โ 9:16, captions, hooks |
| Command | Description |
|---|---|
/find-footage | Search & download stock footage from Pexels |
/generate-image | Generate AI images (backgrounds, thumbnails, art) |
/generate-clip | Generate AI video clips (text-to-video, image-to-video) |
| Command | Description |
|---|---|
/add-voiceover | Generate and add narration to your video |
/add-music | Generate and add background music |
/transcribe | Transcribe audio/video to text with timestamps |
| Command | Description |
|---|---|
/add-captions | TikTok-style animated word-by-word captions |
/add-transitions | Professional scene transitions (fade, slide, wipe, flip) |
| Command | Description |
|---|---|
/analyze-footage | Use AI to understand existing video files |
/review-video | AI-powered video feedback loop โ render, review, improve, repeat |
| Service | Variable | Required? | Cost | What It Provides |
|---|---|---|---|---|
| KIE | KIE_API_KEY | โ Yes | Paid | Music, SFX, TTS, images, video, subtitles |
| TwelveLabs | TWELVELABS_API_KEY | โ Yes | Free tier | Video understanding, analysis & review |
| Pexels | PEXELS_API_KEY | Recommended | Free | Stock photos & videos |
| ElevenLabs | ELEVENLABS_API_KEY | Optional | Free tier | Advanced voice cloning & custom voices |
| Replicate | REPLICATE_API_TOKEN | Optional | Pay-per-use | FLUX, Wan, Kling, Veo โ 100+ AI models |
This plugin auto-configures 5 MCP servers:
Your Prompt โ /create-video (or /create-short)
โ
โโโ 1. Concept โ Break into scenes, script, audio needs
โโโ 2. Script โ Generate narration text + timing
โโโ 3. Voiceover โ Generate TTS audio (remotion-media / ElevenLabs)
โโโ 4. Music โ Generate background music (Suno via remotion-media)
โโโ 5. Footage โ Search Pexels / generate with AI / analyze with TwelveLabs
โโโ 6. Visuals โ Write Remotion React components + transitions + effects
โโโ 7. Captions โ Generate TikTok-style animated subtitles
โโโ 8. Compose โ Wire all assets into composition
โโโ 9. Preview โ npm run dev (live preview)
โโโ 10. Render โ npx remotion render (final MP4)
โโโ 11. Review โ /review-video โ AI watches & gives feedback โ iterate
remotion-superpowers/
โโโ .claude-plugin/plugin.json # Plugin metadata (v2.1.0)
โโโ .mcp.json # 5 MCP server configurations
โโโ commands/ # 13 slash commands
โ โโโ setup.md # /setup
โ โโโ create-video.md # /create-video
โ โโโ create-short.md # /create-short (TikTok/Reels/Shorts)
โ โโโ find-footage.md # /find-footage
โ โโโ generate-image.md # /generate-image
โ โโโ generate-clip.md # /generate-clip
โ โโโ analyze-footage.md # /analyze-footage
โ โโโ review-video.md # /review-video
โ โโโ add-voiceover.md # /add-voiceover
โ โโโ add-music.md # /add-music
โ โโโ add-captions.md # /add-captions
โ โโโ add-transitions.md # /add-transitions
โ โโโ transcribe.md # /transcribe
โโโ agents/ # 3 specialized agents
โ โโโ video-director.md # Orchestrates full pipeline
โ โโโ media-scout.md # Finds & evaluates media
โ โโโ post-producer.md # Reviews & iterates on quality
โโโ skills/ # Domain knowledge (18 rules)
โ โโโ remotion-production/ # Full production workflow skill
โ โโโ setup-guide/ # Setup & onboarding knowledge
โโโ hooks/hooks.json # Pre/post-tool hooks (API key checks, tips)
โโโ scripts/
โ โโโ setup-check.sh # Dependency validation script
โ โโโ check-mcp-server.sh # Pre-tool API key validation hook
โ โโโ post-tool-note.sh # Post-tool contextual tips hook
โโโ README.md
/generate-image and /generate-clip now use Replicate MCP tools instead of direct curl API callshooks.json converted to Anthropic spec format with shell script execution (PreToolUse/PostToolUse)/create-short, /add-captions, /add-transitions, /generate-image, /generate-clip, /transcribe, /review-videoDojo Coding is a LATAM-first tech education ecosystem. We build tools for developers and teach people to code.
remotion-superpowers is free forever. Open source. MIT licensed.
Remotion Superpowers is open source and built to be contributed to. See CONTRIBUTING.md for guidelines.
MIT License โ free to use, modify, and distribute.
๐ฌ From prompt to production โ one /create-video at a time.
Free. Open source. By Dojo Coding Labs.
FAQ
remotion-superpowers is a Claude Code plugin with 2 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes remotion-production, setup-guide. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it