Full video production pipeline for Remotion — gives Claude eyes (video analysis), voice (TTS/voiceover), ears (music/SFX), stock footage, AI image/video generation, TikTok captions, 3D content, and more. By Dojo Coding Labs.
npx claudepluginhub dojocodinglabs/remotion-superpowersFull video production pipeline for Remotion — gives Claude eyes (video analysis), voice (TTS/voiceover), ears (music/SFX), stock footage, AI image/video generation, TikTok captions, 3D content, and more. By Dojo Coding Labs.
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 |
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations