Find Skills
Discover and install agent skills from the open ecosystem using the Skills CLI (npx skills) — search, vet by install count and source reputation, then install straight from GitHub.
Official reviewFind Skills turns "how do I do X?" into an installable capability. It kicks in whenever you ask a procedural question or go looking for new functionality, then searches the open agent-skills ecosystem to find and install the right skill for the job.
Under the hood it drives the Skills CLI (npx skills):
npx skills find [query]— interactive or keyword searchnpx skills add <package>— install from GitHub and other sourcesnpx skills check/npx skills update— keep installed skills current
It doesn't just grab the first result — it checks the skills.sh leaderboard, weighs quality signals (install counts, source reputation, GitHub stars), and favours established publishers such as vercel-labs, anthropics and microsoft (1K+ installs preferred; under 100 treated with caution). If nothing fits, it offers to help build the capability directly.
Source: vercel-labs/skills · find-skills.
Sign in to join the discussion.