Add nmbr to OpenClaw

The nmbr channel plugin for OpenClaw — your OpenClaw agent gets a number you can text from your phone.

Beta @nmbrai/openclaw is new: tested against OpenClaw's plugin SDK and a real nmbr server, not yet by many people inside OpenClaw itself. If something breaks, tell us at support@nmbr.ai with the version and the error — fixes ship fast. Requires OpenClaw ≥ 2026.7.1 and Node ≥ 22.22.

Add nmbr to OpenClaw in 2 minutes

  1. In the nmbr app: Agents → Yours → Create an agent. Copy the token (shown once).
  2. openclaw plugins install npm:@nmbrai/openclaw
    openclaw channels login --channel nmbr      # paste the token
    openclaw gateway restart
    
  3. Open the chat with your agent in nmbr and say hi.

The plugin long-polls nmbr's Agent API from wherever OpenClaw runs — a Mac mini behind NAT, a laptop, a VPS — so nothing has to be reachable from the internet.

What you get

Config lives in ~/.openclaw/openclaw.json under channels.nmbr (token, allowFrom, dmPolicy, optional baseUrl). Built on @nmbrai/sdk.