skill-installer

Install Codex skills from curated lists or GitHub repos into CODEX_HOME.

4|1|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/xrehpicx/anya --skill skill-installer-xrehpicx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/xrehpicx/anya/tree/main/codex-rs/skills/src/assets/samples/skill-installer
Command: npx skills add https://github.com/xrehpicx/anya --skill skill-installer-xrehpicx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Installs Codex skills from curated lists or external repositories into CODEX_HOME/skills, enabling easy augmentation of your Codex setup.

Core Features & Use Cases

  • List available skills from curated sources or experimental locations.
  • Install a curated skill or multiple skills directly from a GitHub repo path.
  • Install skills from private repositories using existing credentials, with optional ref and path selection.

Quick Start

List available skills or install a specific skill from a curated list or a GitHub repository 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 a GitHub repository by providing the owner/repo path or URL to pull skills directly into your local CODEX_HOME/skills directory with optional ref and path filtering.

Can I install skills from private GitHub repositories using Codex?▼

Yes, Codex skill installation supports pulling skills from private GitHub repositories by leveraging your existing credentials for secure access and installation.

How do I list available Codex skills from curated sources?▼

List available Codex skills from curated sources or experimental locations to discover installable entries before pulling them into your local environment.

Does Codex skill installation respect the CODEX_HOME environment variable?▼

Yes, the installation process respects CODEX_HOME as the destination directory, ensuring all installed skills are correctly placed in your local Codex environment.

What is the best way to manage multiple Codex skill installations?▼

The best way to manage multiple installations is using curated lists to batch install skills from external repositories directly into your CODEX_HOME/skills directory.