skill-installer

Install Codex skills from curated lists or GitHub repositories.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/DexterJie/codex-skills --skill skill-installer-dexterjie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/DexterJie/codex-skills/tree/main/.system/skill-installer
Command: npx skills add https://github.com/DexterJie/codex-skills --skill skill-installer-dexterjie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of installing Codex skills, allowing users to add new capabilities from curated lists or specific GitHub repositories.

Core Features & Use Cases

  • Curated Skill Installation: Quickly install skills from the default curated list or from a user-provided GitHub repository.
  • Experimental Skills Access: Install experimental skills from the .experimental directory in the default GitHub repository.
  • Private Repositories: Support for installing skills from private GitHub repositories using existing git credentials or tokens.
  • Default Skill Location: Installs skills into the $CODEX_HOME/skills directory by default.

Quick Start

Use the skill-installer skill to install a skill from the curated list by typing 'install skill-installer --path skills/.curated/skill-name'.

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?

Installing skills from a curated list uses a specific command path, such as 'install skill-installer --path skills/.curated/skill-name'. You can also specify a custom GitHub repository URL to install skills directly into your local Codex skills directory.

Can I install Codex skills from private GitHub repositories?

Support for private GitHub repositories is built-in, utilizing your existing Git credentials or tokens to authenticate and download skills. This allows you to securely extend Codex with proprietary capabilities without manual file transfers.

Where are installed Codex skills stored on my system?

By default, the installation process deploys skills into the $CODEX_HOME/skills directory. This ensures the Codex environment can automatically discover and load the newly installed capabilities without requiring manual path configuration.

Do I need Git and internet access to deploy skills from GitHub to Codex?

Yes, deploying skills from GitHub requires Git and active internet access. The automated installation relies on Git commands to fetch repository contents and requires network connectivity to download the necessary skill components.

What is the best way to automate software deployment for Codex skills?

Automating software deployment for Codex skills is best handled by an installer that fetches files from a curated list or GitHub repository. This method streamlines adding new capabilities while handling both public and private repository authentication.

Are there limitations when installing experimental skills from a GitHub repository?

Experimental skills are accessed from the .experimental directory in the default GitHub repository. Limitations include potential instability or incomplete features, and you still require valid GitHub credentials or tokens to fetch them securely.