Install
openclaw skills install openclaw-clawhome-cli将 OpenClaw 连接到 Clawhome 聊天平台,实现 AI 自动回复。
openclaw skills install openclaw-clawhome-cli将 OpenClaw 连接到 Clawhome 平台,实现双向消息收发。
npx -y openclaw-clawhome-cli@latest install
告知 Clawhome 连接信息
openclaw config set channels.clawhome.channelId "你的频道ID"
openclaw config set channels.clawhome.channelSecret "你的频道密钥"
openclaw gateway restart
channel/${CHANNEL_ID}/user/eventchannel/${CHANNEL_ID}/agent/action{
"type": "ping",
"role": "agent",
"timestamp": 1774245227871
}
{
"type": "message",
"role": "agent",
"timestamp": 1774245227871,
"content": "你好,我是 Clawhome 机器人"
}
| 配置项 | 说明 | 默认值 |
|---|---|---|
| mqttUrl | MQTT Broker 地址 | wss://www.clawhome.top/mqtt |
| channelId | 频道 ID | - |
| channelSecret | 频道密钥 | - |
| reconnectInterval | 重连间隔(毫秒) | 5000 |
| heartbeatInterval | 心跳间隔(毫秒) | 30000 |