skill-installer

Install Codex skills from GitHub repositories into the $CODEX_HOME/skills directory.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/haowang020110/my_codex_skills --skill skill-installer-haowang020110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/haowang020110/my_codex_skills/tree/main/.system/skill-installer
Command: npx skills add https://github.com/haowang020110/my_codex_skills --skill skill-installer-haowang020110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of installing new capabilities into your Codex environment, allowing you to easily add new skills from curated lists or custom GitHub repositories.

Core Features & Use Cases

  • Curated Skill Installation: Easily install skills from a pre-defined list of curated options.
  • Custom Repository Installation: Install skills directly from any public or private GitHub repository.
  • Use Case: A user wants to add a new skill for managing cloud infrastructure. They can use this skill to install it directly from the official openai/skills repository or a custom one they found elsewhere.

Quick Start

Install the 'skill-installer' skill from the curated list.

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, you can use the skill-installer to download them directly or via git sparse checkout into the $CODEX_HOME/skills directory. It supports both public and private repositories with optional authentication.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories by providing optional authentication credentials. The installer handles private repository access securely while downloading or performing git sparse checkout to your Codex environment.

How does the skill installer validate repository integrity?

The skill installer validates repository integrity by checking for the presence of a SKILL.md file in the downloaded content. It also ensures no existing skills are overwritten during the installation process to maintain a safe environment.

What is the best way to add new capabilities to a Codex environment?

The best way to add new capabilities is by installing skills from a pre-defined curated list or custom GitHub repositories. This approach simplifies adding features like cloud infrastructure management directly into your Codex setup without manual file manipulation.

Does the skill installer support git sparse checkout?

Yes, the skill installer supports git sparse checkout as one of its installation methods alongside direct download. This allows you to efficiently fetch specific skill directories from large GitHub repositories without cloning the entire project history.