# 可用工具

OpenHuman 的代理不是空着发布的。安装后，代理背后的每个模型都会立即获得一套精选工具——无需插件市场，无需配置 API 密钥，无需注册 MCP 服务器。整个工具箱都已装在盒子里。

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

## 为什么要原生提供它们

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

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

## 工具箱

| 类别                                                                       | 涵盖内容                                                                      |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------- |
| [网页搜索](/openhuman/zh/gong-neng/native-tools/web-search.md)               | 通过托管代理搜索实时网络，或选择接入自托管的 SearXNG。                                           |
| [网页抓取器](/openhuman/zh/gong-neng/native-tools/web-scraper.md)             | 从任何 URL 中提取干净文本——文章、文档、README。                                            |
| [编码器](/openhuman/zh/gong-neng/native-tools/coder.md)                     | 读取/写入/编辑/修补文件，glob，grep，git，lint，测试。                                      |
| [浏览器与电脑控制](/openhuman/zh/gong-neng/native-tools/browser-and-computer.md) | 打开 URL，截图，点击，输入，移动鼠标。                                                     |
| [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) - 每个工具运行所处的边界。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
