What problem does it solve? Finding and safely installing third-party agent skills is risky: search results alone say nothing about a skill's quality, permissions, or provenance, and installing unreviewed bundles can introduce untrusted instructions into your agent environment. This Skill provides a disciplined workflow for discovering, vetting, and installing external skills. ## Core Features & Use Cases - Ecosystem Discovery: Search skills.sh and source repositories for candidate skills by domain and task, with browsing as the default path before any CLI execution. - Security-First Vetting: Treat candidate bundles as untrusted evidence, inspecting every file for capabilities, network access, credentials, provenance, license, and overlap with installed skills. - Authorized Installation: Install only from an exact reviewed revision with explicit user authorization of source, scope, and target agents, then verify installed copies match the reviewed checkout. - Use Case: A user asks "is there a skill for PR review?" The agent searches skills.sh, inspects the top candidate's complete bundle at a pinned commit, reports its license and requested capabilities, and installs it only after explicit approval. ## Quick Start Ask the agent to find and vet an installable skill for a specific task, for example: find a skill for React performance and tell me whether it is safe to install.