skill-installer

Install Codex skills from GitHub repositories into a designated skills directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding new capabilities to your AI by allowing you to install skills directly from GitHub repositories.

Core Features & Use Cases

  • Curated Skill Installation: Easily install skills from a pre-approved list.
  • Custom Repository Installation: Install skills from any public or private GitHub repository, specifying the exact path within the repo.
  • Use Case: You discover a useful skill on a colleague's GitHub repository and want to add it to your AI. You can use this skill to install it directly without manual cloning or setup.

Quick Start

Use the skill-installer to install the 'image-generation' skill from the 'openai/skills' repository.

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 specify the target repository URL or owner/repo path, and the installer downloads them directly into your designated skills directory using download or git sparse checkout methods.

Can I install skills from a private GitHub repository?

Yes, you can install skills from private GitHub repositories. The installer handles private access by utilizing git sparse checkout methods or secure downloads, allowing you to specify exact paths within the private repo.

What is the best way to add capabilities from a specific GitHub branch?

Adding capabilities from a specific GitHub branch is supported by the installer, which allows you to specify branch or ref options alongside the repository path to fetch the exact skill version you need.

Does the skill installer support installing from curated lists?

Yes, the skill installer supports installation from curated lists. This feature allows you to quickly add pre-approved skills to your AI without needing to manually locate each repository URL.

How do I install a skill to a custom destination directory?

You can install a skill to a custom destination directory by using the destination path options provided by the installer, overriding the default designated skills directory during the repository download or checkout process.