OpenClaw 快速参考卡片

🚀 安装

# macOS/Linux
curl -fsSL https://openclaw.ai/install.sh | bash

# Windows
iwr -useb https://openclaw.ai/install.ps1 | iex

🔧 基本命令

# 启动引导向导
openclaw onboard --install-daemon

# 检查状态
openclaw status

# 打开仪表板
openclaw dashboard

# 查看日志
openclaw logs --follow

# 重启 Gateway
openclaw gateway restart

⚙️ 最小配置

{
  "agents": {
    "defaults": { "workspace": "~/.openclaw/workspace" }
  },
  "channels": {
    "whatsapp": { "allowFrom": ["+15555550123"] }
  }
}

🔐 安全命令

# 运行安全审计
openclaw security audit

# 列出待处理配对
openclaw pairing list whatsapp

# 批准配对
openclaw pairing approve whatsapp CODE

📱 支持的频道

  • WhatsApp (Baileys)
  • Telegram (Bot API)
  • Discord (Bot API)
  • Slack (Socket Mode)
  • iMessage (BlueBubbles/macOS)
  • Signal
  • 更多…

🧠 支持的模型

  • Anthropic (Claude)
  • OpenAI (GPT/Codex)
  • OpenRouter
  • MiniMax
  • Venice AI
  • 本地模型

📞 获取帮助

作者:十一张  创建时间:2026-03-08 22:37
最后编辑:十一张  更新时间:2026-03-28 11:54