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/vila-lab/figmirror/figmirrornpx skills add VILA-Lab/FigMirror --skill figmirrorgit clone --depth 1 https://github.com/VILA-Lab/FigMirrorWrote 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/vila-lab/figmirror/figmirror)<a href="https://agentmods.dev/skills/vila-lab/figmirror/figmirror"><img src="https://agentmods.dev/badge/skills/vila-lab/figmirror/figmirror.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.00083 | $0.02417 |
| Opus 5 | $0.00042 | $0.01208 |
| Sonnet 5 | $0.00017 | $0.00483 |
| Haiku 4.5 | $0.00008 | $0.00242 |
Grade A, and why
figmirror 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 today.
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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
25 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.
- MANIFEST.md 6.0 KB
- references/aesthetic-library.md 45 KB
- references/drawer.md 38 KB
- references/orchestrator-claude.md 36 KB
- references/orchestrator-codex.md 26 KB
- references/preprocessor.md 3.3 KB
- references/reviewer.md 39 KB
- references/three-d-prompting.md 1.6 KB
- references/three-d/candidate-selection.md 1.7 KB
- references/three-d/core.md 1.6 KB
- references/three-d/extrema-fold-network.md 1014 B
- references/three-d/fractured-surfaces.md 1.3 KB
- references/three-d/marks-and-panels.md 1.6 KB
- references/three-d/material-lighting.md 1.0 KB
- references/three-d/patch-composition.md 846 B
- references/three-d/repair-feedback.md 1.4 KB
- references/three-d/reviewer-scorecard.md 2.8 KB
- references/three-d/scale-occupancy.md 1.1 KB
- references/three-d/strict-reproduction.md 1.7 KB
- references/three-d/style-transfer.md 1.2 KB
- references/three-d/surfaces.md 1.8 KB
- references/three-d/volumetric-surfaces.md 1.4 KB
- scripts/figannot.py 42 KB runs code
- scripts/fit_images.py 6.6 KB runs code
- scripts/score_3d_candidates.py 30 KB runs 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.
- today Changed · +42 lines · -57 tokens per session 7d0ecb97df62
- 4d ago First seen · 164 lines · 140 tokens per session scan A cdb40228423f
figmirror is a skill published in the GitHub repository VILA-Lab/FigMirror (509 stars, last pushed 2d ago), with no licence file. It adds 83 tokens to every session and 2,417 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-08-30.
Other skills, from other repositories
implementing-feature
Implement a feature from a product/tech spec, URL, GitHub issue, or by auto-selecting the next papercut enhancement. Reads the spec, implements the feature following Streamlit patterns, and creates a merge-ready PR. Use when given a spec folder path, document URL, or issue link to implement, or when asked to implement…
malloy-document
Add documentation with #(doc) tags to Malloy models so fields and sources are described in plain language. Use when user asks to "add documentation", "add doc tags", "document the model", or wants fields and sources described for natural-language search and discovery. For declaring parameterizable filters with…
strategy-consulting-visualization
Use when turning any content into clear, professional visualizations - board slides, reports, proposals, research summaries, training materials, technical diagrams, infographics, process flows, timelines, benchmarks, waterfall charts, or data-backed visual specs for any audience.
slidecraft
Convert PowerPoint (PPTX) files to HTML and back, analyze PPTX structure, generate slide decks from topics via LLM, pre-cache CDN assets, or launch the interactive review web UI. Use this when the user wants to work with PowerPoint presentations -- convert ppt to html, html to pptx, inspect pptx contents, or generate…
slidecraft-to-html
Convert PowerPoint PPTX files to HTML for web display, RAG ingestion, or AI processing. Use when the user says convert this ppt to html, turn this presentation into a web page, extract content from PowerPoint for an AI pipeline, or wants to view slides in a browser.
docx
Word document manipulation with python-docx - handling split placeholders, headers/footers, nested tables.