skill-installer

Install Codex skills from curated lists or GitHub repositories into the local skill store.

5|1|Updated Jun 7, 2020
One-click install
npx skills add https://github.com/mseok/dot --skill skill-installer-mseok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/mseok/dot/tree/main/ai/codex/skills/.system/skill-installer
Command: npx skills add https://github.com/mseok/dot --skill skill-installer-mseok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill Installer helps users install Codex skills from curated lists or external GitHub repositories into the local Codex skill store, reducing manual setup and ensuring consistent deployments.

Core Features & Use Cases

  • List available skills from curated sources or repo paths (e.g., openai/skills/.curated).
  • Install a chosen skill from a curated list or an external repository (including private repos).
  • Import multiple skills in a single operation with safe defaults and environment-aware destinations.

Quick Start

Ask Codex to list available skills and install a chosen skill from a GitHub repository or a curated path.

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?

Install Codex skills from external repositories by using a download or sparse-checkout strategy that validates paths and places them under CODEX_HOME/skills. This reduces manual setup and ensures consistent deployments with clear error reporting.

Can I import multiple skills from private GitHub repositories at once?

Yes, you can import multiple skills from external repositories, including private ones, in a single operation. The installer validates skill paths and places each one under CODEX_HOME/skills with safety checks and clear error reporting.

How do I list available Codex skills before installing them?

List available Codex skills from curated sources or specific repository paths like openai/skills/.curated. This lets you browse and select specific skills for installation into your local CODEX_HOME/skills store.

What is the best way to automate Codex skill deployment across environments?

Automate Codex skill deployment by importing skills from curated sources or GitHub repositories into the local CODEX_HOME/skills store. This ensures consistent deployments with safe defaults, environment-aware destinations, and clear error reporting.

Does installing Codex skills from external repos require manual path validation?

No, installing Codex skills does not require manual path validation. The installer automatically validates skill paths, uses safe defaults, and places each skill under CODEX_HOME/skills with safety checks and clear error reporting.

Why are my imported Codex skills not showing up in the local store?

Imported Codex skills might not show up if the installation failed path validation or safety checks. The installer provides clear error reporting to help diagnose why a skill was not placed under CODEX_HOME/skills.