figma-create-new-file

Create a new blank Figma or FigJam file in the drafts folder.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill figma-create-new-file-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: figma-create-new-file
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.curated/figma-create-new-file
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill figma-create-new-file-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a new blank Figma file (design or FigJam) quickly, handling plan resolution when needed so users can start working immediately.

Core Features & Use Cases

  • Create a new blank Figma file in the user's drafts folder for design or FigJam work.
  • Resolve the appropriate plan via whoami when needed to determine workspace and permissions.
  • Return file_key and file_url to enable immediate continuation with use_figma and other tools.

Quick Start

Invoke /figma-create-new-file with optional editorType and fileName to create a new Figma or FigJam file, for example /figma-create-new-file figjam My Whiteboard.

Frequently Asked Questions about figma-create-new-file

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

FAQPage Schema
How do I create a new Figma file automatically using an MCP server?

To create a new Figma file via MCP server, invoke the file creation command with optional editorType and fileName parameters, which generates a blank file in your drafts and returns the file_key and file_url for immediate use.

Can I create a FigJam file instead of a standard design file in Figma?

Yes, you can create a FigJam file by specifying figjam as the editorType parameter when invoking the file creation command, generating a blank FigJam board in your drafts folder.

What's the best way to resolve workspace permissions before generating a new Figma file?

The best way to resolve workspace permissions is via the whoami command, which determines your user plan and workspace access before creating the new Figma file in your drafts folder.

Do I need a specific Figma plan to create new files through MCP?

You do not need a specific plan upfront, as the system resolves your user plan automatically via whoami to check permissions when needed before creating the new Figma or FigJam file.

What details do I get back after creating a new Figma file?

After creating a new Figma file, you receive the file_key and file_url details, enabling immediate continuation with use_figma and other downstream design tools.