figma-extract

figma-extract is a skill for Claude Code from joryeugene/tripod. It costs 0 tokens per session (2,170 once invoked), scanned A, original, no licence file.

A tool for copying every detail of a Figma design file, down to its smallest elements, and saving the results locally.

In plain words
What is it for?
Use it before building a close visual match to a Figma design, especially when you need all node details available offline.
Why use it?
It provides a complete local reference so a design can be implemented accurately without repeatedly requesting the same Figma data.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the tripod plugin — 25 skills, 1 hook shipped together

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/joryeugene/tripod/figma-extract
Any agent
npx skills add joryeugene/tripod --skill figma-extract
Clone the repo
git clone --depth 1 https://github.com/joryeugene/tripod

Made for: Claude Code.

Or install tripod, the plugin that ships this one along with the rest of its 25 skills, 1 hook.

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 figma-extract

README.md
[![agentmods](https://agentmods.dev/badge/skills/joryeugene/tripod/figma-extract.svg)](https://agentmods.dev/skills/joryeugene/tripod/figma-extract)
Your own site
<a href="https://agentmods.dev/skills/joryeugene/tripod/figma-extract"><img src="https://agentmods.dev/badge/skills/joryeugene/tripod/figma-extract.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,170 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.1 $0.00000 $0.02170
Opus 5 $0.00000 $0.01085
Sonnet 5 $0.00000 $0.00434
Haiku 4.5 $0.00000 $0.00217

Measured 6d ago against content hash d0fd2161a4ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

figma-extract scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -o ".figma-cache/icons/{icon-name}.svg" "{download-url}"
skills/figma-extract/SKILL.md · 285 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. 6d ago First seen · 285 lines · 0 tokens per session scan A d0fd2161a4ce

Subscribe to this mod's changes

figma-extract is a skill published in the GitHub repository joryeugene/tripod (2 stars, last pushed 6d ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 2,170 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

scroll-craft

Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…

nateherkai/scroll-craft · 177 tokens

design-system-reference

Style guides and implementation rules for frontend design. Works with design-discovery agent which handles context gathering and VS-based style recommendations. Contains detailed style guides, anti-patterns, and implementation checklists.

wigtn/wigtn-plugins · 43 tokens

handdrawn-diagram

Generate a hand-drawn (sketch-style) architecture or flow diagram as a committable image (SVG + PNG). Use when the user wants a sketch-aesthetic diagram for a README, docs, or hackathon/Devpost submission that still has correct, legible text and per-group color. Authors a Mermaid look:handDrawn source and renders it…

wigtn/wigtn-plugins · 166 tokens

ccc-brainstorm

Design-first ideation gate. Forces 3 alternatives before any code is written. Triggers AskUserQuestion to pick the path.

KevinZai/commander · 31 tokens

design-tree

Make design decisions as an explicit branching tree — genuine alternatives, decisive rationale, rejected branches preserved. INVOKE PROACTIVELY when planning or designing any implementation approach, or choosing between architectures, libraries, or data models — especially in plan mode. Skip trivial or forced changes…

PrabhdeepSingh/claude-plugins · 62 tokens

colors

Color systems for web interfaces — OKLCH conversion and palette generation, contrast measurement (APCA/WCAG), gamut and P3 fallbacks, theming, one meaning per color. INVOKE PROACTIVELY when converting color values, building or extending a palette or token set, checking or reporting contrast, or theming light and dark…

PrabhdeepSingh/claude-plugins · 99 tokens