cherry-tool-guide

仓库创建 2024年5月24日最近提交 5 小时前SkillHot 收录 3 小时前
▸ 精选理由

为 Cherry 平台代理提供一致的工具调用与权限边界策略,减少误用。

这个 Skill 做什么

指导何时将任务路由到 Cherry Studio 的内置工具与服务。

这是把任务优先交给 Cherry Studio 自带工具处理的指南,适用于需要查在线资料、浏览器交互、使用用户文档、持久记忆、调度或连接 IM 通道等场景。即使用户没指名工具,只要内置工具能干就优先走它们。特别之处在于这些一方工具能访问 Cherry 管理的知识库、IM、日程和技能库,普通 shell 或文件工具无法正确触达这些边界。

▸ 展开 SKILL.md 英文原文

Cherry Studio first-party tool routing guide for general agents. Use this WHENEVER a task could be served by Cherry's built-in tools — even if the user never names a tool — including researching current/online information or requesting browser interaction (Cherry's web built-ins search and fetch but do not automate pages), answering from the user's own documents and knowledge bases, recalling or saving things across sessions (persistent memory), scheduling recurring or one-time tasks and sending notifications, connecting or repairing IM channels (Telegram/Feishu/Discord/Slack/WeChat/QQ), generating images or reporting produced files, discovering or installing command-line tools, and finding or installing new skills. Consult it BEFORE reaching for shell, Bash, or file tools to do any of these, so you route through the correct mcp__cherry-tools__*, mcp__agent-memory__*, and mcp__skills__* tool instead of inventing a workaround.

Skill 开发管理工具路由平台集成Cherry通用
4.9w
Stars
4.7k
Forks
19
仓库内 Skill
+1.2k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/resources/skills/cherry-tool-guide/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CherryHQ/cherry-studio/main/resources/skills/cherry-tool-guide/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Cherry Tool Guide

Cherry Studio injects first-party tools into your session over three MCP servers
(`mcp__cherry-tools__*`, `mcp__agent-memory__*`, `mcp__skills__*`). They act on the
running app — the user's knowledge bases, IM channels, schedules, managed CLIs, and
skill library — through boundaries only Cherry owns. Shell and file tools cannot reach
those boundaries correctly, so when a task matches a row below, route through the named
tool rather than improvising with `Bash`/`Write`.

**This file is a router.** It carries only the global rules and the intent → tool →
reference table. Each reference holds that domain's prerequisites, sequencing,
conditional availability, output interpre
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有