skill-installer

Install Codex skills from curated catalogs or GitHub repositories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SPURSGO/awesome-skills-cn --skill skill-installer-spursgo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/SPURSGO/awesome-skills-cn/tree/main/skill-installer
Command: npx skills add https://github.com/SPURSGO/awesome-skills-cn --skill skill-installer-spursgo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates installation of Codex skills from curated catalogs or GitHub repositories, reducing manual setup and ensuring consistent deployments.

Core Features & Use Cases

  • Install skills from a central curated list with a single command.
  • Install skills directly from GitHub paths, including private repositories, or from specific subpaths.
  • Validate that each skill contains a SKILL.md before installing and place it under CODEX_HOME/skills.

Quick Start

Install a curated skill: skill-installer --repo openai/skills --path skills/your-skill Install from a GitHub URL: skill-installer --url https://github.com/owner/repo/tree/main/path

Frequently Asked Questions about skill-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Codex skills from a GitHub repository?

To install Codex skills from a GitHub repository, provide the repository path or URL. The installer validates the directory contains SKILL.md, clones the source, and places the skill under CODEX_HOME/skills.

Can I install Codex skills from private GitHub repositories?

Yes, you can install Codex skills from private GitHub repositories. The installer extracts skills from GitHub paths, including private repositories, and places them under CODEX_HOME/skills.

What is a curated Codex skill catalog?

A curated Codex skill catalog is a centralized list of skills that can be installed with a single command. The installer supports listing available curated skills and installing them by name directly from the catalog.

Does the Codex skill installer validate skill directories?

Yes, the Codex skill installer validates skill directories during installation. It checks that each skill directory contains a SKILL.md file before placing it under CODEX_HOME/skills to ensure consistent deployments.

How do I install a specific skill from a GitHub subpath?

To install a specific skill from a GitHub subpath, use the URL or repository path with the specific subpath. The installer downloads the source and places the final skill under CODEX_HOME/skills.

What are the limitations of installing Codex skills from curated lists?

Installing Codex skills from curated lists requires the skill directory to contain a SKILL.md file. If validation fails, the installer will not place the skill under CODEX_HOME/skills, preventing incomplete installations.