Find Skills
Discover and install skills from the open agent skills ecosystem.
Skills CLI
npx skills find [query]— search for skillsnpx skills add <package>— install a skillnpx skills check— check for updatesnpx skills update— update all skills
Browse at https://skills.sh/.
How to help
- Understand the domain and task.
- Check the skills.sh leaderboard for well-known skills.
- If not found, run
npx skills find [query]. - Verify quality before recommending:
- Prefer 1K+ installs
- Prefer official sources
- Check GitHub stars
- Present options with name, install count, install command, and link.
- Offer to install with
npx skills add <owner/repo@skill> -g -y.
If no skills match
- Acknowledge that no skill was found.
- Offer to help directly.
- Suggest creating a skill with
npx skills init.