/install clawket
Clawket Gateway QR Code
Generate a QR code that the Clawket mobile app can scan to auto-configure Gateway connection (URL + auth token).
Generate QR Code
Run the script:
bash SKILL_DIR/scripts/gateway-qr.sh
The script will:
- Read
~/.openclaw/openclaw.jsonfor the auth token - Detect the local LAN IP address
- Generate a QR code as a PNG image at
~/.openclaw/media/clawket-qr.png - Also print an ASCII QR code to the terminal
Send the PNG to the user via the message tool (filePath: ~/.openclaw/media/clawket-qr.png).
QR Payload Format
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.
Troubleshooting
- If
qrencodeis not installed:brew install qrencode(macOS) /sudo apt install qrencode(Linux) /choco install qrencode(Windows) - If the LAN IP detection fails, the script falls back to
127.0.0.1 - The token is read directly from the JSON config file (not via
openclaw config getwhich redacts it)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawket - After installation, invoke the skill by name or use
/clawket - Provide required inputs per the skill's parameter spec and get structured output
What is Clawket?
Generate 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 429 downloads so far.
How do I install Clawket?
Run "/install clawket" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawket free?
Yes, Clawket is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawket support?
Clawket is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawket?
It is built and maintained by Cavano (@p697); the current version is v1.0.1.