setup

A first-run setup command for Remotion Superpowers, a collection of tools and instructions for Remotion video projects.

In plain words
What is it for?
Use it to check Node.js and related dependencies, install Remotion skills, configure API keys, and verify MCP connections.
Why use it?
It checks required software, confirms that a Remotion project is present, and helps configure connected services.

Command

Install

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.

agentmods
npx agentmods add commands/dojocodinglabs/remotion-superpowers/setup
Clone the repo
git clone --depth 1 https://github.com/DojoCodingLabs/remotion-superpowers
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,733 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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

ModelPer sessionOnce 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

Measured 2d ago against content hash 53163ff595df, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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`
commands/setup.md · 169 lines

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

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:

  1. Explain what the service provides
  2. Give the signup URL
  3. Tell them the environment variable name
  4. Ask them to set it: export VAR_NAME=their-key
  5. Recommend adding to ~/.zshrc or ~/.bashrc for 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

Read the full file on GitHub · 169 lines

Changes

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.

  1. 2d ago First seen · 169 lines · 32 tokens per session scan C 53163ff595df

Subscribe to this mod's changes

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.