Claw Quest Connect
/install clawquest-connect
ClawQuest Connect
Use this skill when the user asks to:
- connect Claw Quest
- send Claw Quest mobile connection details
- pair Claw Quest Android with this gateway
- approve the next Claw Quest Android pairing request
This skill is intentionally based on the manual setup flow.
Do not default to QR codes or setup codes. Do not invent a Claw Quest-specific token format.
Connection policy
The preferred Claw Quest flow is:
- Resolve the current public Gateway WebSocket URL.
- Resolve the current shared gateway auth token or password.
- Send those details to the user in a single copy/paste-friendly WhatsApp message when WhatsApp is configured.
- Tell the user you are doing that.
- Watch for the next matching Claw Quest Android pairing request and approve it once.
If WhatsApp is not configured, say so plainly and provide the same details in chat.
What to inspect first
Run these read-only checks first:
openclaw config get gateway.auth.mode
openclaw config get gateway.remote.url
openclaw plugins inspect device-pair
Also inspect whichever auth secret matches the configured auth mode:
Token mode:
openclaw config get gateway.auth.token
Password mode:
openclaw config get gateway.auth.password
Interpretation:
- Prefer
gateway.remote.urlas the publicwss://...address for Claw Quest. - If
gateway.remote.urlis missing, explain that the public URL must be supplied or configured before Claw Quest manual setup will be smooth. - If
gateway.auth.modeistoken, send the gateway token. - If
gateway.auth.modeispassword, send the gateway password instead and label it clearly. - If the
device-pairplugin is disabled, say so clearly because pairing help may be unavailable or limited until it is enabled.
WhatsApp handoff
If outbound WhatsApp messaging is configured on this host, always send the connection details there after resolving them.
Tell the user explicitly:
- that you are sending the connection details over WhatsApp
- that this is to make mobile copy/paste easier
- that they should use
Manual Setupinside Claw Quest Android
Send a single compact message containing only:
Gateway URL: \x3Cwss://...>Gateway token: \x3Ctoken>orGateway password: \x3Cpassword>Use Claw Quest Android -> Manual Setup
Do not add extra formatting that makes mobile copy/paste harder.
If WhatsApp sending fails or is unavailable:
- say so plainly
- provide the same three lines in chat instead
Pairing watch-and-approve
When the user asks to connect Claw Quest, you may automatically approve the next matching Android pairing request one time.
Start a short watch loop:
openclaw devices list --json
Poll every 3 seconds for up to 2 minutes.
Approve only the first pending request that matches Claw Quest Android as closely as possible:
displayName:Claw Quest Androidplatform:androidclientId:gateway-clientclientMode:backend- requested role
operator - requested scopes include
operator.readandoperator.write
Approve it with:
openclaw devices approve \x3CrequestId>
Then immediately confirm with:
openclaw devices list --json
Tell the user whether approval succeeded and whether the paired device now shows:
- role
operator - scopes
operator.readandoperator.write
Stop after one approval. Do not auto-approve unrelated requests.
What to tell the user
When helping the user connect, be direct:
- say which public Gateway URL you are using
- say whether you are sending the token or password
- say that Claw Quest should use
Manual Setup - say that you are watching for and approving the next Android pairing request once
If connection still fails even with the correct manual token:
- inspect
openclaw devices list --json - explain whether the phone ever reached the pending-pairing stage
- distinguish
auth failed before pairingfrompairing pending approval
Safety rules
- Never claim this skill can bypass gateway auth policy.
- Never approve a non-matching device as Claw Quest Android.
- Never rotate or remove device credentials unless the user explicitly asks.
- Never expose any secrets beyond the current gateway URL plus the one auth value needed for manual setup.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawquest-connect - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawquest-connect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Claw Quest Connect 是什么?
Use when the user wants to connect Claw Quest Android to this OpenClaw gateway with the manual URL+token flow, send those details over WhatsApp, and optional... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Claw Quest Connect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawquest-connect」即可一键安装,无需额外配置。
Claw Quest Connect 是免费的吗?
是的,Claw Quest Connect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claw Quest Connect 支持哪些平台?
Claw Quest Connect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32, linux, darwin)。
谁开发了 Claw Quest Connect?
由 sandrokitchener(@sandrokitchener)开发并维护,当前版本 v0.1.3。