figma

Installation
SKILL.md

Figma Design Automation

Automate Figma design workflows, export assets, sync design tokens, and integrate design-to-code pipelines using the Figma REST API, Plugin API, and official Figma MCP server.

Direct Control (CLI / API / Scripting)

REST API Authentication

# Set your Figma Personal Access Token
export FIGMA_ACCESS_TOKEN="figd_your_token_here"

# Test authentication
curl -H "X-Figma-Token: $FIGMA_ACCESS_TOKEN" \
  https://api.figma.com/v1/me

Get File Data

Related skills
Installs
3
GitHub Stars
7
First Seen
Mar 5, 2026