Back to Discover

remotion-superpowers

connector

DojoCodingLabs

🎬 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.

View on GitHub
95 starsMITSynced Aug 10, 2026

Install to Claude Code

/plugin marketplace add DojoCodingLabs/remotion-superpowers

README

🎬 Remotion Superpowers v2.1

Claude Code Plugin License: MIT Category: Media MCP Servers: 5 Free & Open Source

A free, open-source Claude Code plugin that turns Remotion into a full video production studio — by Dojo Coding

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.

What This Plugin Does

CapabilityToolWhat It Enables
🎵 Music GenerationSuno (via KIE)Generate background music from text descriptions
🗣️ VoiceoversElevenLabs TTS (via KIE)Generate natural narration from scripts
🔊 Sound EffectsElevenLabs SFX (via KIE)Generate sound effects from descriptions
👁️ Video AnalysisTwelveLabs"See" existing footage — find scenes, detect objects, pick timestamps
📸 Stock FootagePexelsSearch and download free HD/4K stock video and photos
🖼️ Image GenerationKIE + ReplicateGenerate images (FLUX, Imagen 4, Nano Banana Pro)
🎬 Video GenerationKIE + ReplicateGenerate video clips (Veo 3.1, Wan, Kling)
📝 CaptionsWhisper + @remotion/captionsTikTok-style word-by-word animated subtitles
🎯 Transitions@remotion/transitionsFade, slide, wipe, flip, clock-wipe between scenes
🔄 Video ReviewTwelveLabsAI watches your render and gives feedback to improve it
📱 Short-FormBuilt-in presetsOptimized pipeline for TikTok, Reels, YouTube Shorts
🎲 3D Content@remotion/threeThree.js scenes and 3D product showcases
📊 Data VizSVG + D3Animated charts, dashboards, and number counters
✨ Visual FX@remotion/light-leaks + CSSFilm grain, vignettes, Ken Burns, Lottie animations
🚀 CI/CDGitHub ActionsAutomated rendering on PR or manual trigger

Installation

# 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.

Updating

# 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.

Local Development

git clone https://github.com/DojoCodingLabs/remotion-superpowers.git
cd remotion-superpowers

# In Claude Code:
/plugin marketplace add .
/plugin install remotion-superpowers

Quick Start

1. Run setup

/setup

This walks you through:

  • Checking dependencies (Node.js, npm, Python, uv)
  • Creating or detecting a Remotion project
  • Installing Remotion skills
  • Configuring API keys for all services
  • Verifying MCP server connections

2. Create a video

/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."

Commands

🎬 Production

CommandDescription
/setupFirst-run wizard — installs everything you need
/create-videoFull video production pipeline from concept to render
/create-shortShort-form vertical video (TikTok, Reels, Shorts) — 9:16, captions, hooks

🎨 Assets

CommandDescription
/find-footageSearch & download stock footage from Pexels
/generate-imageGenerate AI images (backgrounds, thumbnails, art)
/generate-clipGenerate AI video clips (text-to-video, image-to-video)

🔊 Audio

CommandDescription
/add-voiceoverGenerate and add narration to your video
/add-musicGenerate and add background music
/transcribeTranscribe audio/video to text with timestamps

✨ Enhancements

CommandDescription
/add-captionsTikTok-style animated word-by-word captions
/add-transitionsProfessional scene transitions (fade, slide, wipe, flip)

👁️ Analysis

CommandDescription
/analyze-footageUse AI to understand existing video files
/review-videoAI-powered video feedback loop — render, review, improve, repeat

API Keys Required

ServiceVariableRequired?CostWhat It Provides
KIEKIE_API_KEY✅ YesPaidMusic, SFX, TTS, images, video, subtitles
TwelveLabsTWELVELABS_API_KEY✅ YesFree tierVideo understanding, analysis & review
PexelsPEXELS_API_KEYRecommendedFreeStock photos & videos
ElevenLabsELEVENLABS_API_KEYOptionalFree tierAdvanced voice cloning & custom voices
ReplicateREPLICATE_API_TOKENOptionalPay-per-useFLUX, Wan, Kling, Veo — 100+ AI models

MCP Servers

This plugin auto-configures 5 MCP servers:

  • remotion-media — Primary media generation (Suno + ElevenLabs + Whisper + more via KIE)
  • TwelveLabs — Video understanding, scene analysis, and video review
  • Pexels — Free stock footage and photos
  • ElevenLabs — Advanced voice features (optional)
  • Replicate — 100+ AI models for image/video generation (optional)

How It Works

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

Project Structure

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

v2.1 Changelog

  • 6 new production rules: Replicate models, image generation, video generation, sound effects, ElevenLabs advanced, asset management
  • Replicate MCP commands fixed: /generate-image and /generate-clip now use Replicate MCP tools instead of direct curl API calls
  • Hooks rewritten: hooks.json converted to Anthropic spec format with shell script execution (PreToolUse/PostToolUse)
  • Full spec compliance: All components pass Anthropic plugin specification checks
  • 18 total production rules covering all 5 MCP servers (~85% API coverage)

v2.0 Changelog

  • 7 new commands: /create-short, /add-captions, /add-transitions, /generate-image, /generate-clip, /transcribe, /review-video
  • 6 new production rules: captions workflow, animation presets, 3D content, data visualization, visual effects, CI/CD rendering
  • 1 new agent: post-producer (AI video review & iteration loop)
  • Replicate MCP: 5th MCP server for 100+ AI image/video models
  • Short-form pipeline: Optimized workflow for TikTok, Reels, YouTube Shorts
  • Video feedback loop: Render → Review → Fix → Repeat

Built by Dojo Coding Labs

Dojo 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.

More from Dojo Coding

Contributing

Remotion Superpowers is open source and built to be contributed to. See CONTRIBUTING.md for guidelines.

License

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.

Rendered live from DojoCodingLabs/remotion-superpowers's GitHub README — not stored, always reflects the source repo.

1 Plugin

NameDescriptionCategorySource
remotion-superpowersFull video production studio for Remotion. AI voiceovers (ElevenLabs), music (Suno), sound effects, stock footage (Pexels), AI image/video generation (Replicate), TikTok-style captions, 3D content, transitions, video analysis & review (TwelveLabs) — all wired into Remotion compositions. 13 slash commands, 3 agents, 5 MCP servers.media./

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.