Skills are categorized by their installation method:
- Automatic Installation: Skills located in the
.system/ directory are automatically installed in the latest version of Codex. - Curated Skills: Can be installed by name using the
$skill-installer command. These default to the skills/.curated directory. - Experimental Skills: Must be installed by specifying the skill folder or a GitHub directory URL.
Note: You must restart Codex after installing a skill for the changes to take effect.
# Install a curated skill by name
$skill-installer gh-address-comments
# Install an experimental skill by specifying the folder
$skill-installer install skills/.experimental/create-plan
# Install an experimental skill using a GitHub directory URL
$skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-plan