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
- Run
pnpx skills find [query]with keywords matching the user's need - Present results with the skill name, what it does, and the install command
- If the user wants it, install with
pnpx skills add <owner/repo@skill> -y
When No Results Found
- Acknowledge no existing skill was found
- Offer to help with the task directly using general capabilities
- Mention
pnpx skills init my-skill-nameif they want to create their own