skill-installer

Install Codex skills from curated lists or GitHub repositories.

288|42|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/shuyu-labs/WebCode --skill skill-installer-shuyu-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/shuyu-labs/WebCode/tree/main/skills/codex/.system/skill-installer
Command: npx skills add https://github.com/shuyu-labs/WebCode --skill skill-installer-shuyu-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the installation of Codex skills from curated lists or GitHub repositories, enabling quick expansion of your Codex toolbox.

Core Features & Use Cases

  • List curated skills from the central index and see which are already installed.
  • Install a selected skill from the curated set or from a GitHub repo path (including private repos).
  • Validate the skill structure by requiring each skill directory to contain a valid SKILL.md.

Quick Start

Install a skill from a GitHub repo: python3 scripts/install-skill-from-github.py --repo owner/repo --path path/to/skill Optionally specify --dest or --name for installation and use --method auto|download|git as needed.

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 target repo and path, using either a zipped download or Git sparse-checkout method to fetch the skill.

Can I list available curated skills and check which are already installed?

Yes, you can list available curated skills from the central index, which also identifies and displays which skills from the curated set are already installed on your system.

Does the skill installer work with private GitHub repos?

Yes, the skill installer supports installing skills from private GitHub repo paths, allowing you to expand your Codex toolbox with proprietary or restricted skills.

What's the best way to validate a skill directory before installing it?

The best way to validate a skill directory is by ensuring it contains a valid SKILL.md file, which the installer automatically checks for during the installation process.

Why does the installer enforce destination paths during skill installation?

The installer enforces destination paths to maintain a structured Codex toolbox, ensuring installed skills are correctly placed and recognized by the system environment.

Do I need Git sparse-checkout to install a skill from a curated list?

No, you do not need Git sparse-checkout specifically, as the installer supports an auto method that can alternatively use zipped downloads to fetch the skill from a curated list.