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 skills/gowtham012/claude-plugins/generate-animationsnpx skills add gowtham012/Claude-plugins --skill generate-animationsgit clone --depth 1 https://github.com/gowtham012/Claude-pluginsWrote 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/skills/gowtham012/claude-plugins/generate-animations)<a href="https://agentmods.dev/skills/gowtham012/claude-plugins/generate-animations"><img src="https://agentmods.dev/badge/skills/gowtham012/claude-plugins/generate-animations.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 | $0.00034 | $0.00288 |
| Opus 5 | $0.00017 | $0.00144 |
| Sonnet 5 | $0.00007 | $0.00058 |
| Haiku 4.5 | $0.00003 | $0.00029 |
Grade A, and why
generate-animations 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 5d 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.
What it actually says
Generate animation code from video: $ARGUMENTS
Arguments:
$0= video_path (required)$1= framework:cssorframer-motion(default:css)
Steps
- Call MCP tool
mcp__video-insight__generate_animationswithvideo_path=$0,framework=$1(defaultcss). - For each high-motion scene, read all burst frame images in order:
burst_frame_paths[0]= animation start stateburst_frame_paths[-1]= animation end state- Intermediate frames = easing curve snapshots
frame_interval_ms= timing between stopsduration_seconds= total animation duration
- Identify what property is animating (opacity, transform, color, size, position).
- Write one animation block per scene using exact values from the frames.
- Output complete, copy-paste-ready code.
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.
- 5d ago First seen · 27 lines · 34 tokens per session scan A 567168156cb8
generate-animations is a skill published in the GitHub repository gowtham012/Claude-plugins (5 stars, last pushed 5mo ago), licensed MIT. It adds 34 tokens to every session and 288 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-31.
Other skills, from other repositories
wasm-expert
WebAssembly expert for WASI, component model, Rust/C compilation, and browser integration.
css-expert
CSS expert for flexbox, grid, animations, responsive design, and modern layout techniques.
scss-style-guide
SCSS/CSS coding standards and patterns for fundamental-styles project.
interface-craft
Raises the visual and interaction quality of an interface — layout, hierarchy, type, spacing, density, and the details that separate a considered product from a generic one. Use this when a screen works but looks unfinished or default, when a layout feels crowded or arbitrary, when a page has no clear focal point, or…
design-system
Builds and maintains the design system a product is assembled from — tokens for color, type, spacing and elevation, component contracts, and the rules that keep them coherent as the product grows. Use this when starting a new interface, when screens have drifted apart visually, when the same component exists three…
component-composition
How to combine fundamental-styles components correctly - required wrappers, nesting rules, and common composition patterns.