> For the complete documentation index, see [llms.txt](https://tinyhumans.gitbook.io/openhuman/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools.md).

# 可用工具

OpenHuman 的智能体不是空手而来。安装后，智能体背后的每个模型都会立即获得一套精选工具——无需插件市场，无需配置 API 密钥，无需注册 MCP 服务器。整套工具都已包含在内。

本页是索引。每个子页面涵盖一类工具。

## 为什么要原生内置它们

仅靠插件的模式意味着工具运行在不同进程中，通过 RPC 访问，并且各自有自己的认证和打包方式。这对于开放式扩展性没问题，但对于 **核心** 每个智能体都需要的工具（读取文件、搜索网页、编辑代码、设置提醒、加入会议），以内置进程方式提供意味着：

* 一致的错误处理。
* 零安装摩擦。
* 所有输出都会经过 [智能 Token 压缩](/openhuman/zh/gong-neng/token-compression.md) 免费地。
* 可预测的安全边界——文件系统工具遵循工作区范围，网络工具默认使用受托管的 OpenHuman 代理，除非你选择自托管路径，例如 SearXNG。

## 工具包

| 家族                                                                       | 涵盖内容                                                                             |
| ------------------------------------------------------------------------ | -------------------------------------------------------------------------------- |
| [网页搜索](/openhuman/zh/gong-neng/native-tools/web-search.md)               | 通过托管代理（由 Exa 提供支持）、后端代理的 Parallel、你自己的 Exa/Brave/Querit 密钥，或自托管的 SearXNG 搜索实时网页。 |
| [网页抓取器](/openhuman/zh/gong-neng/native-tools/web-scraper.md)             | 从任意 URL 中提取干净文本——文章、文档、README。                                                   |
| [Coder](/openhuman/zh/gong-neng/native-tools/coder.md)                   | 读取/写入/编辑/补丁文件，glob，grep，git，lint，测试。                                             |
| [浏览器与电脑控制](/openhuman/zh/gong-neng/native-tools/browser-and-computer.md) | 打开 URL，检查 DOM 快照，点击、输入、移动鼠标。                                                     |
| [Cron 与调度](/openhuman/zh/gong-neng/native-tools/cron.md)                 | 循环任务、一次性提醒、计划中的智能体运行。                                                            |
| [语音](/openhuman/zh/gong-neng/native-tools/voice.md)                      | 语音转文字输入，文字转语音输出，实时 Google Meet 智能体。                                              |
| [记忆工具](/openhuman/zh/gong-neng/native-tools/memory-tools.md)             | 回忆、存储、忘记并搜索 [记忆树](/openhuman/zh/gong-neng/obsidian-wiki/memory-tree.md).         |
| [第三方集成](/openhuman/zh/gong-neng/integrations.md)                         | 智能体对……的视图 [118+ 个已连接服务](/openhuman/zh/gong-neng/integrations.md).                |
| [智能体协作](/openhuman/zh/gong-neng/native-tools/agent-coordination.md)      | 创建子智能体，委派给技能，规划，询问用户。                                                            |
| [系统与实用工具](/openhuman/zh/gong-neng/native-tools/system-and-utilities.md)  | Shell、node、SQL、当前时间、推送通知、LSP。                                                    |

## 另请参阅

* [智能 Token 压缩](/openhuman/zh/gong-neng/token-compression.md) ——这使工具输出成本保持可控。
* [第三方集成](/openhuman/zh/gong-neng/integrations.md) ——面向用户的介绍以及 118+ 目录的 OAuth 流程。
* [隐私与安全](/openhuman/zh/gong-neng/privacy-and-security.md) ——每个工具运行其中的边界。
