skill-installer

Install skills from GitHub repositories or curated lists into a designated directory.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MythologIQ/Zo-Qore --skill skill-installer-mythologiq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/MythologIQ/Zo-Qore/tree/main/.codex/skills/.system/skill-installer
Command: npx skills add https://github.com/MythologIQ/Zo-Qore --skill skill-installer-mythologiq

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of installing new capabilities into your environment, whether from a curated list or a custom GitHub repository.

Core Features & Use Cases

  • Curated Skill Installation: Easily install pre-vetted skills from a central repository.
  • Custom Repository Installation: Install skills directly from any GitHub repository, including private ones.
  • Use Case: A user wants to add a new skill for managing cloud infrastructure. They can ask the AI to install the 'cloud-manager' skill from the curated list or provide a specific GitHub URL for a custom skill.

Quick Start

Use the skill installer to install the 'code-reviewer' skill from the curated list.

Frequently Asked Questions about skill-installer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install skills from a GitHub repository into my environment?

To install skills from a GitHub repository, you can use direct download or git sparse checkout. The installer handles deployment to a designated directory and supports both public and private repositories with optional authentication.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories by using optional authentication. The installer supports accessing private repositories to deploy skills directly into your specified environment directory.

How do I add pre-vetted capabilities using a curated skill list?

You can add pre-vetted capabilities by performing a curated skill installation. This allows you to easily select and deploy skills from a central repository of pre-approved tools into your working environment.

Will installing a new skill overwrite my existing skills?

No, installing new skills will not overwrite existing ones. The installer manages deployment to your designated directory and explicitly ensures no overwrites of any skills currently in your environment.

What is the best way to deploy custom skills from GitHub without cloning the entire repository?

Using git sparse checkout is an effective way to deploy custom skills from GitHub without cloning the entire repository. This method fetches only the necessary skill files for your environment.

Does the skill installer work with custom GitHub URLs for deployment?

Yes, the skill installer works with custom GitHub URLs for deployment. You can provide a specific GitHub repository link to install custom skills directly into your designated environment directory.