What problem does it solve? Finding and installing new Codex skills manually requires browsing GitHub repositories, downloading files, and placing them in the correct directory. This Skill automates listing available skills and installing them into $CODEX_HOME/skills with a single request. ## Core Features & Use Cases - List Available Skills: Fetch and display skills from the openai/skills curated or experimental collections, annotated with which ones are already installed. - Install from GitHub: Install one or more skills from any GitHub repository path or URL, including private repos via git credentials or GITHUB_TOKEN. - Fallback Download Methods: Defaults to direct zip download and automatically falls back to git sparse checkout over HTTPS or SSH when downloads fail. - Use Case: A user asks what skills are available, picks two from the curated list, and has them installed into ~/.codex/skills, then restarts Codex to activate them. ## Quick Start List the available curated skills and install the one I choose into my Codex skills directory.