figma

Extract structure, components, styles, and assets from Figma files via the REST API.

9|3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Pythagora-io/agent-templates --skill figma-pythagora-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma
Source: https://github.com/Pythagora-io/agent-templates/tree/main/Developer%20Agent/figma
Command: npx skills add https://github.com/Pythagora-io/agent-templates --skill figma-pythagora-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, and includes scripts (resource) components.

What problem does it solve?

Interact with Figma designs via the REST API to inspect files, extract design details, export images, and search for frames or components.

Core Features & Use Cases

  • Inspect files to understand structure and components.
  • Export assets and images for reference during implementation and handoffs.
  • Search for specific frames, nodes, or styles to accelerate design-to-development workflows.

Quick Start

Authenticate with your Figma API key and run the script to inspect a file and export assets.

Frequently Asked Questions about figma

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Figma design tokens and components via the REST API?

To extract Figma design tokens and components via the REST API, authenticate with your API key and run the provided script to retrieve file structure, nodes, styles, and assets.

Can I export Figma assets and images automatically for design handoff?

Yes, you can export Figma assets and images automatically for design handoff by running the script to fetch file details and export images across specified frames and components.

What do I need to inspect Figma file structure and search for specific nodes?

To inspect Figma file structure and search for specific nodes, you need a Figma API key along with curl and python3 installed to execute the retrieval script.

How does querying Figma files through a script accelerate design-to-development workflows?

Querying Figma files through a script accelerates design-to-development workflows by programmatically searching for specific frames, nodes, and styles to quickly extract design details and assets.

Is there a way to audit a Figma design system using the API?

Yes, you can audit a Figma design system using the API by running the script to extract and inspect components, styles, and file structure across your design files.

What are the limitations of using a script to fetch Figma file details?

Limitations of using a script to fetch Figma file details include dependency on external tools like curl and python3, and being constrained to the data structures and endpoints exposed by the Figma REST API.