Files
tech/工程/OpenClaw.md
T
arno feaf9d36b4 docs: 添加工程目录及技术文档
- 添加本体论、ClaudeCode、Crablet、SpecKit 等技术文档
- 添加 AgentSkills、OpenClaw、Pencil、VSCode 等工具文档
- 添加 allenai 研究文档和 README 说明
2026-04-09 09:29:21 +08:00

2.5 KiB
Raw Blame History

OpenClaw

信息

  • Moltbot Channels
  • wecom.ai.szis.com.cn
  • glm api-key(moltbot ): 65a739c69f8549538f52b6878d2518cd.Rr979rpfuchGF1EL
  • moltbot api-key: 35f9edf4b0e898b43ebf72be9280546746460954290ea5ac█
  • Gateway password: Arno2026!1522
  • OpenClaw 的独特之处

部署

CONFIG_PATH=/workspace/arno/moltbot/.member/moltbot.json

npm install -g moltbot@2026.1.27-beta.1

# 查看版本:
moltbot --version

# 初始化配置信息
moltbot onboard --install-daemon

# 1. 安装插件
moltbot plugins install @william.qian/simple-wecom

# 2. 启用插件
moltbot plugins enable simple-wecom

# 3. 配置企业微信(必需)
moltbot config set channels.simple-wecom.corpid "ww1234567890abcdef"
moltbot config set channels.simple-wecom.corpsecret "your-corp-secret"
moltbot config set channels.simple-wecom.token "your-token"
moltbot config set channels.simple-wecom.encodingAESKey "your-aes-key"
moltbot config set channels.simple-wecom.enabled true

# 4. 配置 Gateway
moltbot config set gateway.mode "local"
moltbot config set gateway.bind "0.0.0.0"
moltbot config set gateway.port 18789

# 5. 重启 Gateway
moltbot gateway status
moltbot gateway restart

# 6. 验证
moltbot channels status
  "wecom": {
      "enabled": true,
      "webhookPath": "/wecom",
      "token": "填入创建企业微信机器人的页面,生成的Token",
      "encodingAESKey": "填入创建企业微信机器人的页面,生成的encodingAESKey",
      "receiveId": "",
      "dm": { "policy": "pairing" }
    }