# 第五章 Computer Use 计算机操控

Computer Use 是 Claude 最具突破性的能力，让 AI 能够像人类一样操作计算机界面。

***

## 革命性意义

传统 AI 只能处理文本和数据。Computer Use 让 Claude 能够：

* 直接操作桌面应用程序
* 填写表单、点击按钮
* 在没有 API 的系统中工作
* 执行端到端的自动化任务

***

## 本章学习目标

* [ ] 理解 Computer Use 的工作原理
* [ ] 搭建安全的运行环境
* [ ] 构建桌面自动化 Agent
* [ ] 了解局限性和最佳实践

***

## 章节导航

| 章节                                                                                   | 主题                |
| ------------------------------------------------------------------------------------ | ----------------- |
| [5.1](/claude_guide/di-er-bu-fen-gong-ju-pian/05_computer_use/5.1_overview.md)       | Computer Use 能力概述 |
| [5.2](/claude_guide/di-er-bu-fen-gong-ju-pian/05_computer_use/5.2_loop.md)           | 工作原理：截图、识别、行动     |
| [5.3](/claude_guide/di-er-bu-fen-gong-ju-pian/05_computer_use/5.3_env.md)            | 环境配置与安全沙箱         |
| [5.4](/claude_guide/di-er-bu-fen-gong-ju-pian/05_computer_use/5.4_practical.md)      | 实战：构建桌面自动化 Agent  |
| [5.5](/claude_guide/di-er-bu-fen-gong-ju-pian/05_computer_use/5.5_best_practices.md) | 局限性与最佳实践          |

***

> ⚠️ **安全警告**：Computer Use 仍处于公测阶段，务必在沙箱环境中运行，不要让 Claude 访问敏感账户或数据。


---

# 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://yeasy.gitbook.io/claude_guide/di-er-bu-fen-gong-ju-pian/05_computer_use.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.
