cherry-skill-marketplace
当用户明确要求搜索、安装、查看、卸载或创建 Skill,或内置 Skill / 工具出现能力缺口、无法完成当前任务时触发。通过 `mcp__skills__search_skills` 搜索并用 `mcp__skills__install_skill` 安装;已安装 Skill 的查看和删除通过产品清单导航到 Skills UI;没有合适结果时调用内置 `skill-creator` 创建并验证自定义 Skill,再继续原任务。普通任务仍先尝试内置能力。
npx skills add CherryHQ/cherry-studio --skill cherry-skill-marketplace --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.
# Cherry Skill Marketplace 市场不是普通任务的默认路由。文档、演示和表格先使用对应内置 Skill。 ## 进入条件 只在以下任一条件成立时继续: 1. 用户明确说要找、安装、卸载、列出或创建 Skill。 2. 匹配的内置 Skill 或工具无法完成当前需求,包括返回 `unsupported`、缺少所需 operation 或只能产出不符合要求的格式。 不要因为任务“看起来专业”就预先搜索;先尝试已有 Skill 和基础工具。能力缺口不是停止条件:不得只回复 `unsupported`、只给手工替代方案,或询问用户是否要搜索,必须立即进入下面的补足流程。 ## 工具动作 市场只提供两个工具: - 搜索:调用 `mcp__skills__search_skills`,参数为 `{ "query": "1-3 个聚焦关键词" }`。 - 安装:调用 `mcp__skills__install_skill`,参数为 `{ "install_source": "<搜索结果的原值>" }`。`install_source` 是不透明值,必须逐字使用同一会话中搜索结果返回的值,不得自行构造或改写。 这两个工具不提供列出或删除已安装 Skill 的能力。用户要查看、卸载或管理已安装 Skill 时,先用 `mcp__assistant__product_info` 读取 manifest 的 `routes` section,找到 Skills 设置路由,再调用 `mcp__assistant__navigate`;不得硬编码路由。让用户在 Skills UI 中完成管理,删除或卸载前再次确认目标名称。 初始化、编写、验证和注册属于内置 `skill-creator` 的职责,市场 Skill 不重复实现。 ## 搜索与安装 1. 一次调用 `mcp__skills__search_skills` 发起 1 个聚焦查询;结果不合适再调整 `query`。 2. 最多展示 3 个结果,每个只给名称、作者、来源、热度、一句匹配理由和 `source_url`。 3. 安装前说明 Skill 是第三方代码,会继承当前工具权限,并取得用户明确同意。 4. 用户确认后,把所选结果的 `install_source` 原样传给 `mcp__skills__install_skill`,再立即回到原始任务。不要把“安装成功”当成任务完成。 ## 内置能力不支持 内置 Skill 或工具出现能力缺口后: - 先用一句话说明缺少的能力和已保留的中间成品。 - 立即调用 `mcp__skills__search_skills`,用 `{ "query": "<缺失能力的聚焦关键词>" }` 只搜索恰好补足该能力的 Skill,不重新搜索已能完成的部分。 - 只采
- 进入条件
- 工具动作
- 搜索与安装
- 内置能力不支持
- 移交 Skill Creator
- 失败与安全
What does the cherry-skill-marketplace skill do?
当用户明确要求搜索、安装、查看、卸载或创建 Skill,或内置 Skill / 工具出现能力缺口、无法完成当前任务时触发。通过 `mcp__skills__search_skills` 搜索并用 `mcp__skills__install_skill` 安装;已安装 Skill 的查看和删除通过产品清单导航到 Skills UI;没有合适结果时调用内置 `skill-creator` 创建并验证自定义 Skill,再继续原任务。普通任务仍先尝试内置能力。
How do I install it?
Run `npx skills add CherryHQ/cherry-studio --skill cherry-skill-marketplace --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.
