/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kai-tw-figma - 安装完成后,直接呼叫该 Skill 的名称或使用
/kai-tw-figma触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Figma 是什么?
Interact with Figma files to read structure, export layers as images, and retrieve comments using the Figma REST API with authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1495 次。
如何安装 Figma?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kai-tw-figma」即可一键安装,无需额外配置。
Figma 是免费的吗?
是的,Figma 完全免费(开源免费),可自由下载、安装和使用。
Figma 支持哪些平台?
Figma 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Figma?
由 kai-tw(@kai-tw)开发并维护,当前版本 v1.0.3。