figma-node-fetcher
Installation
SKILL.md
Figma Node Fetcher
Fetch data by node from Figma URL and avoid downloading full file trees.
When To Use
Invoke when:
- User provides a Figma link and needs node JSON structure
- User needs node image export (screenshot, rendered PNG/SVG)
- User wants analysis for a specific node, not the whole file
- User says "fetch Figma data", "get Figma node", "export Figma image", or similar
Do NOT invoke when:
- URL has no
node-idquery — ask user to provide the specific node link - User asks to fetch an entire Figma file tree — not supported
- Request is outside supported endpoints (e.g., comments, version history, components API)