Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Interact with Figma files to read structure, export layers as images, and retrieve comments using the Figma REST API with authentication.
Interact with Figma files to read structure, export layers as images, and retrieve comments using the Figma REST API with authentication.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
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 <file_key>
To export specific layers/components as images: python scripts/figma_tool.py export <file_key> --ids <id1>,<id2> --format <png|jpg|svg|pdf> --scale <1|2|3|4>
To list recent comments on a file: python scripts/figma_tool.py get-comments <file_key>
Figma API Documentation
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.