Back to skills

figma-create-new-file

design

Creates a new blank Figma or FigJam file in the user's drafts folder. Accepts an editor type and file name as arguments, resolves the user's plan automatically, and returns the file key and URL for im

Setup & Installation

npx skills add https://github.com/openai/figma-create-new-file --skill figma-create-new-file
or paste the link and ask your coding assistant to install it
https://github.com/openai/figma-create-new-file
View on GitHub

What This Skill Does

Creates a new blank Figma or FigJam file in the user's drafts folder. Accepts an editor type and file name as arguments, resolves the user's plan automatically, and returns the file key and URL for immediate use. Instead of switching to the Figma app to create a file manually, this skill handles plan resolution and file creation in one step so subsequent MCP tool calls have a file key ready to go.

When to use it

  • Working with figma create new file functionality
  • Implementing figma create new file features
  • Debugging figma create new file related issues