find-skills
Originally fromvercel-labs/skills
Installation
SKILL.md
Find Skills
Search for and install skills from the open agent skills ecosystem.
Commands
# Search for skills by keyword
pnpx skills find [query]
# Install a skill (always project-local, NEVER use -g)
pnpx skills add <owner/repo@skill> -y
Never use -g (global flag) — always install project-local.
Browse available skills: https://skills.sh/
Workflow
Related skills