skills/standard/core/agent-tools/SKILL.md
MCP 工具地图:默认工作流、web_search、何时启用 desktop/browser/memory
npx skillsauth add sunflowermm/XRK-AGT agent-toolsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
未显式指定 workflow 时,系统默认启用(builtin-mcp.js 兜底,配置留空即生效):
| 前缀 | 工作流 | 典型工具 |
|------|--------|----------|
| tools.* | tools | read, grep, write, delete_file, modify_file, list_files, run |
| web.* | web | web_search(13 提供商,默认 parallel-free), web_fetch, web_search_providers |
| remote-mcp.* | 用户自增 MCP | 仅在 yaml/控制台显式配置时出现 |
新建文件用 tools.write(自动建目录);不要用已移除的 create_file。
| 前缀 | 何时开 | 典型工具 |
|------|--------|----------|
| desktop.* | 本机打开、剪贴板、截图、系统设置 | open_path, read_clipboard, screenshot, open_browser |
| browser.* | JS 渲染 / 表单 / 多标签 | browser_goto, browser_snapshot, browser_act, … |
| memory.* | 向量记忆检索 / 写入 | save_memory, query_memory, list_memories |
| chat.* | QQ 群管、机器人专用 | 群消息相关(办公 Agent 通常不需要) |
在 v3 请求体 workflow 中追加工作流名,或在控制台勾选对应 MCP 工作流。
| 任务 | 首选 | |------|------| | 读/写工作区文件 | tools.read / write | | 搜代码或日志 | tools.grep | | 跑脚本 / pip / pandoc | tools.run(先确认) | | 开放域搜网 | web.web_search(无 Key 用 parallel-free,中英文均可) | | 已知 URL 抓正文 | web.web_fetch | | JS 页交互 | browser.* | | 打开本地产物 | desktop.open_path | | docx/xlsx/pdf | office-* skills + tools.run/write |
development
统一回复版式:短、结构化、可复制;减少空话
development
检索栈:web_search(13 提供商 + parallel-free 免费通道)、web_fetch、与 office-research 分工
data-ai
工作区 Markdown 记忆 + memory 工作流向量记忆的使用边界
data-ai
Agent 总控:先结论后步骤、技能路由、缺环境降级、安全确认