Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Install VT Code skills into ~/.agents/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo, including private repos.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 44% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -54% | 0% |
Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated, but users can also provide other locations.
Use the helper scripts based on the task:
Install skills with the helper scripts.
Show available skills from the curated list:
bashscripts/list-curated-skills.py
Optional: specify a different repo or path:
bashscripts/list-curated-skills.py --repo owner/repo --path skills/path --ref branch
Output formats:
--format json for programmatic useInstall a skill by name from the curated list:
bashscripts/install-skill-from-github.py <skill-name>
The skill will be installed to ~/.agents/skills/<skill-name>/.
Install skills from any GitHub repository:
bashscripts/install-skill-from-github.py owner/repo path/to/skill
For private repos, ensure gh CLI is authenticated or GITHUB_TOKEN is set.
Install multiple skills from the same repo:
bashscripts/install-skill-from-github.py owner/repo path/to/skill1 path/to/skill2
Skills are installed to ~/.agents/skills/ by default.
For private repositories:
gh) is installed and authenticated: gh auth loginGITHUB_TOKEN environment variableIf a skill with the same name already exists, the installer will:
Before installing, the script validates:
/skills list to verify installation./skills load <skill-name> to activate the skill.Other measured skills in the registry, with their headline benchmark lift.