skill-discovery
Installation
SKILL.md
Skill Discovery
Discover and install skills from the open agent skills ecosystem at skills.sh.
When to Use
- User asks "find a skill for X"
- User says "is there a skill that can..."
- User wants to extend capabilities with existing tools
- User asks "how do I do X with an agent"
Skills CLI Commands
# Search for skills
npx skills find [query]
# Install a skill
npx skills add [owner/repo@skill-name] --yes