find-skills

Search the skills ecosystem before installing or adding any skill.

8|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill find-skills-gujiachun-rainbow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/gujiachun-rainbow/RainClaw/tree/main/rainclaw/backend/builtin_skills/find-skills
Command: npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill find-skills-gujiachun-rainbow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many requests to install or create a new skill can lead to duplicates or unavailable results if no prior search is performed. This skill ensures you always search the skills ecosystem first, reducing wasted effort and promoting reuse.

Core Features & Use Cases

  • ALWAYS search first: whenever a user asks to install/find/add ANY skill, your first action is to run skills find <query> in the sandbox.
  • GUIDE INSTALLATION: uses the proper CLI flags to install into the session workspace (HOME=<workspace_dir> skills add owner/repo@skill -g -y --agent '*').
  • TEST & PROPOSE: after testing, call propose_skill_save to offer permanent retention and avoid manual tracking of candidates.
  • Use Case: You want to verify whether a desired skill already exists before attempting to recreate it, saving time and preventing conflicts.

Quick Start

Always search for a relevant skill before requesting installation or creation.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for existing skills before creating a new one?

To search for existing skills, run the skills find <query> command in the sandbox. This enforces searching the skills ecosystem first to prevent duplicates and promote reuse before attempting any installation or creation.

What is the best way to install a skill into the session workspace?

The best way to install a skill into the session workspace is using the CLI with appropriate flags: HOME=<workspace_dir> skills add <owner/repo@skill> -g -y --agent '*'. This ensures proper installation into the active session environment.

Why does my skill installation fail or create duplicates?

Skill installation creates duplicates when no prior search is performed in the skills ecosystem. Always search first using the skills find command to verify whether a desired skill already exists before requesting installation or creation.

Can I test a skill in the sandbox before permanently keeping it?

Yes, you can test a skill in the sandbox before permanent retention. After successful testing, the system guides calling propose_skill_save to offer permanent retention, avoiding manual tracking of candidate skills.

Do I need the pre-installed skills CLI to find and add skills?

Yes, you need the pre-installed skills CLI to find and add skills. The skill specifies using the pre-installed CLI directly for all search, find, and add operations within the sandbox environment to ensure proper workflow.

What are the limitations of automating skill discovery and installation?

A limitation of automating skill discovery is that it requires using the pre-installed skills CLI directly in the sandbox. Installation must target the session workspace with specific flags, and successful testing must occur before permanent retention.