figmirror

figmirror is a skill for Claude Code, Codex from VILA-Lab/FigMirror. It costs 83 tokens per session (2,417 once invoked), scanned A, original, no licence file.

A workflow for copying the visual style of a supplied research-paper figure onto a chart made with different data. It is intended for requests such as making a chart look like a paper or producing a NeurIPS-quality figure.

In plain words
What is it for?
Use it to recreate a paper figure’s visual style, produce publication-ready charts, and adapt that style to your own data.
Why use it?
It separates a figure’s appearance from its data, making it easier to reuse a visual design without copying the original results.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/vila-lab/figmirror/figmirror
Any agent
npx skills add VILA-Lab/FigMirror --skill figmirror
Clone the repo
git clone --depth 1 https://github.com/VILA-Lab/FigMirror

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for figmirror

README.md
[![agentmods](https://agentmods.dev/badge/skills/vila-lab/figmirror/figmirror.svg)](https://agentmods.dev/skills/vila-lab/figmirror/figmirror)
Your own site
<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>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,417 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured today against content hash 7d0ecb97df62, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/figannot.py, scripts/fit_images.py, scripts/score_3d_candidates.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/figmirror/SKILL.md · 206 lines

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.

Read it on GitHub

Changes

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.

  1. today Changed · +42 lines · -57 tokens per session 7d0ecb97df62
  2. 4d ago First seen · 164 lines · 140 tokens per session scan A cdb40228423f

Subscribe to this mod's changes

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.

Related

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…

streamlit/streamlit · 83 tokens

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…

malloydata/publisher · 94 tokens

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.

kgraph57/mckinsey-style-visualization-skill · 58 tokens

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…

solid-shuwen/shuttleslide · 76 tokens

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.

solid-shuwen/shuttleslide · 63 tokens

docx

Word document manipulation with python-docx - handling split placeholders, headers/footers, nested tables.

Raidriar7170/hermes-skilleval · 22 tokens