skill-installer

Install AI skills into Codex from GitHub repositories or curated lists.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of discovering and installing new AI capabilities (skills) into your Codex environment, making it easy to expand its functionality.

Core Features & Use Cases

  • Discover and Install Skills: Browse and install skills from curated lists or directly from GitHub repositories.
  • Support for Private Repos: Securely install skills from private GitHub repositories using existing credentials or tokens.
  • Use Case: A user wants to add a new skill for summarizing web pages. They can ask the AI to list available skills, find the web summarizer skill, and install it directly from its GitHub repository.

Quick Start

Use the skill installer to install the 'web-summarizer' 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 AI skills into my Codex environment from GitHub?

You can install AI skills into your Codex environment by specifying a GitHub repository or curated list. The installer downloads the skill and places it directly in the `$CODEX_HOME/skills` directory.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The installer securely handles private repos by utilizing your existing credentials or authentication tokens.

Does the skill installer require a SKILL.md file to function correctly?

Yes, the skill installer validates the presence of a `SKILL.md` file. This validation ensures that any skill installed from a GitHub repository is properly structured before placement.

What is the best way to browse and discover new plugins for my Codex setup?

The best way to discover new plugins is by browsing curated lists. You can ask the installer to list available skills, find the specific functionality you need, and install it directly.

How does the installer handle placing downloaded skills in the correct directory?

The installer ensures proper placement within the `$CODEX_HOME/skills` directory automatically. It handles both download and git-based installation methods to populate the environment correctly.

What are the limitations when using a git-based installation method for skills?

Git-based installation requires proper access credentials for private repositories. Additionally, the target repository must contain a valid `SKILL.md` file to pass the installer's validation checks.