with one click
agent-tools
MCP 工具地图:默认工作流、web_search、何时启用 desktop/browser/memory
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
MCP 工具地图:默认工作流、web_search、何时启用 desktop/browser/memory
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
当你需要从“应用视角”看 XRK-AGT(启动流程、Web 控制台、前后端协作、典型技术栈组合)时使用。
当你需要开发或排查 HTTP API(core/*/http/*.js)、理解 HttpApi 基类、HttpApiLoader、业务层约定时使用。
编写或审查 core/*/www 静态页、校园 WebView 兼容、HttpResponse 前端解包时使用。浏览器环境 ≠ Node 26。
编写或审查 core/src 代码时的写法与性能规范(全局裸名、状态、I/O、异步、HTTP)。改 Core 前必读。
当你需要快速理解 system-Core 提供哪些 HTTP API/工作流/插件/Tasker/Web 控制台能力,或定位某个模块在哪实现时使用。
当需要从整体理解 XRK-AGT 的架构、目录、运行流程和技术栈时使用。
| name | agent-tools |
| description | MCP 工具地图:默认工作流、web_search、何时启用 desktop/browser/memory |
未显式指定 workflow 时,系统默认启用(#utils/ai-workflow-config.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 |