> ## Documentation Index
> Fetch the complete documentation index at: https://clawdbot.openclaw-doc-zh.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 文档导航（Docs Hubs）

# 文档导航（Docs hubs）

使用这些导航页来发现所有页面，包括左侧导航未包含的深度解析与参考文档。

## 从这里开始（Start here）

* [首页（Index）](/docs/)
* [入门（Getting Started）](/docs/start/getting-started)
* [引导（Onboarding）](/docs/start/onboarding)
* [向导（Wizard）](/docs/start/wizard)
* [设置（Setup）](/docs/start/setup)
* [Dashboard（本地网关）](http://127.0.0.1:18789/)
* [帮助（Help）](/docs/help)
* [配置（Configuration）](/docs/gateway/configuration)
* [配置示例（Configuration examples）](/docs/gateway/configuration-examples)
* [个人助手（OpenClaw assistant）](/docs/start/openclaw)
* [案例展示（Showcase）](/docs/start/showcase)
* [Lore](/docs/start/lore)

## 安装与更新（Installation + updates）

* [Docker](/docs/install/docker)
* [Nix](/docs/install/nix)
* [更新 / 回滚（Updating / rollback）](/docs/install/updating)
* [Bun 工作流（实验性 / Bun workflow）](/docs/install/bun)

## 核心概念（Core concepts）

* [架构（Architecture）](/docs/concepts/architecture)
* [网络导航（Network hub）](/docs/network)
* [代理运行时（Agent runtime）](/docs/concepts/agent)
* [代理工作区（Agent workspace）](/docs/concepts/agent-workspace)
* [记忆（Memory）](/docs/concepts/memory)
* [代理循环（Agent loop）](/docs/concepts/agent-loop)
* [流式与分块（Streaming + chunking）](/docs/concepts/streaming)
* [多代理路由（Multi-agent routing）](/docs/concepts/multi-agent)
* [压缩（Compaction）](/docs/concepts/compaction)
* [会话（Sessions）](/docs/concepts/session)
* [会话（别名 / Sessions alias）](/docs/concepts/sessions)
* [会话修剪（Session pruning）](/docs/concepts/session-pruning)
* [会话工具（Session tools）](/docs/concepts/session-tool)
* [队列（Queue）](/docs/concepts/queue)
* [斜杠命令（Slash commands）](/docs/tools/slash-commands)
* [RPC 适配器（RPC adapters）](/docs/reference/rpc)
* [TypeBox schema](/docs/concepts/typebox)
* [时区处理（Timezone handling）](/docs/concepts/timezone)
* [在线状态（Presence）](/docs/concepts/presence)
* [发现与传输（Discovery + transports）](/docs/gateway/discovery)
* [Bonjour](/docs/gateway/bonjour)
* [渠道路由（Channel routing）](/docs/concepts/channel-routing)
* [群组（Groups）](/docs/concepts/groups)
* [群组消息（Group messages）](/docs/concepts/group-messages)
* [模型故障转移（Model failover）](/docs/concepts/model-failover)
* [OAuth](/docs/concepts/oauth)

## 提供方与入口（Providers + ingress）

* [聊天渠道导航（Chat channels hub）](/docs/channels)
* [模型提供方导航（Model providers hub）](/docs/providers/models)
* [WhatsApp](/docs/channels/whatsapp)
* [Telegram](/docs/channels/telegram)
* [Telegram（grammY 说明）](/docs/channels/grammy)
* [Slack](/docs/channels/slack)
* [Discord](/docs/channels/discord)
* [Mattermost](/docs/channels/mattermost)（插件）
* [Signal](/docs/channels/signal)
* [iMessage](/docs/channels/imessage)
* [位置解析（Location parsing）](/docs/channels/location)
* [WebChat](/docs/web/webchat)
* [Webhooks](/docs/automation/webhook)
* [Gmail Pub/Sub](/docs/automation/gmail-pubsub)

## 网关与运维（Gateway + operations）

* [网关运行手册（Gateway runbook）](/docs/gateway)
* [网关配对（Gateway pairing）](/docs/gateway/pairing)
* [网关锁（Gateway lock）](/docs/gateway/gateway-lock)
* [后台进程（Background process）](/docs/gateway/background-process)
* [健康检查（Health）](/docs/gateway/health)
* [心跳（Heartbeat）](/docs/gateway/heartbeat)
* [Doctor](/docs/gateway/doctor)
* [日志（Logging）](/docs/gateway/logging)
* [沙箱（Sandboxing）](/docs/gateway/sandboxing)
* [Dashboard](/docs/web/dashboard)
* [Control UI](/docs/web/control-ui)
* [远程访问（Remote access）](/docs/gateway/remote)
* [远程网关 README（Remote gateway README）](/docs/gateway/remote-gateway-readme)
* [Tailscale](/docs/gateway/tailscale)
* [安全（Security）](/docs/gateway/security)
* [故障排查（Troubleshooting）](/docs/gateway/troubleshooting)

## 工具与自动化（Tools + automation）

* [工具入口（Tools surface）](/docs/tools)
* [OpenProse](/docs/prose)
* [CLI 参考（CLI reference）](/docs/cli)
* [Exec 工具（Exec tool）](/docs/tools/exec)
* [提升模式（Elevated mode）](/docs/tools/elevated)
* [Cron 任务（Cron jobs）](/docs/automation/cron-jobs)
* [Cron vs 心跳（Cron vs Heartbeat）](/docs/automation/cron-vs-heartbeat)
* [思考与详细模式（Thinking + verbose）](/docs/tools/thinking)
* [模型（Models）](/docs/concepts/models)
* [子代理（Sub-agents）](/docs/tools/subagents)
* [Agent send CLI](/docs/tools/agent-send)
* [终端 UI（Terminal UI）](/docs/tui)
* [浏览器控制（Browser control）](/docs/tools/browser)
* [浏览器（Linux 排障 / Browser Linux troubleshooting）](/docs/tools/browser-linux-troubleshooting)
* [轮询（Polls）](/docs/automation/poll)

## 节点、媒体与语音（Nodes, media, voice）

* [节点概览（Nodes overview）](/docs/nodes)
* [摄像头（Camera）](/docs/nodes/camera)
* [图像（Images）](/docs/nodes/images)
* [音频（Audio）](/docs/nodes/audio)
* [位置命令（Location command）](/docs/nodes/location-command)
* [语音唤醒（Voice wake）](/docs/nodes/voicewake)
* [对话模式（Talk mode）](/docs/nodes/talk)

## 平台（Platforms）

* [平台概览（Platforms overview）](/docs/platforms)
* [macOS](/docs/platforms/macos)
* [iOS](/docs/platforms/ios)
* [Android](/docs/platforms/android)
* [Windows（WSL2）](/docs/platforms/windows)
* [Linux](/docs/platforms/linux)
* [Web 界面（Web surfaces）](/docs/web)

## macOS 伴随应用（高级 / macOS companion app）

* [macOS 开发设置（dev setup）](/docs/platforms/mac/dev-setup)
* [macOS 菜单栏（menu bar）](/docs/platforms/mac/menu-bar)
* [macOS 语音唤醒（voice wake）](/docs/platforms/mac/voicewake)
* [macOS 语音浮层（voice overlay）](/docs/platforms/mac/voice-overlay)
* [macOS WebChat](/docs/platforms/mac/webchat)
* [macOS Canvas](/docs/platforms/mac/canvas)
* [macOS 子进程（child process）](/docs/platforms/mac/child-process)
* [macOS 健康（health）](/docs/platforms/mac/health)
* [macOS 图标（icon）](/docs/platforms/mac/icon)
* [macOS 日志（logging）](/docs/platforms/mac/logging)
* [macOS 权限（permissions）](/docs/platforms/mac/permissions)
* [macOS 远程（remote）](/docs/platforms/mac/remote)
* [macOS 签名（signing）](/docs/platforms/mac/signing)
* [macOS 发布（release）](/docs/platforms/mac/release)
* [macOS 网关（launchd）](/docs/platforms/mac/bundled-gateway)
* [macOS XPC](/docs/platforms/mac/xpc)
* [macOS 技能（skills）](/docs/platforms/mac/skills)
* [macOS Peekaboo](/docs/platforms/mac/peekaboo)

## 工作区与模板（Workspace + templates）

* [技能（Skills）](/docs/tools/skills)
* [ClawHub](/docs/tools/clawhub)
* [技能配置（Skills config）](/docs/tools/skills-config)
* [默认 AGENTS（Default AGENTS）](/docs/reference/AGENTS.default)
* [模板：AGENTS（Templates: AGENTS）](/docs/reference/templates/AGENTS)
* [模板：BOOTSTRAP（Templates: BOOTSTRAP）](/docs/reference/templates/BOOTSTRAP)
* [模板：HEARTBEAT（Templates: HEARTBEAT）](/docs/reference/templates/HEARTBEAT)
* [模板：IDENTITY（Templates: IDENTITY）](/docs/reference/templates/IDENTITY)
* [模板：SOUL（Templates: SOUL）](/docs/reference/templates/SOUL)
* [模板：TOOLS（Templates: TOOLS）](/docs/reference/templates/TOOLS)
* [模板：USER（Templates: USER）](/docs/reference/templates/USER)

## 实验（Exploratory / Experiments）

* [引导配置协议（Onboarding config protocol）](/docs/experiments/onboarding-config-protocol)
* [Cron 加固笔记（Cron hardening notes）](/docs/experiments/plans/cron-add-hardening)
* [群组策略加固笔记（Group policy hardening notes）](/docs/experiments/plans/group-policy-hardening)
* [研究：记忆（Research: memory）](/docs/experiments/research/memory)
* [模型配置探索（Model config exploration）](/docs/experiments/proposals/model-config)

## 测试与发布（Testing + release）

* [测试（Testing）](/docs/reference/test)
* [发布清单（Release checklist）](/docs/reference/RELEASING)
* [设备型号（Device models）](/docs/reference/device-models)
