figma-edit

figma-edit is a skill for Claude Code, Codex from neozhehan/figma-edit-mcp. It costs 82 tokens per session (438 once invoked), scanned A, original, MIT.

A guide for reading and editing live Figma design files through an agent connection. It covers inspecting design objects and changing shapes, text, styles, variables, components, and prototypes.

In plain words
What is it for?
Use it to inspect Figma files, update text or styles, create objects, edit components, replace text in bulk, and modify prototype links.
Why use it?
It helps avoid editing the wrong design object and explains how to recover when Figma rejects an operation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect Figma files, update text or styles, create objects, edit components, replace text in bulk, and modify prototype links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neozhehan/figma-edit-mcp/figma-edit
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.

Any agent
npx skills add neozhehan/figma-edit-mcp --skill figma-edit
Clone the repo
git clone --depth 1 https://github.com/neozhehan/figma-edit-mcp

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/neozhehan/figma-edit-mcp/figma-edit/github.svg)](https://agentmods.dev/skills/neozhehan/figma-edit-mcp/figma-edit)
Your own site
<a href="https://agentmods.dev/skills/neozhehan/figma-edit-mcp/figma-edit"><img src="https://agentmods.dev/badge/skills/neozhehan/figma-edit-mcp/figma-edit/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.

agentmods 80×15 button for figma-edit

Your own site · 80×15
<a href="https://agentmods.dev/skills/neozhehan/figma-edit-mcp/figma-edit"><img src="https://agentmods.dev/badge/skills/neozhehan/figma-edit-mcp/figma-edit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00082 $0.00438
Opus 5 $0.00041 $0.00219
Sonnet 5 $0.00016 $0.00088
Haiku 4.5 $0.00008 $0.00044

Measured 11d ago against content hash 4d4f2b14541a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

figma-edit 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 11d 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.

skills/figma-edit/SKILL.md · 30 lines

What it actually says

figma-edit

figma-edit-mcp lets an agent read and edit a live Figma document through a plugin that enforces safety constraints at execution time. Two things to internalize before acting:

  1. Discover before acting. Every workflow that touches a node starts with a read (page_infonode_info). IDs and names the user gives you may be stale; verify them.
  2. The plugin can refuse you. Hard constraints (scope, name verification, per-item batch checks) are checked inside Figma and return structured error codes. You cannot bypass them — plan calls to comply up front.
  3. Explicit variable scopes. When creating a new variable, you must explicitly provide its scopes.

References

Load the one you need:

  • references/constraints.md — the hard rules the plugin enforces (scope locking, name verification, no implicit selection, batch validation, URL IDs) and what to do when a constraint forbids the request.
  • references/error-playbook.md — every structured error code and its correct recovery.
  • references/workflows.md — the discover-before-acting pattern and canonical recipes (find-and-update text, create-in-frame, edit-by-URL, bulk text replacement).
  • references/tool-selection.md — choosing among overlapping tools, node_info field selection (fast vs slow), batch vs single, and streaming progress.

The same content is available over the MCP connection as resources under figma-edit://guide/*.

Files

What ships with it

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

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. 11d ago First seen · 30 lines · 82 tokens per session scan A 4d4f2b14541a

Subscribe to this mod's changes

figma-edit is a skill published in the GitHub repository neozhehan/figma-edit-mcp (9 stars, last pushed 2d ago), licensed MIT. It adds 82 tokens to every session and 438 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-31.

Related

Other skills, from other repositories

zenith

Author, edit, and render deterministic .zen design documents (posters, decks/slides, social graphics, flyers, books, magazines, diagrams, ads) with the zenith CLI. Use when the task is to create or change a visual design as structured, editable, version-controllable source — not a flat AI image. Covers: design tokens…

zenitheditor/zenith · 197 tokens

design-reference

Answer a design question with evidence from real websites instead of taste — type scale, spacing, container width, palette, or "what do sites like this actually do". Use when the user asks how big a heading should be, how much padding a section needs, what a kind of site normally looks like, or asks for design…

bryntay/a1-mcp · 72 tokens

section-rebuild

Build a page section in code using the values measured off a real site rather than guessing them from a screenshot. Use when the user wants to recreate, adapt or take inspiration from a hero, pricing table, FAQ, testimonial or any other section they have seen.

bryntay/a1-mcp · 56 tokens

Lastest design system

Visual + content rules for Lastest, the free open-source visual regression testing platform. Anchored on the Delta Mark logo + 5-stop split-complementary palette.

las-team/lastest · 39 tokens

openclaw-color-palette

Design-grade color processing suite — generate harmonious palettes from any seed color, check WCAG 2.1 AA/AAA contrast accessibility, convert between hex/RGB/HSL/HSV/CMYK, simulate 8 color blindness types, and extract dominant colors from images. Use when: (1) user says 'generate a color palette' or 'give me a color…

yedanyagamiai-cmd/openclaw-mcp-servers · 207 tokens

aether-aesthetics

Skill "aether-aesthetics" from takzen/aether-agent, covering skill: aether aesthetics, główne zasady (design tokens), 1. paleta kolorystyczna (modern hsl), 2. glassmorphism (efekt szklany) and 3. animacje (framer motion).

takzen/aether-agent · 0 tokens