This skill allows the agent to interact with Figma files via the REST API.
Requires a Figma Personal Access Token (PAT).
Environment Variable: FIGMA_TOKEN
To understand the contents of a Figma file (pages, frames, layers):
python scripts/figma_tool.py get-file
To export specific layers/components as images:
python scripts/figma_tool.py export
To list recent comments on a file:
python scripts/figma_tool.py get-comments
共 1 个版本