Install
openclaw skills install clawketGenerate QR codes for Clawket mobile app to pair with the local OpenClaw Gateway. Use when user mentions: Clawket pairing, login Clawket, QR code, mobile app...
openclaw skills install clawketGenerate a QR code that the Clawket mobile app can scan to auto-configure Gateway connection (URL + auth token).
Run the script:
bash SKILL_DIR/scripts/gateway-qr.sh
The script will:
~/.openclaw/openclaw.json for the auth token~/.openclaw/media/clawket-qr.pngSend the PNG to the user via the message tool (filePath: ~/.openclaw/media/clawket-qr.png).
The QR code contains a JSON object:
{
"host": "192.168.1.100",
"port": 18789,
"token": "...",
"tls": false
}
The Clawket app scans this and auto-fills Gateway URL + auth token, then connects.
qrencode is not installed: brew install qrencode (macOS) / sudo apt install qrencode (Linux) / choco install qrencode (Windows)127.0.0.1openclaw config get which redacts it)