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/find-footagegit clone --depth 1 https://github.com/DojoCodingLabs/remotion-superpowersWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/dojocodinglabs/remotion-superpowers/find-footage)<a href="https://agentmods.dev/commands/dojocodinglabs/remotion-superpowers/find-footage"><img src="https://agentmods.dev/badge/commands/dojocodinglabs/remotion-superpowers/find-footage.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00038 | $0.00536 |
| Opus 5 | $0.00019 | $0.00268 |
| Sonnet 5 | $0.00008 | $0.00107 |
| Haiku 4.5 | $0.00004 | $0.00054 |
Grade A, and why
find-footage scanned grade A with 1 finding 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 6d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -L -o public/footage/[descriptive-name].mp4 "[video_url]" What it actually says
Find Footage — Stock Video & Photo Search
You are helping the user find stock footage for their Remotion project using the Pexels MCP.
Load the remotion-production skill for the stock-footage-workflow rule.
Workflow
1. Understand the Need
Ask the user what they're looking for if not already clear. Get:
- Subject — What should be in the footage? (people, nature, tech, food, etc.)
- Style — Cinematic, aerial/drone, close-up, time-lapse, slow motion?
- Orientation — Landscape (16:9), portrait (9:16), or square (1:1)?
- Mood — Bright, dark, warm, cool, energetic, calm?
2. Search Pexels
Craft a descriptive search query and run:
Use Pexels searchVideos:
- query: [descriptive keywords — be specific]
- orientation: [landscape/portrait/square]
- size: large
- per_page: 5
For photos:
Use Pexels searchPhotos:
- query: [descriptive keywords]
- orientation: [landscape/portrait/square]
- size: large
- per_page: 5
3. Present Results
Show the user the results with:
- Thumbnail/preview URL
- Duration (for videos)
- Resolution
- Photographer credit
Ask which ones they want to download.
4. Download Selected Assets
mkdir -p public/footage # or public/images for photos
# Download each selected clip
curl -L -o public/footage/[descriptive-name].mp4 "[video_url]"
5. Show Usage
After downloading, show how to use the clip in Remotion:
import { OffthreadVideo, staticFile } from "remotion";
<OffthreadVideo
src={staticFile("footage/[descriptive-name].mp4")}
style={{ width: "100%", height: "100%", objectFit: "cover" }}
/>
6. Attribution Reminder
Remind the user:
Pexels content is free to use. Attribution is appreciated but not required. Consider adding "Videos provided by Pexels" in your video credits.
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.
- 6d ago First seen · 80 lines · 38 tokens per session scan A 4227a1a3e5a9
find-footage is a command published in the GitHub repository DojoCodingLabs/remotion-superpowers (118 stars, last pushed 6mo ago), licensed MIT. It adds 38 tokens to every session and 536 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (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
brand-setup
Configure a new brand profile with colors, fonts, logo, visual style, platforms, and compliance rules.
status
Show current production status for the active brand and month.
index-assets
Index or re-index a brand's visual asset library.
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.