skill-installer

Install Codex skills from curated lists or GitHub repositories.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Yangeok/i-cherri --skill skill-installer-yangeok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/Yangeok/i-cherri/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/Yangeok/i-cherri --skill skill-installer-yangeok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, argparse, shutil, subprocess, tempfile, zipfile, json, urllib, os, sys, json, json, os, shutil, tempfile, zipfile, subprocess, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of installing skills into the Codex environment, allowing users to easily add curated skills or those from external repositories.

Core Features & Use Cases

  • Curated Skill Installation: Directly install a wide range of pre-vetted skills from the Codex ecosystem.
  • GitHub Repo Integration: Install skills from any GitHub repository, including private ones.
  • Flexible Scripting: Use helper scripts to list available skills, install a specific skill, or install multiple skills at once.

Quick Start

Run the 'list-skills' script to view available skills. To install a specific skill, use the 'install-skill-from-github' script followed by the GitHub repo and path to the 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 skills from a GitHub repository into the Codex ecosystem?

Installing skills from a GitHub repository into the Codex ecosystem requires network access. If you are installing from private repositories, you must provide your GitHub API credentials for authentication.

How can I list available pre-vetted skills for installation?

To list available pre-vetted skills, run the list-skills helper script. This displays curated skills from the Codex ecosystem ready for direct installation into your environment.

Do I need GitHub API credentials to install skills from private repos?

Installing skills from private repositories requires GitHub API credentials for authentication. Network access is required for all skill installations, while public repos do not need credentials.

Can I install multiple Codex skills at once using helper scripts?

Yes, you can install multiple Codex skills at once using the provided helper scripts. The scripting supports installing a specific skill or multiple skills simultaneously from curated lists or GitHub.

What is the difference between direct download and git sparse checkout for skill installation?

Direct download retrieves the entire skill package archive, while git sparse checkout extracts only the specified skill path from a GitHub repository. Both methods automate downloading and extracting to the correct directory.