figma-tokens

figma-tokens is a skill for Claude Code from gowtham012/Claude-plugins. It costs 34 tokens per session (243 once invoked), scanned A, original, MIT.

A tool that reads a video's colour palette and exports it as Figma Variables-compatible tokens, CSS variables, and a Tailwind configuration.

In plain words
What is it for?
Use it to create all three token files from one screen recording and assign colours roles such as background, surface, accent, and text.
Why use it?
It keeps the same colours available across design files and frontend code without manually copying them between formats.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Part of the video-insight plugin — 17 skills shipped together

Good fit Use it to create all three token files from one screen recording and assign colours roles such as background, surface, accent, and text.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gowtham012/claude-plugins/figma-tokens
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 gowtham012/Claude-plugins --skill figma-tokens
Clone the repo
git clone --depth 1 https://github.com/gowtham012/Claude-plugins

Made for: Claude Code.

Or install video-insight, the plugin that ships this one along with the rest of its 17 skills.

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-tokens

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gowtham012/claude-plugins/figma-tokens"><img src="https://agentmods.dev/badge/skills/gowtham012/claude-plugins/figma-tokens.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 243 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.00034 $0.00243
Opus 5 $0.00017 $0.00121
Sonnet 5 $0.00007 $0.00049
Haiku 4.5 $0.00003 $0.00024

Measured 8d ago against content hash 70ae6bf66ea0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

figma-tokens 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 8d 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.

video-insight/skills/figma-tokens/SKILL.md · 27 lines

What it actually says

Export Figma tokens from video: $ARGUMENTS

Steps

  1. Call MCP tool mcp__video-insight__export_tokens with video_path = $0 and format = "all".
  2. Report what was generated: figma_tokens (JSON), css_variables, tailwind_config.
  3. Show a color swatch summary (hex + role: background / surface / accent / text).
  4. Tell the user where each file was saved.

Token roles (auto-inferred)

Token How inferred
background Darkest dominant color
surface Second darkest
accent Most saturated
text Lightest dominant
brand-1..8 Remaining colors by screen proportion
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. 8d ago First seen · 27 lines · 34 tokens per session scan A 70ae6bf66ea0

Subscribe to this mod's changes

figma-tokens is a skill published in the GitHub repository gowtham012/Claude-plugins (5 stars, last pushed 5mo ago), licensed MIT. It adds 34 tokens to every session and 243 once invoked, about $0.0002 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

component-composition

How to combine fundamental-styles components correctly - required wrappers, nesting rules, and common composition patterns.

SAP/fundamental-styles · 23 tokens

interface-craft

Raises the visual and interaction quality of an interface — layout, hierarchy, type, spacing, density, and the details that separate a considered product from a generic one. Use this when a screen works but looks unfinished or default, when a layout feels crowded or arbitrary, when a page has no clear focal point, or…

cbrock84/headcount · 79 tokens

bem-naming

BEM (Block Element Modifier) methodology and naming conventions used in fundamental-styles with real examples.

SAP/fundamental-styles · 23 tokens

design-system

Builds and maintains the design system a product is assembled from — tokens for color, type, spacing and elevation, component contracts, and the rules that keep them coherent as the product grows. Use this when starting a new interface, when screens have drifted apart visually, when the same component exists three…

cbrock84/headcount · 82 tokens

interface-redesign

Upgrades an existing interface to a higher standard without rebuilding it — auditing what is there, identifying what reads as generic or unfinished, and sequencing changes by impact. Use this when a product works but looks dated or default, when a redesign is being considered, when deciding whether to restyle or…

cbrock84/headcount · 77 tokens

component-docs

Browse fundamental-styles component documentation with complete HTML examples from 140+ auto-generated markdown files. Use this when the user asks about component examples, modifiers, variants, HTML structure, or wants to see working code for any fundamental-styles component (button, table, input, dialog, etc.). Also…

SAP/fundamental-styles · 83 tokens