双击即可完成安装,无需任何命令行操作!
openclaw_installer/
├── OpenClaw-Setup.bat # ← Windows 双击运行
├── install-mac.sh # ← macOS 双击运行
├── install-windows.ps1 # Windows 安装脚本
├── setup-guided.sh # 配置向导
├── CHANNELS.md # 渠道配置详细指南
└── README.md # 本文件
双击 OpenClaw-Setup.bat
双击 install-mac.sh
(如果提示"无法运行",右键 → "打开" → 确认运行)
安装程序会自动完成:
- ✅ 自动检测并安装 Node.js 22(如未安装)
- ✅ 安装 OpenClaw
- ✅ 配置 AI 模型(可选 Anthropic/OpenAI/OpenCode Zen)
- ✅ 安装常用 Skills
- ✅ 运行引导配置
打开浏览器访问: http://127.0.0.1:18789
详细配置指南:CHANNELS.md
快速开始:
- 访问 飞书开放平台 创建应用
- 获取 App ID 和 App Secret
- 配置权限和事件订阅
- 运行:
openclaw channels add→ 选择 Feishu
详细配置指南:CHANNELS.md
- macOS 本地: 使用 BlueBubbles 或 imsg
- 远程: 使用 BlueBubbles 服务器
- 联系 @BotFather 创建机器人
- 获取 Bot Token
- 运行:
openclaw channels add→ 选择 Telegram
运行: openclaw channels login → 扫描 QR 码
- 在 Discord Developer Portal 创建应用
- 获取 Bot Token
- 运行:
openclaw channels add→ 选择 Discord
# 查看状态
openclaw status
# 启动网关
openclaw gateway --port 18789
# 查看日志
openclaw logs --follow
# 添加渠道
openclaw channels add
# 配对审批
openclaw pairing approve <渠道> <配对码>Windows 双击没反应?
- 右键 → "使用 PowerShell 运行"
macOS 无法运行?
- 右键 → "打开" → 确认运行
收不到消息?
- 检查网关状态:
openclaw gateway status - 查看日志:
openclaw logs --follow
- 官方文档: https://docs.openclaw.ai/zh-CN
- Discord: https://discord.gg/clawd
- GitHub: https://github.com/openclaw/openclaw