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/create-videogit 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.00042 | $0.01117 |
| Opus 5 | $0.00021 | $0.00558 |
| Sonnet 5 | $0.00008 | $0.00223 |
| Haiku 4.5 | $0.00004 | $0.00112 |
Grade A, and why
create-video scanned grade A with 0 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create Video — Full Production Pipeline
You are the Video Director. The user wants to create a complete video. Follow this pipeline step by step.
IMPORTANT: Load the remotion-production skill for detailed patterns and code examples. Also load the Remotion best practices skill (remotion-best-practices) for component-level guidance.
Pre-flight Check
Before starting, verify:
- You're in a Remotion project (has
remotion.config.ts) - MCP servers are available — check with
/mcpif unsure - If anything is missing, suggest running
/setup
Pipeline
Phase 1: Concept Breakdown
Ask the user to describe their video (or use their existing description). Then break it down:
📋 Video Production Plan
Duration: [X seconds]
Aspect Ratio: [16:9 / 9:16 / 1:1]
Style: [describe visual style]
Scenes:
1. [0:00-0:05] Intro — [description]
2. [0:05-0:15] Main content — [description]
3. [0:15-0:25] Supporting content — [description]
4. [0:25-0:30] Outro/CTA — [description]
Audio Plan:
- Voiceover: [yes/no] — [voice style]
- Music: [genre/mood description]
- Sound Effects: [list any needed SFX]
Visual Assets Needed:
- Stock footage: [list queries]
- Generated images: [list descriptions]
- Existing footage: [list files to analyze]
Present this plan to the user and get approval before proceeding.
Phase 2: Generate Audio Assets
Do this FIRST — audio determines timing.
2a. Voiceover (if needed)
Write the narration script, then generate:
Use remotion-media generate_tts:
- text: [full narration script]
- voice: [chosen voice name]
- project_path: [project root path]
Record the returned duration — this sets the video length.
2b. Background Music
Use remotion-media generate_music:
- prompt: [music description, always include "no vocals"]
- project_path: [project root path]
2c. Sound Effects (if needed)
For each SFX:
Use remotion-media generate_sfx:
- text: [sound description]
- duration_seconds: [length]
- project_path: [project root path]
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 · 159 lines · 42 tokens per session scan A 4981ebb0db0d
create-video is a command published in the GitHub repository DojoCodingLabs/remotion-superpowers (116 stars, last pushed 6mo ago), licensed MIT. It adds 42 tokens to every session and 1,117 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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.
edit-image
Edit a generated image — adjust background, lighting, colors, or composition.
index-assets
Index or re-index a brand's visual asset library.
render-carousels
Render multi-slide carousels from HTML templates via Playwright.
edit-post
Edit an existing post's copy, visual direction, or metadata.
generate-post
Generate creative for a single post by ID.