Start here
When something breaks, sort it into one of these buckets first:- Setup and pairing: install, browser approval, missing tools, stale sessions
- Connections: reconnect flows, expired provider auth, missing permissions
- Execution: the agent called a tool but the result failed or never returned
- Routing: the right bot is online, but the wrong session or channel is receiving traffic
Common fixes
Connection shows 'Needs reconnect'
Connection shows 'Needs reconnect'
A Needs reconnect status usually means the provider credential expired, was revoked, or needs fresh consent.Go to Connections, expand the row, and run Reconnect. Then retry the same task from your agent.
ClawLink tools are missing in OpenClaw
ClawLink tools are missing in OpenClaw
The most common causes are a stale chat session after install, or a client that has not reloaded the ClawLink plugin. To fix this:
- Start a fresh chat after installing the plugin so it picks up the new tool catalog.
- Restart the client (for OpenClaw,
openclaw gateway restart) so the plugin reloads. - Confirm the device is paired and your apps show as connected in Dashboard > Connections.
- Still missing? Check Usage for failed calls, or re-run browser pairing from Settings > API Keys.
API calls are failing
API calls are failing
Open Usage and inspect the failed request first. The log tells you which integration ran, which action was attempted, and whether the problem is likely connection-related or provider-side.Common causes include invalid parameters, expired auth, missing scopes, or a temporary provider outage.
Pairing link expired or approval did not finish
Pairing link expired or approval did not finish
Pairing links are short lived. If the browser page says the session expired, or OpenClaw never finishes after you approved it, start a fresh pairing flow.To fix this:
1
Start pairing again from OpenClaw
Ask OpenClaw to set up ClawLink or start pairing again.
2
Approve the new browser URL
Open the new pairing URL, sign in if needed, and click Approve this device.
3
Return to OpenClaw
After approval, go back to OpenClaw so the plugin can finish the local save step.
Rate limit errors
Rate limit errors
Rate limit errors usually come from the provider, not ClawLink. ClawLink retries transient failures automatically, but repeated bursts can still fail if the provider account limit is too low for the workflow.Slow down the workflow or reduce how often the agent triggers that provider.
OAuth token expired (Gmail, Google Sheets, etc.)
OAuth token expired (Gmail, Google Sheets, etc.)
Some integrations—including Gmail, Google Sheets, and Google Calendar—use OAuth tokens that expire over time. When a token expires, the integration will stop working until you refresh it.To fix this:
1
Go to Dashboard > Connections
Open your dashboard and navigate to Connections.
2
Reconnect to get a fresh token
Expand the affected row and click Reconnect. This runs the hosted provider flow again and refreshes the token.
Manual API key setup is not working
Manual API key setup is not working
Manual key entry is a fallback path. If it fails, the simplest fix is usually to switch back to browser pairing.Check the following:
- Make sure the key starts with
cllk_live_... - Confirm you copied the raw key when it was first shown after creation
- Revoke old keys you no longer trust and create a fresh one if needed
- If possible, remove the manual key and run browser pairing instead
