skill-installer

Install Codex skills into CODEX_HOME/skills from curated sources or GitHub.

11|2|Updated May 29, 2025
One-click install
npx skills add https://github.com/yulonglin/dotfiles --skill skill-installer-yulonglin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/yulonglin/dotfiles/tree/main/claude/skills/.system/skill-installer
Command: npx skills add https://github.com/yulonglin/dotfiles --skill skill-installer-yulonglin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Core Features & Use Cases

  • List curated skills from curated sources and GitHub repos.
  • Install one or multiple skills from a repo path or GitHub URL into CODEX_HOME/skills.
  • Handle errors gracefully, including missing paths, existing destinations, and network failures.

Quick Start

Run the install-skill-from-github.py script with the appropriate --repo or --url and --path to install the desired skill.

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, run the install script with the appropriate --repo or --url and --path. This fetches and installs the specified skills directly into your CODEX_HOME/skills directory.

What curated Codex skills are available to install?

Available curated Codex skills are listed by running the installer script in list mode. It fetches and displays current installable skills from configured curated sources and GitHub repositories over the network.

Can I install Codex skills from private GitHub repositories?

Yes, you can install Codex skills from private GitHub repositories. The installer supports fetching skills from private repo paths by utilizing your existing network access and Git credentials for validation.

Does the Codex skill installer require network access?

Yes, the Codex skill installer requires network access to fetch curated skill lists and download repositories from GitHub. It also validates inputs and destination paths during the installation process.

What happens if the installation destination already exists?

If the installation destination already exists, the installer handles the error gracefully. It validates inputs and destinations during installation to prevent overwriting existing skills in CODEX_HOME/skills.