帮助用户创建或更新技能,扩展 Codex 的知识、流程与工具能力
该技能看起来是一个用于编写/设计其他技能的说明文档型内容,本身为 prompt-only、开源且社区采用度高,未见密钥、网络外发、本地执行或数据访问红旗,整体低风险。主要仅需常规留意其仓库许可证未声明、维护状态未知。
材料明确标注无需密钥或环境变量,README 也未要求接入任何 token/API 凭证;未见凭证收集、存储或滥用路径。
材料标注无远程端点,内容主要是创建技能的文本指导;未见将用户数据发送到第三方服务或不明主机的描述。
系统检查项已判定为 prompt-only;当前材料本身不提供可执行逻辑,也未声明会在本机启动进程或调用系统能力。README 提到技能可包含 scripts/ 仅属通用技能结构说明,不代表该技能实际执行代码。
未声明读取或写入本地文件、数据库、剪贴板或其他资源的权限需求;作为文档型技能,其可见数据范围未超出普通对话上下文。
来源为 GitHub 上的 openai/skills 开源仓库,社区采用度高(约 22k stars),可审计性和来源可信度较强,明显拉低风险;虽许可证未声明、维护状态未知,但当前未见闭源、失维或可疑投递等具体红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "skill-creator" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.system/skill-creator/SKILL.md 2. 保存为 ~/.claude/skills/skill-creator/SKILL.md 3. 装好后重载技能,告诉我可以用了
This skill provides guidance for creating effective skills.
Skills are modular, self-contained folders that extend Codex's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Codex from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess.
The context window is a public good. Skills share the context window with everything else Codex needs: system prompt, conversation history, other Skills' metadata, and the actual user request.
Default assumption: Codex is already very smart. Only add context Codex doesn't already have. Challenge each piece of information: "Does Codex really need this explanation?" and "Does this paragraph justify its token cost?"
Prefer concise examples over verbose explanations.
Match the level of specificity to the task's fragility and variability:
High freedom (text-based instructions): Use when multiple approaches are valid, decisions depend on context, or heuristics guide the approach.
Medium freedom (pseudocode or scripts with parameters): Use when a preferred pattern exists, some variation is acceptable, or configuration affects behavior.
Low freedom (specific scripts, few parameters): Use when operations are fragile and error-prone, consistency is critical, or a specific sequence must be followed.
Think of Codex as exploring a path: a narrow bridge with cliffs needs specific guardrails (low freedom), while an open field allows many routes (high freedom).
Every skill consists of a required SKILL.md file and optional bundled resources:
skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter metadata (required)
│ │ ├── name: (required)
│ │ └── description: (required)
│ └── Markdown instructions (required)
├── agents/ (recommended)
│ └── openai.yaml - UI metadata for skill lists and chips
└── Bundled Resources (optional)
├── scripts/ - Executable code (Python/Bash/etc.)
├── references/ - Documentation intended to be loaded into context as needed
└── assets/ - Files used in output (templates, icons, fonts, etc.)
Every SKILL.md consists of:
name and description fields. These are the only fields that Codex reads to determine when the skill gets used, thus it is very important to be clear and comprehensive in describing what the skill is, and when it should be used.display_name, short_description, and default_prompt by reading the skill--interface key=value to scripts/generate_openai_yaml.py or scripts/init_skill.pyagents/openai.yaml still matches SKILL.md; regenerate if stalescripts/)Executable code (Python/Bash/etc.) for tasks that require deterministic reliability or are repeatedly rewritten.
…
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
帮助用户把模糊想法转成具体、可衡量的目标与成功标准。
将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。
一键创建新的 Figma 设计或 FigJam 空白文件,便于快速开始协作创作。
将 Figma 设计稿高保真转换为可直接落地的前端界面代码
帮助你构建、评审与重构 ASP.NET Core Web 应用及架构方案
帮助用户创建或改进 AI 技能,明确能力范围、流程设计与工具集成方式。
用于创建、编辑与优化AI技能,并评测其效果与触发准确性。
帮助你创建、整理、校验并重构 AgentSkills 与 SKILL.md 技能文件。
将当前对话中的可复用流程整理并保存为可反复调用的技能文件
帮助你规划并创建新的自定义技能,生成结构、说明文档与可选脚本
帮助你设计、审查并打包可复用的 Agent Skill 与 SKILL.md