/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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawket - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 429 次。
如何安装 Clawket?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawket」即可一键安装,无需额外配置。
Clawket 是免费的吗?
是的,Clawket 完全免费(开源免费),可自由下载、安装和使用。
Clawket 支持哪些平台?
Clawket 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawket?
由 Cavano(@p697)开发并维护,当前版本 v1.0.1。