Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/dojocodinglabs/remotion-superpowers/setupgit clone --depth 1 https://github.com/DojoCodingLabs/remotion-superpowersWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00032 | $0.01733 |
| Opus 5 | $0.00016 | $0.00866 |
| Sonnet 5 | $0.00006 | $0.00347 |
| Haiku 4.5 | $0.00003 | $0.00173 |
Grade C, and why
setup scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- If missing, tell user: `curl -LsSf https://astral.sh/uv/install.sh | sh` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- If missing, tell user: `curl -LsSf https://astral.sh/uv/install.sh | sh` How it starts
The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Remotion Superpowers — Setup Wizard
You are running the setup wizard for the Remotion Superpowers plugin. Follow these steps carefully and guide the user through each one.
Step 1: Check System Dependencies
Run these checks and report results:
node --version
npm --version
python3 --version 2>/dev/null || python --version 2>/dev/null
which uvx 2>/dev/null || echo "uvx not found"
Required:
- Node.js >= 18 (needed for Remotion and MCP servers)
- npm (comes with Node.js)
Recommended:
- Python 3 +
uv/uvx(needed for ElevenLabs and Pexels MCP servers)- If missing, tell user:
curl -LsSf https://astral.sh/uv/install.sh | sh
- If missing, tell user:
Report each as ✓ or ✗ with version.
Step 2: Check Remotion Project
Check if the current directory has a remotion.config.ts or remotion.config.js file.
If YES: Tell the user their Remotion project was detected.
If NO: Ask the user if they want to:
- Create a new Remotion project here:
npx create-video@latest- Recommend: Blank template, yes to TailwindCSS, yes to install Skills
- Or navigate to an existing Remotion project first
Do NOT proceed until the user is in a Remotion project directory.
Step 3: Install Remotion Agent Skills
Check if .claude/skills/remotion-best-practices/ exists.
If not installed:
npx skills add remotion-dev/skills
Tell the user: "Remotion best practices skills installed. Claude now knows Remotion's APIs, animation patterns, audio handling, and more."
Step 4: Configure API Keys
Walk the user through each API key. For each one:
- Explain what the service provides
- Give the signup URL
- Tell them the environment variable name
- Ask them to set it:
export VAR_NAME=their-key - Recommend adding to
~/.zshrcor~/.bashrcfor persistence
4a. KIE API Key (PRIMARY — covers Suno + ElevenLabs + more)
- What: Single API key that provides music generation (Suno), sound effects (ElevenLabs SFX), text-to-speech (ElevenLabs TTS), image generation, video generation, and subtitle generation.
- Signup: https://kie.ai — create account, get API key from dashboard
- Variable:
KIE_API_KEY - Command:
export KIE_API_KEY=your-key-here - Persistence:
echo 'export KIE_API_KEY=your-key-here' >> ~/.zshrc
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 169 lines · 32 tokens per session scan C 53163ff595df
setup is a command published in the GitHub repository DojoCodingLabs/remotion-superpowers (116 stars, last pushed 6mo ago), licensed MIT. It adds 32 tokens to every session and 1,733 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
generate-all
Generate creative assets for all posts in the current month's calendar.
cost-report
Show API cost breakdown for the current month's production.
brand-setup
Configure a new brand profile with colors, fonts, logo, visual style, platforms, and compliance rules.
edit-image
Edit a generated image — adjust background, lighting, colors, or composition.
index-assets
Index or re-index a brand's visual asset library.
status
Show current production status for the active brand and month.