You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
项目地址
https://github.com/openai/skills
AI 摘要
该仓库已弃用,最新示例请参考OpenAI插件仓库。项目原为Agent Skills集合,即由指令、脚本和资源组成的文件夹,供AI代理重复执行特定任务。技能分三类:.system内的技能随最新版自动安装;.curated和.experimental中的技能可用Codex内置的$skill-installer安装,支持按名称或GitHub URL指定,安装后重启Codex即可生效。每项技能目录内含独立许可证。更多信息可参考Codex文档及Agent Skills开放标准。
README 原文
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.
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.
Learn more:
Installing a skill
Skills in
.systemare automatically installed in the latest version of Codex.To install curated or experimental skills, you can use the
$skill-installerinside Codex.Curated skills can be installed by name (defaults to
skills/.curated):For experimental skills, specify the skill folder. For example:
Or provide the GitHub directory URL:
After installing a skill, restart Codex to pick up new skills.
License
The license of an individual skill can be found directly inside the skill's directory inside the
LICENSE.txtfile.