@lonelyfear/xclaw
v0.3.9
Published
PocketClaw relay pairing tool for OpenClaw gateways.
Downloads
3,003
Maintainers
Readme
xclaw
PocketClaw relay pairing tool for OpenClaw gateways.
Install
npm install -g xclawUsage
Pair your OpenClaw gateway with PocketClaw App
xclaw pairThis connects your local OpenClaw gateway to the PocketClaw relay server and displays a pairing code (XXXX-XXXX format). Enter this code in the PocketClaw mobile app to complete setup.
Run environment diagnostics
xclaw doctorOptions
xclaw pair [options]
--openclaw <url> Local OpenClaw gateway URL (default: http://127.0.0.1:18789)
--relay <url> Relay server WebSocket URL
--skip-preflight Skip OpenClaw CLI check
--json-errors Output errors as JSON to stderrRequirements
- Node.js >= 18
- OpenClaw installed (
npm install -g openclaw)
