What problem does it solve?
This Skill Installer makes it easy to provision Codex skills by pulling them from curated lists or directly from GitHub repositories, reducing manual setup and ensuring consistent environments.
Core Features & Use Cases
- List available curated skills: Quickly discover skills you can install from the central curated catalog.
- Install from curated list or repo path: Add new skills to your Codex workspace from trusted sources.
- Install from private repos: Retrieve skills from private GitHub repositories when you provide credentials.
- Use Case: A developer wants to add a new capability to Codex by installing a skill from the curated catalog or a private project, then restart Codex to load it.
Quick Start
Run the installer to list, fetch, and deploy skills. For example:
- List curated skills: run scripts/list-curated-skills.py
- Install a curated skill: run scripts/install-skill-from-github.py --repo owner/repo --path path/to/skill
- Install from a GitHub URL: run scripts/install-skill-from-github.py --url https://github.com/owner/repo/tree/main/path