Discover and install third-party skills from external registries when the user needs a capability that no currently-active skill covers. Trigger when: (1) the user explicitly asks 'find a skill for X', 'is there a skill that does X', 'install a skill to X', (2) the user requests a well-known integration (Slack, Notion, Trello, GitHub, Hue, Sonos, iMessage, weather, TTS, transcription …) that isn't in the active skill catalog, (3) you are about to hand-write ad-hoc shell / API code for a domain that almost certainly has a published skill. Do NOT trigger if an active skill already covers the need — scan the visible skill catalog first.
$npx -y skills add shiwenwen/hope-agent --skill ha-find-skillsInstalls into the current project.
Run `npx skills use "https://github.com/shiwenwen/hope-agent" --skill "shiwenwen/hope-agent/ha-find-skills"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/shiwenwen/hope-agent" that are relevant to the current task. Run `npx skills add "https://github.com/shiwenwen/hope-agent"` and select the relevant skills, then follow their instructions.