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-shortgit 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.00044 | $0.01278 |
| Opus 5 | $0.00022 | $0.00639 |
| Sonnet 5 | $0.00009 | $0.00256 |
| Haiku 4.5 | $0.00004 | $0.00128 |
Grade A, and why
create-short 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 — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create Short — Vertical Short-Form Video Pipeline
You are creating a short-form vertical video optimized for TikTok, Instagram Reels, or YouTube Shorts.
Load the remotion-production skill for production patterns, plus remotion-best-practices for Remotion-specific code.
Key Differences from /create-video
- Aspect ratio: 9:16 (1080x1920) — ALWAYS vertical
- Duration: 15–60 seconds max (sweet spot: 30s)
- Hook first: First 2-3 seconds must grab attention
- Captions required: Always add TikTok-style word-by-word captions
- Background music: Always include — with mood tags
- Pacing: Fast cuts, 2-5 seconds per scene, no slow moments
Pipeline
Phase 1: Concept (Keep It Simple)
Ask the user what the short is about, then structure it:
📱 Short Video Plan
Platform: [TikTok / Reels / Shorts]
Duration: [15-60 seconds]
Format: 1080x1920 (9:16 vertical)
FPS: 30
Structure:
🪝 Hook (0-3s): [attention grabber — question, bold claim, visual shock]
📖 Body (3-Xs): [main content — 2-4 fast scenes]
📣 CTA (last 3-5s): [call to action — follow, link, comment]
Voiceover: [yes/no] — [style: energetic, conversational, dramatic]
Music Mood: [upbeat, chill, dramatic, inspiring, dark, funny]
Caption Style: [TikTok bold / karaoke / minimal]
Phase 2: Generate Audio (voiceover drives everything)
2a. Voiceover
Write a TIGHT script — every word must earn its place in a short:
Use remotion-media generate_tts:
- text: [short, punchy script — no filler words]
- voice: [energetic voice like Aria or Charlie for shorts]
- project_path: [project root]
2b. Background Music
Use remotion-media generate_music:
- prompt: "[mood] background music for social media short, energetic, no vocals, [genre]"
- project_path: [project root]
Good short music prompts:
- "upbeat trendy pop beat for TikTok, energetic, no vocals"
- "dark cinematic bass, dramatic tension, no vocals, short form"
- "chill lofi beat for educational content, relaxed, no vocals"
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 · 158 lines · 44 tokens per session scan A 0a2f9808cf94
create-short is a command published in the GitHub repository DojoCodingLabs/remotion-superpowers (116 stars, last pushed 6mo ago), licensed MIT. It adds 44 tokens to every session and 1,278 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
setup
Configure API credentials for image and video generation (one-time setup).
generate-all
Generate creative assets for all posts in the current month's calendar.
status
Show current production status for the active brand and month.
check-approvals
Check pending approval status and send reminders if overdue.
switch-brand
Switch the active brand context.
new-month
Start a new month's social media calendar production for a brand.