openai / skills

OpenAI / Skills

Important This repository is deprecated. For current Codex skill and plugin examples, use the OpenAI Plugins repository. If you want to add your own skills to Codex, follow the Build plugins guide, which includes instructions for creating a skill-only plugin.

重要提示 此存储库已弃用。如需获取最新的 Codex 技能和插件示例,请使用 OpenAI Plugins 存储库。如果您想将自己的技能添加到 Codex,请遵循“构建插件指南”(Build plugins guide),其中包含了创建仅包含技能(skill-only)插件的说明。

Agent Skills Agent Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform at specific tasks. Write once, use everywhere. Codex uses skills to help package capabilities that teams and individuals can use to complete specific tasks in a repeatable way. This repository catalogs skills for use and distribution with Codex.

智能体技能 (Agent Skills) 智能体技能是包含指令、脚本和资源的文件夹,AI 智能体可以发现并使用这些资源来执行特定任务。实现“一次编写,随处运行”。Codex 利用技能来封装各种功能,使团队和个人能够以可重复的方式完成特定任务。此存储库对可供 Codex 使用和分发的技能进行了编目。

Learn more: Using skills in Codex Create custom skills in Codex Agent Skills open standard

了解更多: 在 Codex 中使用技能 在 Codex 中创建自定义技能 智能体技能开放标准

Installing a skill Skills in .system are automatically installed in the latest version of Codex. To install curated or experimental skills, you can use the $skill-installer inside Codex.

安装技能 .system 文件夹中的技能会在最新版本的 Codex 中自动安装。若要安装精选(curated)或实验性(experimental)技能,您可以在 Codex 内部使用 $skill-installer

Curated skills can be installed by name (defaults to skills/.curated): $skill-installer gh-address-comments

精选技能可以通过名称进行安装(默认为 skills/.curated): $skill-installer gh-address-comments

For experimental skills, specify the skill folder. For example: $skill-installer install the create-plan skill from the .experimental folder Or provide the GitHub directory URL: $skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-plan

对于实验性技能,请指定技能文件夹。例如: $skill-installer install the create-plan skill from the .experimental folder 或者提供 GitHub 目录 URL: $skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-plan

After installing a skill, restart Codex to pick up new skills.

安装技能后,请重启 Codex 以加载新技能。

License The license of an individual skill can be found directly inside the skill’s directory inside the LICENSE.txt file.

许可证 单个技能的许可证可以直接在其技能目录内的 LICENSE.txt 文件中找到。