What problem does it solve?
Provides a simple, reliable way to discover and install Skill directories into a user's Codex skills folder, removing manual steps of fetching, validating, and copying skill repositories.
Core Features & Use Cases
- List available skills: Fetches curated or experimental skill listings from a GitHub repo path and annotates which are already installed.
- Install from GitHub: Downloads a skill directory via direct archive download or uses git sparse-checkout as a fallback, supporting public and private repos.
- Safety and validation: Validates relative paths, ensures SKILL.md exists in the selected directory, prevents overwriting existing installations, and supports ref/dest/name/method options.
- Use Case: Quickly add a new curated or experimental skill from openai/skills into your local Codex skills directory for immediate use by your agents.
Quick Start
Ask to install a curated skill by name and the installer will fetch it from openai/skills (or from a provided GitHub repo/path) into $CODEX_HOME/skills and then advise you to restart Codex.