# 7.8 Cowork：面向全员的 Agent 工具

Claude Code 面向开发者，而 **Cowork** 则将 Agent 能力扩展到所有知识工作者。Cowork 于 2026 年 1 月以研究预览形式推出，并已于 **2026-04-09 正式 GA**（在 macOS 和 Windows 的 Claude Desktop 上对所有付费计划开放）；用户无需编写代码即可让 Claude 操作本地文件、执行多步任务、连接外部工具。

## 7.8.1 Cowork vs. Claude Code

| 维度       | Claude Code  | Cowork      |
| -------- | ------------ | ----------- |
| **目标用户** | 开发者          | 所有知识工作者     |
| **界面**   | 终端 CLI / IDE | 桌面应用 GUI    |
| **编程要求** | 需要           | 不需要         |
| **文件操作** | 代码仓库为主       | 任意文件夹       |
| **工作流**  | 编码、调试、部署     | 文档、数据、报告、组织 |

两者共享底层 Agent 引擎，Cowork 可以视为 Claude Code 面向非开发者场景的“友好界面”。

## 7.8.2 核心能力

### 智能文件操作

用户授权 Claude 访问指定文件夹后，Claude 可以读取、编辑和创建文件。典型场景包括批量整理和重命名文档、从截图中提取数据生成表格、跨多个文件执行查找替换、将非结构化数据转换为结构化格式等。

### Skills 集成

Cowork 内置多种 Skills（见第六章），无需配置即可创建 Word 文档、PPT 演示文稿、PDF 报告等专业产出。用户也可以安装自定义 Skills 扩展能力。

### Connectors（外部工具连接）

通过 MCP 连接器，Cowork 可以安全地与外部系统交互：Slack、Google Drive、Salesforce、Jira 等。连接器由用户显式授权，Claude 不会未经允许访问外部服务。

### 全局与文件夹指令

* **全局指令**：设定跨所有会话的偏好（语气风格、输出格式、角色背景）
* **文件夹指令**：针对特定项目文件夹的上下文提示，进入该文件夹时自动生效

## 7.8.3 与 Claude in Chrome 联动

Cowork 可以与浏览器扩展 Claude in Chrome 配合使用：在网页上收集的信息可以无缝流入 Cowork 的工作流，实现“浏览器采集 → 桌面处理 → 文件输出”的完整链路。

## 7.8.4 企业版特性（2026 年 4 月）

企业版 Cowork 增加了角色与权限管理（管理员控制可用的 Skills 和 Connectors）、团队级成本控制、数据治理与 DLP（防止敏感数据通过 Agent 外泄）、审计日志（所有操作可追溯）以及 SCIM 集成（与企业身份系统对接）等功能。

## 7.8.5 适用场景

| 角色 | 场景示例                |
| -- | ------------------- |
| 营销 | 批量生成社交媒体文案、整理竞品分析报告 |
| 法律 | 合同条款比对、文档格式标准化      |
| HR | 简历筛选、培训材料制作         |
| 财务 | 费用报告自动生成、发票数据提取     |
| 研究 | 文献整理、数据可视化、报告撰写     |

> 📖 Claude Cowork 已于 2026-04-09 在 Claude Desktop 的 macOS 和 Windows 上正式可用；计划与企业权限以当前 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-san-bu-fen-jin-jie-pian/07_coding/7.8_cowork.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.
