/install kai-tw-figma
Figma Skill
This skill allows the agent to interact with Figma files via the REST API.
Setup
Requires a Figma Personal Access Token (PAT).
Environment Variable: FIGMA_TOKEN
Procedures
1. Read File Structure
To understand the contents of a Figma file (pages, frames, layers):
python scripts/figma_tool.py get-file \x3Cfile_key>
2. Export Images
To export specific layers/components as images:
python scripts/figma_tool.py export \x3Cfile_key> --ids \x3Cid1>,\x3Cid2> --format \x3Cpng|jpg|svg|pdf> --scale \x3C1|2|3|4>
3. Check Comments
To list recent comments on a file:
python scripts/figma_tool.py get-comments \x3Cfile_key>
References
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kai-tw-figma - After installation, invoke the skill by name or use
/kai-tw-figma - Provide required inputs per the skill's parameter spec and get structured output
What is Figma?
Interact with Figma files to read structure, export layers as images, and retrieve comments using the Figma REST API with authentication. It is an AI Agent Skill for Claude Code / OpenClaw, with 1495 downloads so far.
How do I install Figma?
Run "/install kai-tw-figma" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Figma free?
Yes, Figma is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Figma support?
Figma is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Figma?
It is built and maintained by kai-tw (@kai-tw); the current version is v1.0.3.