This skill helps the agent discover relevant installable skills from the open agent skills ecosystem using the Skills CLI (npx skills) and public indexes like skills.sh. It provides guidance for searching, verifying quality signals (installs, repo stars, source reputation), and returning install commands and links.
Use this skill when a user asks "is there a skill for X" or "find a skill that does Y", or when they express interest in extending the agent with specialized capabilities (testing, deployment, formatting, etc.). The skill is meant for interactive discovery and recommending safe, battle‑tested packages.
npx skills commands for find/add/check/update (has_references=false)npx skills find [query], verify install counts and repo reputation, and present install commands and links. It also suggests how to install (npx skills add owner/repo@skill -g -y) if the user approves.Agents that can run CLI commands or provide install guidance (agents with terminal/CLI access or those that can instruct human users) will use this skill best (Claude Code, Codex, CLI-enabled assistants).
This skill has not been reviewed by our automated audit pipeline yet.