skill-installer

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

1|Updated Jan 25, 2022
One-click install
npx skills add https://github.com/Piory/dotfiles --skill skill-installer-piory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/Piory/dotfiles/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/Piory/dotfiles --skill skill-installer-piory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates discovery and installation of Codex skills from curated lists or GitHub repos, simplifying the process of expanding Codex capabilities.

Core Features & Use Cases

  • Curated listings: List available skills from the OpenAI curated repo.
  • Repo installs: Install a skill directly from a GitHub path or repo into CODEX_HOME/skills.
  • Use Case: When you want to quickly add a new skill to Codex from a public or private repository.

Quick Start

Ask to list curated skills, then install one by name using the install command, for example: install-skill-from-github --repo owner/repo --path path/to/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 a Codex skill from GitHub?

Install a Codex skill from GitHub by specifying the repository path and skill location within it. The skill-installer automates download and installation into CODEX_HOME/skills, supporting both public and private repositories with optional authentication.

Can I install skills from the curated Codex catalog?

Yes, you can list available skills from the OpenAI curated repository and install any by name. The Skill queries the curated catalog, then installs your selection directly into CODEX_HOME/skills.

What authentication do I need to install private GitHub repositories?

Private repository installation requires network access and optional GitHub authentication credentials. The skill-installer prompts you to provide authentication if needed when accessing private repos.

Do I need to restart Codex after installing a new skill?

Yes, the skill-installer prompts you to restart Codex after installation completes. Restarting applies the newly installed skills and makes them available for use.

What happens if a skill installation fails or the destination path is invalid?

The skill-installer validates destination paths during installation and stops if validation fails. Network access or repository path errors will be caught before installation proceeds.