一键创建新的 Figma 设计或 FigJam 空白文件,便于快速开始协作创作。
该技能材料显示其本质是开源的提示型封装,用于指导调用 Figma 相关工具创建空白文件;未声明自带密钥、远程端点或本地执行能力,整体为低风险。需要注意的是,它面向的底层 Figma 工具会涉及账户内草稿文件创建与计划信息选择,但从当前材料看未见越权或可疑外传红旗。
材料明确标注“无”密钥/环境变量;技能本身不要求用户提供额外 token,也未出现收集、回显或转存凭证的描述。README 中提到的 planKey 更像业务标识符而非敏感密钥,当前未见明显凭证泄露或滥用风险。
系统检查项与元数据均显示未声明远程端点,且该技能属于 prompt-only;它本身不直接建立网络连接。文档仅说明会引导调用 Figma 相关工具创建文件并返回 file_url/file_key,说明存在面向 Figma 业务的预期交互,但当前材料未见向不明或无关第三方外发数据的迹象。
作为提示型技能,材料中未描述本机起进程、执行脚本、安装依赖或调用系统 shell 的能力。其作用是解析参数并指导后续工具调用,不呈现本地代码执行面。
文档表明该技能旨在新建用户 Figma 草稿文件,并在需要时通过 whoami 解析可用 plans;涉及的数据范围限于文件名、editorType、planKey 选择以及返回的 file_key/file_url。未见读取本地文件、批量导出数据或申请超出声明用途的数据访问。
来源为 GitHub 上的 openai/skills 开源仓库,且社区采用度高(约 22k stars),可审计性与来源可信度较强,这显著降低供应链风险。虽许可证与维护状态在给定材料中未明确,但未见闭源、失联分发或可疑注入迹象。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "figma-create-new-file" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-create-new-file/SKILL.md 2. 保存为 ~/.claude/skills/figma-create-new-file/SKILL.md 3. 装好后重载技能,告诉我可以用了
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.一键串联暂存、提交、推送并用 GitHub CLI 创建拉取请求。
帮助用户生成或编辑位图图像,用于插画、照片、贴图与透明抠图等视觉素材。
用于为 Codex 快速创建并搭建插件目录、配置文件与市场清单条目。
帮助用户创建或更新技能,扩展 Codex 的知识、流程与工具能力
帮助用户从精选列表或 GitHub 仓库安装 Codex 技能到本地环境。
帮助用户在 Linear 中查看、创建和更新工单、项目与团队流程。
根据代码库在 Figma 中创建或更新专业级设计系统与组件库
将代码或页面描述转成Figma完整界面,并按设计系统逐段搭建设计稿
为项目代码库生成定制化设计系统规则,统一 Figma 到代码协作规范。
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
连接 Figma 读写能力,支持读取设计文件并将内容写回画布。
将 Figma 设计稿高保真转换为可直接落地的前端界面代码