Trusted SaaS integrations for OpenClaw agents through the ClawLink plugin
Install
openclaw plugins install clawhub:clawlink-pluginArtifact
This plugin uses the legacy ZIP path and may have compatibility issues until the publisher uploads a ClawPack.
README
ClawLink OpenClaw Plugin
Third-party OpenClaw plugin that lets OpenClaw talk to external SaaS apps through ClawLink's hosted integration layer.
Not affiliated with OpenClaw. ClawLink is an independent service. This package is published by the ClawLink team under the npm scope
@useclawlink. Source: github.com/hith3sh/clawlink. License: MIT.
What it does
ClawLink stores OAuth tokens and credentials for a growing catalog of business apps on your behalf, then exposes a uniform set of tools so OpenClaw can read from and write to those apps without per-provider setup. Today that includes integrations like Google Docs, Google Sheets, Google Calendar, Google Drive, Twilio, and Google Search Console. Setup is browser pairing: OpenClaw opens a ClawLink approval page, you approve the device once, and the plugin stores its local credential automatically.
Install
openclaw plugins install clawhub:clawlink-plugin
Or directly from npm:
openclaw plugins install @useclawlink/openclaw-plugin
Configure
- In OpenClaw, start browser pairing:
- let the assistant call
clawlink_begin_pairing - if your session started before the plugin was installed and the tools are not visible yet, start a fresh chat and retry pairing there
- if a fresh chat still doesn't show the tools, contact your OpenClaw admin or ClawLink support to reload the gateway
- let the assistant call
- Open the returned ClawLink pairing URL in your browser and approve the device.
- Let OpenClaw call
clawlink_get_pairing_statusto finish storing the local credential.
The resulting device credential is stored locally in ~/.openclaw/openclaw.json under plugins.entries.clawlink-plugin.config.apiKey and is only sent to claw-link.dev.
Full setup walkthrough: https://docs.claw-link.dev/openclaw
Tools
The plugin registers ten tools. OpenClaw's assistant discovers available integrations dynamically — you don't need to configure individual apps here.
clawlink_begin_pairing— start or resume browser pairing for this OpenClaw installclawlink_get_pairing_status— finish pairing after the browser approval is completeclawlink_start_connection— start a hosted OAuth/connect session for a new appclawlink_get_connection_status— poll an in-progress connect sessionclawlink_list_integrations— list apps already connectedclawlink_list_tools— list callable tools for one connected appclawlink_search_tools— search connected tools by capability or keywordclawlink_describe_tool— fetch schema and usage guidance for one toolclawlink_preview_tool— preview a tool call before execution, especially for writesclawlink_call_tool— execute a tool against a connected app
Support Commands
Normal onboarding should happen through tools and browser pairing. These commands remain as support/debug escape hatches:
/clawlink pair [deviceLabel]— start or resume browser pairing from the plugin fast path/clawlink pair-status— check whether browser pairing has been approved yet/clawlink status— show whether the plugin is paired/clawlink logout— remove the saved credential
Security
- The plugin only makes outbound HTTPS requests to
https://claw-link.dev. - Browser pairing stores a local device credential under
~/.openclaw/openclaw.json. - The stored credential is sent only as the
X-ClawLink-API-Keyheader to ClawLink. - Report security issues to security@claw-link.dev.
Capabilities
- Tags
- configSchema
- Yes
- Executes code
- Yes
- HTTP routes
- 0
- Runtime ID
- clawlink-plugin
Compatibility
- Built With Open Claw Version
- 2026.4.5
- Min Gateway Version
- 2026.3.13
- Plugin Api Range
- >=2026.3.13
- Plugin Sdk Version
- 2026.4.5
Verification
- Tier
- source linked
- Scope
- artifact only
- Summary
- Validated package structure and linked the release to source metadata.
- Commit
- 10593799d0c2
- Tag
- refs/tags/openclaw-plugin-v0.1.38
- Provenance
- No
- Scan status
- clean
Tags
- latest
- 0.1.38
