What problem does it solve? Manually finding, downloading, and placing Codex skills into the correct local directory is tedious and error-prone. This Skill automates listing available skills and installing them from the openai/skills repository or any other GitHub repo, including private ones. ## Core Features & Use Cases - List Available Skills: Fetch the curated or experimental skill catalog from GitHub with annotations showing which skills are already installed locally. - Install from Curated List or Any Repo: Install one or multiple skills by name, by owner/repo plus path, or by pasting a full GitHub URL, with support for private repositories via git credentials or GITHUB_TOKEN. - Resilient Download with Fallback: Uses direct zip download by default and automatically falls back to git sparse checkout (HTTPS then SSH) when downloads fail with auth or permission errors. - Use Case: A user asks what skills are available, sees a numbered list with installed markers, picks one, and the skill is downloaded, validated for a SKILL.md file, and copied into $CODEX_HOME/skills ready for the next turn. ## Quick Start List the available curated skills and then install the one I choose into my Codex skills directory.