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/maiscafe/video_motion/figmanpx skills add maiscafe/video_motion --skill figmagit clone --depth 1 https://github.com/maiscafe/video_motionWrote 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/maiscafe/video_motion/figma)<a href="https://agentmods.dev/skills/maiscafe/video_motion/figma"><img src="https://agentmods.dev/badge/skills/maiscafe/video_motion/figma.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.00068 | $0.00652 |
| Opus 5 | $0.00034 | $0.00326 |
| Sonnet 5 | $0.00014 | $0.00130 |
| Haiku 4.5 | $0.00007 | $0.00065 |
Grade A, and why
figma 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 3d 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 — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Figma → HyperFrames
Bring the user's Figma work into a composition. MCP-first: you (the agent) call the Figma MCP tools, then hand their output to the pure helpers in @hyperframes/core/figma, freezing every asset locally so renders stay deterministic.
Auth
Requires the Figma MCP connector (one-click OAuth). If tools error unauthenticated, tell the user to connect Figma and stop.
Routing
Parse the user's figma link with parseFigmaRef. Then by intent:
- "use this layer / logo / image" → Asset import
- "import this animation / motion" → Motion import
- brand tokens / components → not in this skill version (see the design spec roadmap).
Asset import
get_metadata(fileKey, nodeId)→ confirm the node, capture width/height.- Export it:
download_assets(or node image export) for PNG; prefer SVG for vectors. - Freeze: write the bytes with
freezeBytes(bytes, join(typeDirPath(projectDir,"image"), id + ext))whereid = nextId(projectDir,"image"). - Ledger:
appendRecord(projectDir, { id, type:"image", path, source:"figma", width, height, provenance:{ source:"figma", fileKey, nodeId, format } }). - Emit
buildAssetSnippet(record).htmlinto the composition. Re-import guard:findByFigmaNodebefore re-fetching.
Motion import
get_motion_context(fileKey, nodeId)→ read thecodeSnippets.motionDev(and.css).- Normalize it into a
MotionDoc: for each animated property build aMotionTrack{ property (motion.dev name), values, times (0..1), ease[] (named strings or[x1,y1,x2,y2]bezier arrays), duration, repeat }. Selector = the target element's stable id (#<id>from the component'sdata-figma-id/id). const spec = motionToGsap(doc);const script = emitTimelineScript(spec);→ inject as a<script>in the composition (after the GSAP + CustomEase CDN tags). The timeline is paused, finite, registered onwindow.__timelines.- If a track uses shader/spring/effect props with no GSAP mapping, bake instead:
export_video→ freeze MP4 → embed as<video class="clip">. Say which path you used.
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.
- 3d ago First seen · 41 lines · 68 tokens per session scan A 94990b743476
figma is a skill published in the GitHub repository maiscafe/video_motion (2 stars, last pushed 2mo ago), licensed MIT. It adds 68 tokens to every session and 652 once invoked, about $0.0003 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
material-ui-tailwind
Integrates Material UI with Tailwind CSS v4 using cascade layers (enableCssLayer, @layer order) and documents Tailwind v3 interoperability (preflight, important, injectFirst, portals). Use when combining MUI with Tailwind utilities, slotProps className, or theme token bridges.
hallmark
Anti-AI-slop design skill for greenfield pages, audits, redesigns, and design extraction from URLs or screenshots. Use when the user asks to build a new app or landing page, wants to redesign something, invokes Hallmark by name, or uses audit/redesign/study.
read
Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
desktop-principles
Desktop-specific UX principles - hover states, pointer precision, keyboard shortcuts, multi-window, focus management. Covers macOS, Windows, Linux, web desktop.
taiyi-ui-design
TaiyiForge 第 4 阶段 — UI/UX 契约,产出 UI-DESIGN.md。四端通用。.