Create a new blank Figma design or FigJam file to start collaborating quickly.
The material indicates this is essentially an open-source prompt wrapper that guides Figma-related tool calls to create a blank file. It declares no built-in secrets, remote endpoints, or local execution capability, so overall risk is low; the underlying Figma tools may create drafts and resolve plan info, but no concrete red flags or overreach are evident here.
The material explicitly says there are no required secrets or environment variables. The skill itself does not ask for extra tokens, and there is no description of collecting, echoing, or storing credentials. The referenced planKey appears to be an account/plan identifier rather than a secret, so no clear credential leakage or abuse risk is shown.
The metadata shows no declared remote endpoint, and this skill is prompt-only, so it does not directly open network connections itself. The README only describes guiding Figma-related tool calls to create a file and return a file URL/key, indicating expected Figma-side interaction, but there is no sign of sending data to unknown or unrelated third parties.
As a prompt-based skill, the material does not describe spawning local processes, running scripts, installing dependencies, or invoking a system shell. Its role is to parse arguments and guide later tool calls, so no local code-execution surface is evident.
The documentation shows the skill is meant to create a new Figma draft file and, when needed, resolve available plans via whoami. The data scope appears limited to file name, editorType, plan selection, and the returned file_key/file_url. There is no indication of reading local files, bulk export, or requesting data access beyond its stated purpose.
The source is the open-source openai/skills repository on GitHub, with strong community adoption (~22k stars), which materially lowers supply-chain risk through auditability and source credibility. Although the license and maintenance status are not explicit in the provided material, there is no sign of closed-source distribution, abandonment-based red flags, or suspicious injection content.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "figma-create-new-file" skill from askskill: 1. Download https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-create-new-file/SKILL.md 2. Save it as ~/.claude/skills/figma-create-new-file/SKILL.md 3. Reload skills and tell me it's ready
Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with.
This skill accepts optional arguments: /figma-create-new-file [editorType] [fileName]
design (default) or figjamExamples:
/figma-create-new-file — creates a design file named "Untitled"/figma-create-new-file figjam My Whiteboard — creates a FigJam file named "My Whiteboard"/figma-create-new-file design My New Design — creates a design file named "My New Design"Parse the arguments from the skill invocation. If editorType is not provided, default to "design". If fileName is not provided, default to "Untitled".
The create_new_file tool requires a planKey parameter. Follow this decision tree:
User already provided a planKey (e.g. from a previous whoami call or in their prompt) → use it directly, skip to Step 2.
No planKey available → call the whoami tool. The response contains a plans array. Each plan has a key, name, seat, and tier.
key field automatically.key.Call the create_new_file tool with:
| Parameter | Required | Description |
|---|---|---|
planKey | Yes | The plan key from Step 1 |
fileName | Yes | Name for the new file |
editorType | Yes | "design" or "figjam" |
Example:
{
"planKey": "team:123456",
"fileName": "My New Design",
"editorType": "design"
}
The tool returns:
file_key — the key of the newly created filefile_url — a direct URL to open the file in FigmaUse the file_key for subsequent tool calls like use_figma.
"design" and "figjam" editor types are supported.use_figma is your next step, load the figma-use skill before calling it.Build, review, refactor, and architect modern ASP.NET Core web applications.
Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications.
Turn vague intentions into concrete, measurable goals and clear success criteria.
Map Figma design components to code components for consistent implementation.
Create or update a professional Figma design system from a codebase.
Read, create, and update Linear issues, projects, and team workflows.
Turn code or page descriptions into full Figma screens using design systems.
Use natural language to create, review, fix, and sync designs in Figma.
Generate custom design system rules for your codebase and Figma-to-code workflow.
Generate concept, architecture, flow, and whiteboard diagrams in multiple formats.
Read Figma files and write content back to the canvas.
Convert Figma designs into production-ready UI code with pixel-perfect fidelity.