Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Searches the SkillsMP registry, installs skills locally or globally, creates custom skills with SKILL.md frontmatter, and manages the skill lifecycle. Use when the user wants to find skills, add new capabilities, install a skill, browse available skills, create a custom skill, or manage the skills system.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -16% | 0% |
When a user wants to find skills, install them, create new ones, or understand the skills system.
After installing a skill, confirm it's available:
bashopengap skills list -d ./my-agent | grep "code-review"
bash# Search SkillsMP registry opengap skills search "code review" # Search GitHub opengap skills search "pdf reader" --provider github # Limit results opengap skills search "testing" --limit 5
bash# Install from SkillsMP to agent-local skills/ opengap skills install code-review -d ./my-agent # Install globally to ~/.agents/skills/ opengap skills install code-review --global # Install from GitHub opengap skills install owner/repo#skills/my-skill --provider github
bash# Show all discovered skills (local + global) opengap skills list -d ./my-agent # Only agent-local skills opengap skills list -d ./my-agent --local
bashopengap skills info code-review -d ./my-agent
Shows: name, description, license, allowed tools, metadata, optional directories.
skills/<name>/SKILL.md with frontmatter:markdown--- name: my-skill description: What this skill does (max 1024 chars) license: MIT allowed-tools: Read Edit Grep Glob Bash metadata: author: your-name version: "1.0.0" category: developer-tools --- # Instructions [Detailed instructions for using this skill. Keep under ~5000 tokens / ~20000 characters.]
agent.yaml:yamlskills: - my-skill
bashopengap validate -d ./my-agent
Skills are found in this order (first match wins):
| Priority | Path | |----------|------| | 1 | <agent>/skills/ | | 2 | <agent>/.agents/skills/ | | 3 | <agent>/.claude/skills/ | | 4 | <agent>/.github/skills/ | | 5 | ~/.agents/skills/ |
scripts/ — Executable scripts the skill can referencereferences/ — Reference documentsassets/ — Images, static filesagents/ — Skill-specific sub-agentsOther measured skills in the registry, with their headline benchmark lift.