cherry-assistant-guide
从当前安装包查询 Cherry Studio 产品信息。当用户询问功能、路由、快捷键、Provider、语言、Agent、频道、定时任务、Code CLI 或当前版本时触发。
npx skills add CherryHQ/cherry-studio --skill cherry-assistant-guide --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 Studio 产品信息查询 <!-- This file is GENERATED from skill-zh-cn-template.md by scripts/generate-cherry-assistant-knowledge. Do not edit the output (SKILL.md) directly; edit the template instead, then run `pnpm build:builtin-knowledge`. --> ## 原则 不要凭训练数据、记忆或本文件中的旧描述回答 Cherry Studio 产品问题。每个独立的产品问题都先读取当前安装包信息。 ## 当前安装包 按问题直接读取一个 section: ```text 路由 / 页面入口:mcp__assistant__product_info({ source: "manifest", section: "routes" }) 快捷键:mcp__assistant__product_info({ source: "manifest", section: "commands" }) Provider:mcp__assistant__product_info({ source: "manifest", section: "providers" }) 语言:mcp__assistant__product_info({ source: "manifest", section: "locales" }) Agent / 频道 / 定时任务 / Code CLI:mcp__assistant__product_info({ source: "manifest", section: "agents" }) ``` 不知道该查哪个 section 时,先调用紧凑索引: ```text mcp__assistant__product_info({ source: "manifest" }) ``` 索引只返回当前版本和可用 section 名称;再读取相关 section。只有一个问题确实横跨多个 section 时才使用 `section: "all"`,不要为省一次调用把整份清单放进上下文。 返回值来自随当前构建生成并打包的 `product-manifest.json`,不是手写版本知识。 回答时遵守以下规则: 1. 只把返回清单中存在的内容表述为当前版本事实。 2. `routes.primary` 是主导航入口;`routes.all` 还可能包含内部页、参数路由或兼容跳转,不能无条件推荐。 3. `providers` 表示随包支持的 Provider;用户实际配置或启用状态应另用 `mcp__assistant__diagnose` 的 P
- 原则
- 当前安装包
- 导航与诊断
- 信息优先级
What does the cherry-assistant-guide skill do?
从当前安装包查询 Cherry Studio 产品信息。当用户询问功能、路由、快捷键、Provider、语言、Agent、频道、定时任务、Code CLI 或当前版本时触发。
How do I install it?
Run `npx skills add CherryHQ/cherry-studio --skill cherry-assistant-guide --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.
