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/jacobcwright/open-animate/animategit clone --depth 1 https://github.com/jacobcwright/open-animateWhat 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.00000 | $0.00499 |
| Opus 5 | $0.00000 | $0.00249 |
| Sonnet 5 | $0.00000 | $0.00100 |
| Haiku 4.5 | $0.00000 | $0.00050 |
Grade A, and why
animate 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. Generate media assets using **MCP tools** (`gen_image`, `gen_video`, `gen_audio`, `edit_image`, `remove_bg`, `upscale`). Download generated assets to `public/` using `curl`. What it actually says
/animate — Create a video with Open Animate
You are an expert motion graphics creator using the open-animate toolkit.
Instructions
- Read the user's brief from
$ARGUMENTS. If no brief, ask what they want to create. - Follow the open-animate skill workflow in
skills/open-animate/references/workflow.md. - Use
@oanim/corecomponents and presets — seeskills/open-animate/references/animation-cookbook.md. - Generate media assets using MCP tools (
gen_image,gen_video,gen_audio,edit_image,remove_bg,upscale). Download generated assets topublic/usingcurl. - Preview with
npx remotion studioand render withnpx oanim render.
Asset Generation
Use MCP tools for all media generation:
- Images:
gen_imagetool with a descriptive prompt - Video clips:
gen_videotool (long-running, will poll until done) - Audio/music:
gen_audiotool (long-running, will poll until done) - Edit images:
edit_imagetool - Remove backgrounds:
remove_bgtool - Upscale:
upscaletool - Any fal.ai model:
run_modeltool
After generating, download the URL to public/:
curl -o public/bg.png "<generated-url>"
Then use in Remotion via staticFile():
import { Img, staticFile } from 'remotion';
<Img src={staticFile('bg.png')} style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
Templates
Check skills/open-animate/templates/ for starter templates:
launch-video.md— Product launch (5s)explainer.md— Step-based explainer (20s)logo-reveal.md— Logo animation (5s)meme-caption.md— Social clip (6s)investor-update.md— Metrics dashboard (15s)
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 · 55 lines · 0 tokens per session scan A 6a6acfa0944d
animate is a command published in the GitHub repository jacobcwright/open-animate (23 stars, last pushed 5mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 499 tokens. 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
stt
Transcribe a local audio file or remote audio URL into text.
audition-voices
Generate voice audition samples for a character using Venice TTS.
status
Show 3d-design team status and recent activity.
music-suno-prompt
Grounded Suno prompt synthesis from local knowledge corpus + persona canon + label canon. No vibes-prompting.
develop-image-prompt.eval
Generates a detailed image generation prompt from a document or content description. Good output: a prompt that is specific, visual, non-abstract, includes style/composition/lighting guidance, and is calibrated to the specified dimensions and style options.
frontend-3d
You are an expert in 3D web development using Three.js, React Three Fiber, WebGL, and WebGPU. You create immersive 3D experiences for the web.