What problem does it solve? Users often need specialized capabilities that already exist as installable agent skills, but they do not know how to discover, evaluate, or install them. This Skill guides the agent to search the open skills ecosystem, verify quality signals, and install the right package. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem using npx skills find with keyword queries and optional GitHub owner scoping. - Quality Verification: Checks install counts, source reputation, and GitHub stars before recommending any skill, preferring packages with 1K+ installs from trusted sources like vercel-labs or anthropics. - Guided Installation: Installs selected skills globally with npx skills add <owner/repo@skill> -g -y and points users to skills.sh for details. - Use Case: A user asks "is there a skill for PR reviews?" The agent checks the skills.sh leaderboard, runs npx skills find pr review, verifies the top result's install count and source, then presents the install command. ## Quick Start Ask the agent to find and install a skill for a specific task, such as "find a skill for React performance optimization."