# 第一章 认识 OpenClaw

欢迎来到 OpenClaw 的世界。如果你曾经使用过 ChatGPT 或 Claude，你可能会惊叹于大语言模型的聪明才智；但当你试图让它们帮你“真正把活干完”（比如自动查收邮件、整理数据并发送到飞书群）时，很容易发现缺了一个能把 AI 与真实软件连接起来的系统框架。

[**OpenClaw**](https://openclaw.ai/) **就是这样一个能够将大语言模型与真实世界连接起来，让 AI 替你自动、安全地完成复杂任务的智能体项目。**

本章以应用为先，先让你直观地感受 OpenClaw 能做什么、适合谁用、和已有工具有什么区别，最后用一张图和一张表建立核心概念的认知。技术细节留到后面再展开。

## 本章内容导读

* [**1.1 OpenClaw 是什么**](/openclaw_guide/di-yi-bu-fen-ji-chu-ru-men/01_overview/1.1_what_is_openclaw.md) 用“智能实习生”的比喻说清楚 OpenClaw 是什么、它解决了哪三个让人头疼的问题，以及它最适合什么场景。
* [**1.2 竞品对比与选型建议**](/openclaw_guide/di-yi-bu-fen-ji-chu-ru-men/01_overview/1.2_scenarios_comparison.md) 一张表对比 OpenClaw vs ChatGPT / Cursor / Zapier / Dify 的核心差异，以及 Token 成本的清醒认识。
* [**1.3 核心概念速览**](/openclaw_guide/di-yi-bu-fen-ji-chu-ru-men/01_overview/1.3_concepts.md) 一张图 + 一张表介绍 Gateway、Agent、Tool、Session、Node 五个核心概念，以及一条消息从进来到出去的极简旅程。
* [**1.4 典型应用场景**](/openclaw_guide/di-yi-bu-fen-ji-chu-ru-men/01_overview/1.4_use_cases.md) 先总览适合与不适合的场景，再用四个真实故事感受个人 ChatOps、家庭自动化、知识系统、安全实验的具体玩法。
* [**1.5 本章小结**](/openclaw_guide/di-yi-bu-fen-ji-chu-ru-men/01_overview/summary.md) 要点回顾和自检题，确认你已经准备好进入下一章的实战安装。

## 学习目标

完成本章的阅读后，你将能够：

1. **说清楚 OpenClaw 是什么**：能向别人解释它解决了什么问题，适合什么场景。
2. **做出选型判断**：知道在什么情况下该用 OpenClaw，什么时候用 ChatGPT 或 Zapier 更合适。
3. **认识五个核心概念**：理解 Gateway、Node、Agent、Tool、Session 的含义，为后续章节扫清沟通障碍。

***

准备好的话，让我们正式 [**开始**](/openclaw_guide/di-yi-bu-fen-ji-chu-ru-men/01_overview/1.1_what_is_openclaw.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://yeasy.gitbook.io/openclaw_guide/di-yi-bu-fen-ji-chu-ru-men/01_overview.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.
