find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
npx skills add CherryHQ/cherry-studio --skill find-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. ## When to Use This Skill Use this skill when the user: - Asks "how do I do X" where X might be a common task with an existing skill - Says "find a skill for X" or "is there a skill for X" - Asks "can you do X" where X is a specialized capability - Expresses interest in extending agent capabilities - Wants to search for tools, templates, or workflows - Mentions they wish they had help with a specific domain (design, testing, deployment, etc.) ## The skill tools Cherry gives you two built-in tools for skills — use them, and do NOT shell out to `npx skills`, `git`, or any package manager: - **`search_skills(query)`** — search the marketplace by keyword. Returns matches, each with an opaque `install_source` value. - **`install_skill(install_source)`** — install ONE skill into Cherry's managed library and enable it for this agent. Cherry clones the repo, installs just that one skill, and registers it in a single deterministic step. Permission handling follows the active Claude permission mode (Step 6). **Browse skills at:** https://skills.sh/ ## How to Help Users Find Skills ### Step 1:
- When to Use This Skill
- The skill tools
- How to Help Users Find Skills
- Step 1: Understand What They Need
- Step 2: Check the Leaderboard First
- Step 3: Search for Skills
- Step 4: Verify Quality Before Recommending
- Step 5: Present Options to the User
- Step 6: Install (Uses the Active Permission Mode)
- Common Skill Categories
- Tips for Effective Searches
- When No Skills Are Found
What does the find-skills skill do?
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
How do I install it?
Run `npx skills add CherryHQ/cherry-studio --skill find-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From CherryHQ/cherry-studio, a repository with 49,400 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
