Install the plugin
The recommended install path uses ClawHub:Pair this device
Start browser pairing
In OpenClaw, ask the assistant to set up ClawLink or start pairing. The plugin should call
clawlink_begin_pairing and return a browser URL.Approve this device in your browser
Open the pairing URL, sign in to ClawLink if needed, and click Approve this device.
Let OpenClaw finish the pairing check
Return to OpenClaw so the plugin can finish the local save step and confirm that the device is paired.
What pairing stores locally
Browser pairing stores a local ClawLink device credential in~/.openclaw/openclaw.json.
In the recommended flow, you never have to paste that raw key into chat. OpenClaw stores it for the plugin after browser approval finishes.
Available plugin tools
After setup, the plugin exposes tools for pairing, connection management, tool discovery, previews, and execution:clawlink_begin_pairingclawlink_get_pairing_statusclawlink_start_connectionclawlink_get_connection_statusclawlink_list_integrationsclawlink_list_toolsclawlink_search_toolsclawlink_describe_toolclawlink_preview_toolclawlink_call_tool
Manual fallback
Use Settings > API Keys only if your OpenClaw client exposes a plugin settings UI and browser pairing is not available. In that fallback path:- Create a key in Settings > API Keys
- Copy the raw
cllk_live_...value when it is shown - Paste it into the plugin settings field for
clawlink-plugin
