🔧 工具系统 Tool System
内置工具的描述、使用策略、参数规范和搜索指引
共 57 个提示词文件 / 57 prompt files。
| 名称 / Name | 描述 / Description | 版本 / Ver. |
|---|---|---|
| 系统提示词:Chrome 浏览器 MCP 工具 | Instructions for loading Chrome browser MCP tools via MCPSearch before use | 2.1.20 |
| 系统提示词:Claude Chrome 浏览器自动化 | Instructions for using Claude in Chrome browser automation tools effectively | 2.1.20 |
| 系统提示词:并行工具调用说明(工具使用策略) | System prompt for telling Claude to using parallel tool calls | 2.1.30 |
| 系统提示词:工具执行被拒绝 | System prompt for when tool execution is denied | 2.1.20 |
| 系统提示词:工具使用(创建文件) | Prefer Write tool instead of cat heredoc or echo redirection | 2.1.53 |
| 系统提示词:工具使用(委托探索) | Use Task tool for broader codebase exploration and deep research | 2.1.63 |
| 系统提示词:工具使用(直接搜索) | Use Glob/Grep directly for simple, directed searches | 2.1.53 |
| 系统提示词:工具使用(编辑文件) | Prefer Edit tool instead of sed/awk | 2.1.53 |
| 系统提示词:工具使用(读取文件) | Prefer Read tool instead of cat/head/tail/sed | 2.1.53 |
| 系统提示词:工具使用(Bash 保留使用) | Reserve Bash tool exclusively for system commands and terminal operations | 2.1.53 |
| 系统提示词:工具使用(搜索内容) | Prefer Grep tool instead of grep or rg | 2.1.53 |
| 系统提示词:工具使用(搜索文件) | Prefer Glob tool instead of find or ls | 2.1.53 |
| 系统提示词:工具使用(技能调用) | Slash commands invoke user-invocable skills via Skill tool | 2.1.53 |
| 系统提示词:工具使用(子 Agent 指导) | Guidance on when and how to use subagents effectively | 2.1.53 |
| 系统提示词:工具使用(任务管理) | Use TodoWrite to break down and track work progress | 2.1.53 |
| 系统提醒:TodoWrite 提醒 | Reminder to use TodoWrite tool for task tracking | 2.1.18 |
| 工具描述:AskUserQuestion 向用户提问 | Tool description for asking user questions. | 2.1.47 |
| 工具描述:Bash(替代方案 — 通信输出) | Bash tool alternative: output text directly instead of echo/printf | 2.1.53 |
| 工具描述:Bash(替代方案 — 内容搜索) | Bash tool alternative: use Grep for content search instead of grep/rg | 2.1.53 |
| 工具描述:Bash(替代方案 — 编辑文件) | Bash tool alternative: use Edit for file editing instead of sed/awk | 2.1.53 |
| 工具描述:Bash(替代方案 — 文件搜索) | Bash tool alternative: use Glob for file search instead of find/ls | 2.1.53 |
| 工具描述:Bash(替代方案 — 读取文件) | Bash tool alternative: use Read for file reading instead of cat/head/tail | 2.1.53 |
| 工具描述:Bash(替代方案 — 写入文件) | Bash tool alternative: use Write for file writing instead of echo/cat | 2.1.53 |
| 工具描述:Bash(内置工具说明) | Note that built-in tools provide better UX than Bash equivalents | 2.1.53 |
| 工具描述:Bash(命令描述) | Bash tool instruction: write clear command descriptions | 2.1.53 |
| 工具描述:Bash(维持工作目录) | Bash tool instruction: use absolute paths and avoid cd | 2.1.53 |
| 工具描述:Bash(禁止换行分隔命令) | Bash tool instruction: do not use newlines to separate commands | 2.1.53 |
| 工具描述:Bash(概述) | Opening line of the Bash tool description | 2.1.53 |
| 工具描述:Bash(并行命令) | Bash tool instruction: run independent commands as parallel tool calls | 2.1.53 |
| 工具描述:Bash(优先使用专用工具) | Warning to prefer dedicated tools over Bash for find, grep, cat, etc. | 2.1.53 |
| 工具描述:Bash(引号包裹文件路径) | Bash tool instruction: quote file paths containing spaces | 2.1.53 |
| 工具描述:Bash(分号使用) | Bash tool instruction: use semicolons when sequential order matters but failure does not | 2.1.53 |
| 工具描述:Bash(顺序执行命令) | Bash tool instruction: chain dependent commands with && | 2.1.53 |
| 工具描述:Bash(sleep — 保持短暂) | Bash tool instruction: keep sleep duration to 1-5 seconds | 2.1.53 |
| 工具描述:Bash(sleep — 不用重试循环) | Bash tool instruction: diagnose failures instead of retrying in sleep loops | 2.1.53 |
| 工具描述:Bash(sleep — 立即执行) | Bash tool instruction: do not sleep between commands that can run immediately | 2.1.53 |
| 工具描述:Bash(sleep — 使用检查命令) | Bash tool instruction: use check commands rather than sleeping when polling | 2.1.53 |
| 工具描述:Bash(sleep — 使用 run_in_background) | Bash tool instruction: use run_in_background for long-running commands | 2.1.53 |
| 工具描述:Bash(超时) | Bash tool instruction: optional timeout configuration | 2.1.53 |
| 工具描述:Bash(验证父目录) | Bash tool instruction: verify parent directory before creating files | 2.1.53 |
| 工具描述:Bash(工作目录) | Bash tool note about working directory persistence and shell state | 2.1.53 |
| 工具描述:Computer 电脑操作 | Main description for the Chrome browser computer automation tool | 2.0.71 |
| 工具描述:Edit 编辑文件 | Tool for performing exact string replacements in files | 2.1.20 |
| 工具描述:Glob 文件模式匹配 | Tool description for file pattern matching and searching by name | 2.0.14 |
| 工具描述:Grep 内容搜索 | Tool description for content search using ripgrep | 2.0.14 |
| 工具描述:LSP 语言服务协议 | Description for the LSP tool. | 2.0.73 |
| 工具描述:NotebookEdit 笔记本编辑 | Tool description for editing Jupyter notebook cells | 2.0.14 |
| 工具描述:ReadFile 读取文件 | Tool description for reading files | 2.1.50 |
| 工具描述:Skill 技能调用 | Tool description for executing skills in the main conversation | 2.1.23 |
| 工具描述:Sleep 等待 | Tool for waiting/sleeping with early wake capability on user input | 2.1.38 |
| 工具描述:TodoWrite 待办写入 | Tool description for creating and managing task lists | 2.1.63 |
| 工具描述:ToolSearch 工具搜索 | Tool description for loading and searching deferred tools before use | 2.1.31 |
| 工具描述:ToolSearch 工具搜索(扩展) | Extended usage instructions for ToolSearch including query modes and examples | 2.1.31 |
| 工具描述:WebFetch 网页获取 | Tool description for web fetch functionality | 2.1.14 |
| 工具描述:WebSearch 网页搜索 | Tool description for web search functionality | 2.1.42 |
| 工具描述:Write 写入文件 | Tool for writing files to the local filesystem | 2.1.53 |
| 工具参数:Computer action 操作类型 | Action parameter options for the Chrome browser computer tool | 2.0.71 |