figma-api

Access Figma files, nodes, and metadata via the REST API.

19|6|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yuyz0112/public-api-skills --skill figma-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-api
Source: https://github.com/Yuyz0112/public-api-skills/tree/main/apis/figma/figma-api
Command: npx skills add https://github.com/Yuyz0112/public-api-skills --skill figma-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to programmatically interact with the Figma REST API, enabling automation of design workflows, data retrieval, and integration with other tools.

Core Features & Use Cases

  • File Access: Retrieve file JSON, nodes, and metadata.
  • Image Rendering: Generate images of file nodes in various formats.
  • Component & Style Management: Get information about published components and styles.
  • Use Case: Automatically export all design assets from a Figma file, or fetch comments and their associated metadata for analysis.

Quick Start

Get the JSON data for the Figma file with key '123abc'.

Frequently Asked Questions about figma-api

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

FAQPage Schema
How do I programmatically access Figma file JSON and nodes?

Access Figma file JSON and nodes programmatically by connecting to the Figma REST API using authentication via Personal Access Tokens or OAuth2. This provides secure retrieval of file content, metadata, and library assets.

Can I automate design asset export from Figma files?

Automate design asset export from Figma files by utilizing the Figma REST API to generate images of file nodes in various formats. This facilitates automated extraction of design assets for development workflows.

Does the Figma API support retrieving published components and styles?

Retrieving published components and styles is supported by the Figma REST API, allowing you to get information about library assets. This enables component and style management for design system integration.

How do I fetch Figma comments and metadata for analysis?

Fetch Figma comments and their associated metadata for analysis by interacting with the Figma REST API. This allows you to programmatically retrieve file content and extract data for analytics.

Do I need a Personal Access Token to extract data from the Figma API?

A Personal Access Token or OAuth2 is required to authenticate with the Figma REST API for secure data extraction. This ensures safe access to file content, metadata, and library assets.