Gh Upskill banner
ai-ecoverse ai-ecoverse

Gh Upskill

Development community

Description

Quickly install Claude/Agent skills from another repository

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![Upskill – Install Agent Skills](hero-banner.jpeg)

upskill

[![43% Vibe_Coded](https://img.shields.io/badge/43%25-Vibe_Coded-ff69b4?style=for-the-badge&logo=claude&logoColor=white)](https://github.com/ai-ecoverse/vibe-coded-badge-action)

Install [Agent Skills](https://agentskills.io) from GitHub repositories.

**Note:** This tool implements the [agentskills.io specification](https://agentskills.io/specification). Your AI agent (Claude Code, Cursor, VS Code, etc.) likely already supports this spec natively and can discover skills automatically. This tool is primarily useful for:

  • Installing skills from private repositories
  • Batch installing multiple skills
  • Managing skills across projects

Install

  • Standalone

    • macOS/Linux: curl -fsSL https://raw.githubusercontent.com/ai-ecoverse/gh-upskill/main/install.sh | bash
    • Custom prefix: curl -fsSL https://raw.githubusercontent.com/ai-ecoverse/gh-upskill/main/install.sh | bash -s -- --prefix ~/.local
  • GitHub CLI extension

    • gh extension install ai-ecoverse/gh-upskill
    • Then run via gh upskill ... (or use upskill directly)

Usage

Skills are discovered by scanning for `**/SKILL.md` files per the [agentskills.io spec](https://agentskills.io/specification).

**List available skills:**

upskill anthropics/skills --list

**Install specific skills:**

upskill anthropics/skills --skill pdf --skill xlsx

**Install all skills:**

upskill anthropics/skills --all

**Overwrite existing skills:**

upskill anthropics/skills --all --force

Subcommands

Subcommand Description
list List locally installed/discovered skills
info Show details about a locally installed skill
read Print the SKILL.md content of a locally installed skill
search Search ClawHub and Tessl skill registries
upskill list                        # Show local skills
upskill info pdf                    # Sho