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 skills add nexu-io/motion-anything --skill like-burstgit clone --depth 1 https://github.com/nexu-io/motion-anythingWrote 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/nexu-io/motion-anything/like-burst)<a href="https://agentmods.dev/skills/nexu-io/motion-anything/like-burst"><img src="https://agentmods.dev/badge/skills/nexu-io/motion-anything/like-burst/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nexu-io/motion-anything/like-burst"><img src="https://agentmods.dev/badge/skills/nexu-io/motion-anything/like-burst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00079 | $0.00640 |
| Opus 5 | $0.00039 | $0.00320 |
| Sonnet 5 | $0.00016 | $0.00128 |
| Haiku 4.5 | $0.00008 | $0.00064 |
Grade A, and why
like-burst 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 8d 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
like-burst
A celebratory particle burst for like / favorite / reaction buttons. Part of
motion-anything; obeys MOTION-SPEC.md.
When to use it
- Like / favorite / upvote / reaction buttons.
- A small, earned moment of positive feedback.
When NOT to use it (restraint)
- Destructive or neutral actions (delete, dismiss, close).
- When more than one burst could fire at once — one celebratory moment per screen.
- On load / autoplay. This must be user-triggered.
How to apply
- Copy
like-burst.cssandlike-burst.jsinto the project. - Link them, and mark the button:
<link rel="stylesheet" href="like-burst.css" /> <button class="like-btn" data-like-burst aria-pressed="false" aria-label="Like">♥</button> <script src="like-burst.js"></script> - It auto-attaches to any
[data-like-burst], or callattachLikeBurst(el)manually.
Tuning
PARTICLE_COUNT/COLORSinlike-burst.js(keep particle count modest — taste over spectacle).- Pop feel: the
lb-popkeyframe (currently420ms, ease-out). Burst spread:distinspawnParticles.
Accessibility & performance
- Honors
prefers-reduced-motion: particles are suppressed, a quiet color/scale cue remains. - Animates
transform/opacityonly; removes injected particle nodes after ~700ms.
Framework notes
- React: call
attachLikeBurst(ref.current)inuseEffect; or port the click handler into your component and keep the CSS as-is.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 66 lines · 79 tokens per session scan A 45396630863f
like-burst is a skill published in the GitHub repository nexu-io/motion-anything (779 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 79 tokens to every session and 640 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
figma
Import Figma content into a HyperFrames composition — rendered assets, brand tokens, components, storyboard sections → reconstructed motion (frames read as states, not slides) (REST/CLI), connector-assisted motion when available, and shaders from a connector or native export. Use when the user pastes a figma.com link…
motion-graphics
A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…
animation-patterns
Comprehensive animation recipe book for the Excalimate MCP server. Use when adding keyframe animations to Excalidraw diagrams — covers fade-in reveals, slide-in movements, pop-in scale effects, arrow draw-on strokes, camera pan/zoom, staggered multi-element sequences, and timing/easing selection. Essential for…
export-optimization
Optimize Excalimate diagram exports for different formats and platforms. Use when asked to export animations, set up camera framing, choose output format, adjust aspect ratios, or prepare diagrams for specific destinations like presentations, social media, documentation, or video — even if the user just says "export"…
animated-presentations
Create multi-scene animated presentations with smooth camera transitions using the Excalimate MCP server. Use when asked to create presentations, pitch decks, animated slide shows, demo walkthroughs, keynote-style reveals, or any sequential multi-scene visual narrative — even if the user says "slides" or "deck.".
paint
Paint a complete visual universe with genjutsu - art direction brainstorm, design system, implementation, audit. Anti-AI-slop design pipeline. Adapts to Web, Android (Compose), Apple (SwiftUI).