skill-installer

Install and list agent skills from curated collections or GitHub repositories.

313|131|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/7df-lab/devo --skill skill-installer-7df-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/7df-lab/devo/tree/main/crates/server/skills/.system/skill-installer
Command: npx skills add https://github.com/7df-lab/devo --skill skill-installer-7df-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies discovering and installing agent skills, eliminating the need to manually locate repositories, download files, validate skill directories, and place them in the correct Devo skills folder.

Core Features & Use Cases

  • Curated Skill Discovery: List available skills from the default curated or experimental OpenAI skills collections, with installed-status annotations.
  • GitHub Skill Installation: Install one or more skills from public or private GitHub repositories using repository paths or GitHub URLs.
  • Validated and Flexible Setup: Support direct archive downloads, sparse Git checkouts, custom refs and destinations, environment-based authentication, and validation that each selected directory contains SKILL.md.
  • Use Case: A user can install a coding, research, or document-processing skill from another GitHub repository into the local Devo environment without manually copying files.

Quick Start

Use the skill installer to list available curated skills or install the requested skill from its 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 agent skills from a GitHub repository?

To install agent skills from a GitHub repository, you provide the repository path or URL, and the installer handles direct archive downloads or sparse Git checkouts directly into your local environment.

What are curated agent skills and how do I list them?

Curated agent skills are pre-selected collections available from default or experimental OpenAI repositories. You list them to discover available skills, see installation status annotations, and select experimental skills for your environment.

Can I install agent skills from private GitHub repositories?

Yes, you can install skills from private GitHub repositories by providing environment-based authentication using Git credentials or GitHub tokens to authorize access during the repository cloning process.

Do I need Git installed to use a skill installer?

Git is not strictly required because the installer supports direct archive downloads alongside sparse Git checkouts. The skill installer relies on Python standard-library tooling and network access to fetch and validate skill directories.

What is a sparse checkout and when is it used for skill installation?

A sparse checkout is a Git technique used to fetch only specific directories from a repository. It is used during skill installation to download only the required skill folder containing SKILL.md, reducing download time and storage.

How do I validate a downloaded agent skill directory?

You validate a downloaded agent skill directory by checking for the presence of a SKILL.md file inside the target folder. The skill installer performs this validation automatically to ensure the directory is a functional agent skill.