OpenClaw 安装与设置清单:从本地到可回复
安装前检查
- Node.js >= 22
- 模型 API Key 已准备
- 至少一个机器人通道账号已准备
安装步骤
curl -fsSL https://raw.githubusercontent.com/upgiorgio/FastOpenClaw/main/install.sh | bash
openclaw onboard --install-daemon
openclaw status
设置建议
- 主卡(模型):先选稳定可达平台。
- 副卡(备用模型):用于故障降级。
- 首通道:先接 Telegram 或飞书其中一个。
验收标准
openclaw status显示 running。- 机器人可连续回复 3 次。
- 日志中无持续报错。
失败时先做什么
openclaw health
openclaw logs --tail 120
openclaw gateway restart
不要一次改动多个变量,按单变量方式逐步排查。