NexusChat-channel
OpenClaw channel plugin for NexusChat cloud.
This plugin is URL+token only. Legacy cloudUrl/deviceId/deviceSecret is removed.
Install (local path)
openclaw plugins install -l /Users/wangning/Documents/DDM_CHAT/channels/NexusChat-channel
openclaw plugins enable NexusChat-channel
openclaw gateway restart
If your plugins.allow is strict, make sure NexusChat-channel is included.
Recommended switch from old plugin
openclaw plugins disable ddmchat
openclaw plugins enable NexusChat-channel
openclaw gateway restart
Required Parameters
Set in ~/.openclaw/openclaw.json:
{
"channels": {
"NexusChat-channel": {
"enabled": true,
"joinUrl": "https://chat.huishentechnology.com/v1/join/resolve",
"joinToken": "ddm_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"channelId": "nexuschat-channel"
}
}
}
Required fields:
1. joinUrl (must be a valid HTTP/HTTPS join resolve endpoint) 2. joinToken (server-issued token)
Optional Parameters
1. enabled (default true) 2. channelId (default nexuschat-channel) 3. heartbeatMs (default 20000) 4. reconnectInitialMs (default 2000) 5. reconnectMaxMs (default 30000) 6. reconnectFactor (default 1.8) 7. reconnectJitter (default 0.25) 8. maxQueueSize (default 500) 9. idleTimeoutMs (default 120000) 10. connectProbeTimeoutMs (default 2500) 11. wsPingMs (default 25000)
Protocol Notes
1. Inbound from server: message.send 2. Outbound to server: message.recv, message.delta, ack, connection.state










