From figma-plugin
Provides a way to interact with figma via the web browser. Use when you want to read or write to figma file through a web browser.
How this skill is triggered — by the user, by Claude, or both
Slash command
/figma-plugin:figma-browserThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You'll be interacting with Figma via the web browser. First, you'll want to
You'll be interacting with Figma via the web browser. First, you'll want to
The full reference to the Figma plugin API can be found here: Figma Plugin API Documentation.
npx claudepluginhub kroist/claude-code-collection --plugin figma-pluginRuns Figma plugin API JavaScript in open design files to create shapes, modify properties, extract data, and manage slots. Requires user login and file access.
Fetches Figma file via REST API with curl or Node.js/TypeScript and inspects node tree. Tests connectivity, explores structure for new integrations or learning.
Guides adding Figma's capture script to web projects for browser-to-Figma page capture without Playwright injection.