skill-installer

Install Codex skills into CODEX_HOME/skills from curated lists or GitHub repos.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill skill-installer-kyrie66nb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill skill-installer-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This installer simplifies acquiring and provisioning Codex skills by allowing users to fetch them from curated lists or GitHub repo paths and place them into CODEX_HOME/skills for immediate use.

Core Features & Use Cases

  • List available skills from a curated source or a specified repo path.
  • Install a selected skill from a curated list or a GitHub repo path, including private repositories with proper access.
  • Manage installations safely by validating skill structure and avoiding overwrites, with support for both URL-based and repo-based sources.

Quick Start

Ask it to list available skills or install a specific skill from a GitHub repo.

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?▼

The installer fetches Codex skills directly from GitHub repo paths or URLs and copies them into CODEX_HOME/skills. It validates that each fetched folder contains a SKILL.md file before completing the installation.

Can I install skills from private GitHub repos?▼

Yes, you can install skills from private GitHub repositories. The installer supports fetching from private repos using both URL-based and owner/repo-based sources, provided your environment has the proper access credentials configured.

What is the best way to enumerate available Codex skills before installing?▼

The best way to enumerate available Codex skills is to ask the installer to list them from a curated source or specified repo path. This allows you to browse available options before selecting one to install into CODEX_HOME/skills.

Does the installer overwrite existing skills in CODEX_HOME/skills?▼

No, the installer applies safety checks to avoid overwriting existing destinations in CODEX_HOME/skills. It validates the skill structure and ensures you do not accidentally replace a skill folder that is already present.

Why does my GitHub skill installation fail during validation?▼

Skill installation fails during validation if the fetched folder does not contain a SKILL.md file. The installer checks every skill folder for this required file before copying it into the CODEX_HOME/skills directory.