官方教程中文版
OpenClaw 官方教程中文版
基于 OpenClaw 官方文档重写的中文教程:安装、Gateway、配置、workspace 和后续开发文档。
这里按 OpenClaw 官方文档重写中文教程。事实来自 docs.openclaw.ai、官方配置参考和本地一线实践记录;表达、结构和学习路径面向中文开发者重新组织。
从原理到实战负责解释为什么这样设计;官方教程中文版负责告诉你怎么安装、配置、验证和排障。
目前覆盖
- 入门与安装:系统要求、安装脚本、替代安装路径、验证命令。
- 快速上手 OpenClaw:onboarding、Gateway status、Dashboard、第一条消息。
- 理解配置结构:
~/.openclaw/openclaw.json、schema 校验、热加载、环境变量、include。 - 配置 Agent Workspace:标准文件、记忆边界、私有备份、不能提交的运行时内容。
- 理解 Gateway 架构:长驻进程、WebSocket 控制面、nodes、pairing、远程访问和运行不变量。
- 配置 Gateway:严格 schema、热加载、重启边界、Config RPC、health 和 doctor。
- 配置 Agent:workspace、repoRoot、skills、bootstrap、模型目录、session 和多 Agent 路由。
- 配置 Channel:DM policy、group policy、allowlist、mention gating、多账号和模型覆盖。
- 配置安全与远程访问:个人助手信任模型、security audit、Control UI、Tailscale 和 SSH tunnel。
- 配置自动化:cron、tasks、task flow、standing orders、hooks 和 heartbeat。
下一批专项
- 渠道专项:Telegram、Discord、Slack、Feishu、WhatsApp 等逐渠道接入页。
- CLI reference:gateway、config、cron、tasks、hooks、security 等命令详表。
- 插件与节点:插件系统、nodes、media、canvas、A2UI 的专项教程。
官方来源
- 官方文档索引:https://docs.openclaw.ai/llms.txt
- 安装:https://docs.openclaw.ai/install/index.md
- 快速开始:https://docs.openclaw.ai/start/getting-started.md
- 配置:https://docs.openclaw.ai/gateway/configuration.md
- Gateway 架构:https://docs.openclaw.ai/concepts/architecture
- 安全:https://docs.openclaw.ai/security
- 自动化:https://docs.openclaw.ai/automation