Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Read Figma files, extract design tokens, generate React Native Expo TS or Web React + Tailwind code, write back to Figma, and diff local models against Figma for minimal patches. Triggers: "pull figma", "sync figma", "figma to code", "push to figma", "diff figma", "extract design tokens", "generate from figma", "preview figma changes"
Read Figma files, extract design tokens, generate React Native Expo TS or Web React + Tailwind code, write back to Figma, and diff local models against Figma for minimal patches. Triggers: "pull figma", "sync figma", "figma to code", "push to figma", "diff figma", "extract design tokens", "generate from figma", "preview figma changes"
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. 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. Summarize what changed and any follow-up checks I should run.
Bidirectional Figma โ Code synchronization skill.
export FIGMA_TOKEN="your-personal-access-token" Get a token at https://www.figma.com/developers/api#access-tokens
python3 scripts/figma_pull.py --file-key <KEY> --platform rn-expo --output-dir ./out python3 scripts/figma_pull.py --file-key <KEY> --node-ids 1:2,3:4 --platform web-react --output-dir ./out Outputs: designModel.json, tokens.json, codePlan.json, and generated component files.
python3 scripts/figma_push.py --file-key <KEY> --patch-spec patch.json python3 scripts/figma_push.py --file-key <KEY> --patch-spec patch.json --execute # actually apply Dry-run by default. Pass --execute to apply changes.
python3 scripts/figma_diff.py --file-key <KEY> --local-model designModel.json Outputs changes and a patchSpec to sync.
python3 scripts/figma_preview.py --file-key <KEY> --operations ops.json Shows what would change without touching anything.
rn-expo: React Native + Expo + TypeScript (primary) web-react: React + Tailwind CSS (secondary)
Uses exponential backoff, ETag caching, and respects Figma's rate limits (~30 req/min). Cache stored in .figma-cache/ directory.
DesignSpec Schema API Guide
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.