| name | skill-discovery |
| description | Discover and install agent skills from the skills.sh marketplace. Use when user asks "find a skill for X", "is there a skill for Y", or wants to extend agent capabilities with existing skills. |
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
npx skills find [query]
npx skills add [owner/repo@skill-name] --yes
npx skills check
npx skills update
Workflow
- Search first —
npx skills find [topic]
- Check leaderboard — https://skills.sh/ for popular skills
- Install with --yes —
npx skills add owner/repo@skill --yes
- Symlink to agents — Skills auto-symlink to supported agents
Example Searches
npx skills find humanizer
npx skills find browser
npx skills find review
npx skills find testing
Popular Skill Sources
| Source | URL | Notable Skills |
|---|
| addyosmani/agent-skills | GitHub | 21 engineering skills |
| mattpocock/skills | GitHub | Real engineer workflows |
| vercel-labs/skills | GitHub | find-skills |
| softaworks/agent-toolkit | GitHub | 43 tools incl humanizer |
| ComposioHQ/awesome-codex-skills | GitHub | 40+ Codex skills |
Installation Notes
- Skills install to
~/.agents/skills/
- Auto-symlink to supported agents (OpenClaw, Claude Code, Codex, etc.)
- Use
--yes flag to skip interactive prompts
- Security assessment shown during install (Gen, Socket, Snyk)