What problem does it solve?
When the agent's active skill catalog lacks a capability the user needs, this Skill finds a matching third-party skill on public registries, vets it for quality and safety, and installs it into the user's skills directory.
Core Features & Use Cases
- Multi-registry search: Queries ClawHub and Skillhub CLIs in order, falling back to GitHub code search for SKILL.md files when no registry CLI is installed.
- Quality gate: Verifies permissive licenses, valid SKILL.md frontmatter, install counts or stars, and scans bundled scripts for red flags like piped shell downloads or credential harvesting before recommending.
- Consent-gated install: Presents top candidates with source, license, and popularity, then installs into ~/.hope-agent/skills/ only after explicit user confirmation.
- Use Case: A user asks for a Notion integration that no active skill covers; the agent searches registries, recommends a vetted candidate, and installs it so it appears in the catalog on the next turn.
Quick Start
Ask the agent to find and install a skill for the capability you need, such as a Slack or weather integration not already in the catalog.