Figma Api

🌐Community
by yuyz0112 · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add figma-api npx -- -y @trustedskills/figma-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "figma-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/figma-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with the Figma API. It can be used to retrieve design files, components, and other assets from a Figma workspace. The agent can also potentially modify designs based on instructions, although this capability is not explicitly detailed in the source.

When to use it

  • Design Asset Retrieval: Automatically pull specific design elements (e.g., icons, logos) into another application or workflow.
  • Design System Updates: Fetch updated components from a central Figma library and apply them to existing projects.
  • Automated Design Reviews: Extract information from Figma files for automated analysis and feedback generation.
  • Prototyping Assistance: Generate code snippets or design variations based on Figma designs.

Key capabilities

  • Accesses the Figma API
  • Retrieves design files, components, and assets
  • Potentially modifies designs (unspecified details)

Example prompts

  • "Get me the latest version of the 'login screen' file from Figma."
  • "Extract all button components from the 'design system' Figma project."
  • "Can you find the logo asset used in the marketing materials?"

Tips & gotchas

Requires appropriate API keys and permissions to access the target Figma workspace. The extent of design modification capabilities is currently undefined, so initial testing is recommended.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yuyz0112
Installs
4

🌐 Community

Passed automated security scans.