Jump to related tools in the same category or review the original source on GitHub.

Image & Video Generation @kai-tw Updated 6/28/2026 2,034 downloads 0 stars Security: Pass

📐 Kai Tw Figma OpenClaw Plugin & Skill | ClawHub

Looking to integrate Kai Tw Figma into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate image & video generation tasks instantly, without having to write custom tools from scratch.

What this skill does

Interact with the Figma REST API to read files, export layers/components as images, and retrieve comments. Use when the user needs information from Figma designs or wants to export assets for development. Triggers include "read figma file", "export figma layer", or "check figma comments".

Install

ClawHub CLI
openclaw skills install @kai-tw/kai-tw-figma
Node.js (npx)
npx clawhub@latest install kai-tw-figma

Full SKILL.md

Open original
Metadata table.
namedescription
figmaInteract with the Figma REST API to read files, export layers/components as images, and retrieve comments. Use when the user needs information from Figma designs or wants to export assets for development. Triggers include "read figma file", "export figma layer", or "check figma comments".

SKILL.md content below is scrollable.

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 <file_key>

2. Export Images

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>

3. Check Comments

To list recent comments on a file: python scripts/figma_tool.py get-comments <file_key>

References

ClawHub Registry URL: https://clawhub.ai/kai-tw/skills/kai-tw-figma

Related skills

If this matches your use case, these are close alternatives in the same category.