skill-installer

Automate installation of Codex skills from curated lists or GitHub repositories.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill skill-installer-luiztrilha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/codex/.system/skill-installer
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill skill-installer-luiztrilha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill Installer addresses the need to manage and install Codex skills efficiently. It allows users to add new skills to their Codex environment by fetching them from a curated list or from a specified GitHub repository.

Core Features & Use Cases

  • Skill Installation: Offers the ability to install curated skills from sources like openai/skills or any other GitHub repository.
  • Skill Management: Lists available skills, installs specific ones, and manages skill updates.
  • Use Case: Suppose you need a skill for code review in Codex. You can use this Skill Installer to fetch and install the skill from a GitHub repository.

Quick Start

Run the 'skill-install' command with the name of the skill you want to install.

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 skill-install command with the target skill name. The installer fetches and adds the skill directly to your environment from public or private repositories.

Can I manage and list available skills in my Codex environment?

You can list available skills in your Codex environment using the Skill Installer. It manages skill installation, tracks available curated skills, and handles updates to keep your environment current.

Does the Skill Installer support fetching skills from private GitHub repositories?

The Skill Installer supports fetching skills from both public and private GitHub repositories. This allows you to install curated skills from openai/skills or your own private source.

What is the best way to automate adding new skills to Codex?

The best way to automate adding new skills to Codex is using the Skill Installer. It handles listing, fetching, and installing skills from a curated list or specified GitHub repositories automatically.

How do I get a specific code review skill for Codex?

To get a specific code review skill for Codex, run the skill-install command with the skill's name. The installer fetches the required skill from a curated list or GitHub repository into your environment.

Are there limitations when installing skills from a curated list?

Limitations when installing skills from a curated list include dependency requirements on GitHub repository access. The installer requires proper authentication to fetch skills from private GitHub repositories.