Gh Upskill
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
[](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
- macOS/Linux:
GitHub CLI extension
gh extension install ai-ecoverse/gh-upskill- Then run via
gh upskill ...(or useupskilldirectly)
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11