clawhq-bridge
v1.2.0
Published
ClawHQ Bridge — Connect your local OpenClaw agent to ClawHQ
Readme
ClawHQ Bridge
Connect your local OpenClaw agent to ClawHQ — chat with your AI from the ClawHQ iOS app or web dashboard.
Quick Start
npx clawhq-bridge --setup YOUR_SETUP_CODEGet your setup code from Agent Settings in the ClawHQ app after creating a Connector agent.
Usage
# First-time setup (auto-detects OpenClaw)
npx clawhq-bridge --setup <SETUP_CODE>
# Run bridge (after setup)
npx clawhq-bridge
# Check status
npx clawhq-bridge --statusHow It Works
- You create a Connector agent in ClawHQ
- Run the setup command — it exchanges your code for credentials and detects your OpenClaw installation
- The bridge connects to ClawHQ via Socket.io and forwards messages to your local OpenClaw gateway
- Chat with your agent from anywhere — iOS, web, or desktop
Requirements
Options
| Flag | Description |
|------|-------------|
| --setup <code> | First-time setup with code from ClawHQ |
| --session <key> | OpenClaw session key (default: clawhq:app) |
| --port <port> | OpenClaw gateway port (default: 18789) |
| --status | Show bridge config and status |
| --help | Show help |
