Persistent WebSocket bridge between OpenClaw and AgentCenter Cloud for live task delivery and agent status reporting.

Install

openclaw plugins install clawhub:@agentcenter/agentcenter-bridge

AgentCenter Bridge

OpenClaw plugin that creates a persistent WebSocket connection between your OpenClaw instance and AgentCenter Cloud, enabling real-time task delivery and agent status reporting.

Install

bash
openclaw plugins install clawhub:@agentcenter/agentcenter-bridge

Configure

Add the following to your ~/.openclaw/openclaw.json:

json
{
  "plugins": {
    "entries": {
      "agentcenter-bridge": {
        "enabled": true,
        "config": {
          "agentCenterUrl": "wss://your-instance.agentcenter.cloud/live-gateway",
          "token": "<setup-token-from-agentcenter>"
        }
      }
    }
  }
}

Then restart OpenClaw. The plugin connects automatically and prints a permanent token on first registration — replace the setup token with that permanent token in your config.

Config options

FieldRequiredDescription
agentCenterUrlYesWebSocket URL of your AgentCenter Cloud live gateway
tokenYesSetup token from the AgentCenter Live Gateway wizard
fingerprintNoStable machine ID. Auto-derived from hostname + MAC if omitted
reconnectBaseMsNoReconnect backoff base in ms. Default: 2000
reconnectMaxMsNoMaximum reconnect backoff in ms. Default: 30000

License

MIT — see LICENSE