skill-installer

Install AI skills from GitHub repositories or curated lists.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/henryhawke/skills --skill skill-installer-henryhawke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/henryhawke/skills/tree/main/.system/skill-installer
Command: npx skills add https://github.com/henryhawke/skills --skill skill-installer-henryhawke

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of discovering and installing new AI capabilities (skills) into your environment, whether from a curated list or custom GitHub repositories.

Core Features & Use Cases

  • Discover & Install: Browse and install skills from curated lists or directly from GitHub.
  • Flexible Installation: Supports public and private GitHub repositories, with options for different installation methods (download or git).
  • Use Case: A user wants to add a new skill for summarizing web pages. They can use this Skill to search for available summarization skills and install one directly from a specified GitHub repository.

Quick Start

Install the 'web-summarizer' 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 AI skills from a GitHub repository?

To install AI skills from a GitHub repository, you can use a skill installer that supports direct download or git sparse checkout methods to deploy capabilities into your environment from specified public or private repositories.

Can I install skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories. The skill installation process supports optional authentication to handle both public and private repositories securely.

What is the best way to discover and deploy new AI agent capabilities?

The best way to discover and deploy new AI agent capabilities is by browsing curated lists or searching directly on GitHub, then using an installer tool to automatically download and deploy the selected skills.

Does the skill installation process support git sparse checkout?

Yes, the skill installation process supports git sparse checkout as well as direct download methods, providing flexible deployment options for adding new AI skills to your environment.

What are the limitations when deploying skills to an AI environment?

When deploying skills to an AI environment, limitations depend on the installation method chosen. Direct download may lack version control, while git sparse checkout requires git to be installed and properly configured for repository access.