skill-installer

Install Codex skills from curated lists or GitHub repositories into CODEX_HOME/skills.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill skill-installer-sacred-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.system/skill-installer
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill skill-installer-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Install Codex skills into CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Core Features & Use Cases

  • List available skills from curated lists or GitHub repos.
  • Install a skill by name from curated lists or GitHub repo paths.
  • Support installation from private repositories with credentials.

Quick Start

Install a skill by name from the curated list or provide a GitHub repo path 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, provide the repo path to the CLI workflow, which handles refs and paths to install the skills directly into CODEX_HOME/skills.

Can I install Codex skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The CLI workflow supports installation from private repos provided you supply the necessary credentials.

How do I list available Codex skills before installing them?

You can list available Codex skills from curated lists or GitHub repos. The CLI provides scripts that query and display installable skills before you choose one to install.

What is the best way to manage Codex skills from curated lists?

The best way to manage Codex skills is using a CLI installer that applies curated lists to your CODEX_HOME/skills directory, streamlining the process of listing and installing specific skills by name.

Do I need to manually set the destination directory when installing skills?

No, you do not need to manually set the destination directory. The installer automatically handles destination directories, placing skills into the correct CODEX_HOME/skills path.

Why use a curated list to install Codex skills instead of a direct repo path?

Using a curated list to install Codex skills provides a pre-filtered selection of installable skills, ensuring quality and compatibility compared to manually browsing a GitHub repo path.