skill-installer

Install Codex skills from curated lists or GitHub repositories.

28|6|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/jzila/canopy --skill skill-installer-jzila
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/jzila/canopy/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/jzila/canopy --skill skill-installer-jzila

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 environment by installing skills from curated lists or custom GitHub repositories.

Core Features & Use Cases

  • Curated Skill Installation: Easily install skills from a pre-defined, trusted list.
  • Custom Repository Installation: Install skills directly from any GitHub repository, including private ones.
  • Use Case: You discover a new skill on GitHub that can summarize code. Use this installer to add it to your environment with a simple command, specifying the repository and path.

Quick Start

Install the 'code-summarizer' skill from the 'my-org/my-skills' GitHub 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, use the installer to specify the repository and path. It handles skill name derivation and destination path management to add the skill to your designated directory.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The installer supports both direct download and git sparse checkout methods to access and install skills from private sources.

What is the best way to add new capabilities to my Codex environment?

The best way to add new capabilities is installing skills from curated lists or custom GitHub repositories. This automation handles destination path management and provides feedback on the installation status.

Does the skill installer support git sparse checkout for downloading skills?

Yes, the skill installer supports git sparse checkout for downloading skills. It uses this method alongside direct download to install skills from specified GitHub repository paths.

How do I install skills from a curated list?

You can install skills from a pre-defined, trusted curated list by running the installer. It simplifies adding new capabilities by automatically managing the destination paths and skill name derivation.

Why should I use a skill installer instead of manually downloading skills?

Using a skill installer automates skill name derivation, destination path management, and installation status feedback. This avoids manual directory configuration errors when adding capabilities from GitHub repositories.