Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: alexago83-cdx-logics-kit-logics-connector-figma3description: Figma connector4---56# Figma connector78## Environment variables9- `FIGMA_TOKEN_PAT` (Figma Personal Access Token). Use header `X-Figma-Token: $FIGMA_TOKEN_PAT`.10- `FIGMA_FILE_KEY` (default fileKey).1112## List pages of a file13```bash14python logics/skills/logics-connector-figma/scripts/figma_list_pages.py \15 --file-key "$FIGMA_FILE_KEY"16```1718## Export a node as an image19```bash20python logics/skills/logics-connector-figma/scripts/figma_export_node.py \21 --file-key "$FIGMA_FILE_KEY" --node-id "1744:4185" --format png --scale 2 \22 --out "output/figma/weekly.png"23```2425## Import a node reference into Logics backlog26```bash27python logics/skills/logics-connector-figma/scripts/figma_to_backlog.py \28 --file-key "$FIGMA_FILE_KEY" --node-id "1744:4185" \29 --export --image-out-dir "output/figma"30```3132---33> Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions.34<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/alexago83-cdx-logics-kit-logics-connector-figma in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Figma connector It is listed under Design & Media on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.