RepoOpenAIOpenAIpublished Nov 25, 2025seen 6d

openai/skills

Python

Open original ↗

Captured source

source ↗
published Nov 25, 2025seen 6dcaptured 8hhttp 200method plain

openai/skills

Description: Skills Catalog for Codex

Language: Python

Stars: 21900

Forks: 1483

Open issues: 278

Created: 2025-11-25T06:25:42Z

Pushed: 2026-05-29T16:20:41Z

Default branch: main

Fork: no

Archived: no

README:

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 [.system](skills/.system/) are automatically installed in the latest version of Codex.

To install [curated](skills/.curated/) or [experimental](skills/.experimental/) skills, you can use the $skill-installer inside Codex.

Curated skills can be installed by name (defaults to 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

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.txt file.

Notability

notability 8.0/10

High-starred OpenAI repo, notable but not frontier model.