Code Pluginsource linked

ClawLinkv0.3.4

Connect 200+ apps (Gmail, Slack, GitHub, Calendar, Notion, and more) to OpenClaw via ClawLink. One skill, 11,000+ tools, managed OAuth.

clawlink-plugin·runtime clawlink-plugin·by @hith3sh
Community code plugin. Review compatibility and verification before install.
openclaw plugins install clawhub:clawlink-plugin
Latest release: v0.3.4Download zip

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
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The package is explicitly an integration hub for Gmail, Slack, Notion, calendars, CRMs, files, and other SaaS apps, including read and write actions through ClawLink-managed OAuth credentials.
Instruction Scope
The skill broadly tells agents to check ClawLink first for external-app work; that is consistent with the product, but users should understand it can route many app workflows through this third-party service.
Install Mechanism
The artifact is a small source-linked OpenClaw plugin package with declared tools, no install scripts, clean static scan results, and clean VirusTotal telemetry.
Credentials
Runtime network access is limited in the code to HTTPS calls to claw-link.dev, but those calls can carry user-selected SaaS actions and uploaded file contents.
Persistence & Privilege
The plugin persists a local ClawLink device credential in OpenClaw config and stores provider OAuth/API credentials on ClawLink servers as disclosed; logout support is present.
Scan Findings in Context
[SQP-1] expected: The broad activation guidance fits an integration-hub plugin, but it increases how often user app requests may touch ClawLink, so users should only install it if they want that routing.
[SQP-2] expected: Uploading local files to ClawLink storage is expected for tools that need file inputs, but the skill should ideally make user consent for private/local file transfer more explicit.
Assessment
Install only if you are comfortable letting ClawLink broker access to connected apps and store provider credentials on its servers. Before sending private documents, images, PDFs, emails, CRM records, or account data through it, confirm the specific app, account, and action, and ask the assistant to preview or confirm write/destructive actions.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
68eeada5a7dd
Tag
openclaw-plugin-v0.3.4
Provenance
No
Scan status
clean

Tags

latest
0.3.4

ClawLink OpenClaw Plugin

ClawLink

Connect 200+ apps (Gmail, Slack, GitHub, Calendar, Notion, and more) to OpenClaw via ClawLink.

One skill, 11,000+ tools, managed OAuth.

Use when the user asks to send emails, create issues, post messages, manage calendars, search documents, and more.

Not affiliated with OpenClaw. ClawLink is an independent service. This package is published by the ClawLink team under the npm scope @useclawlink. Source: public GitHub repository. License: AGPL-3.0.

Setup in 3 Steps

Step 1: InstallStep 2: Pair AccountStep 3: Connect Any App
InstallPairConnect
Run the install command in OpenClawSign in and approve the deviceOpen the dashboard and connect an app

How It Works

┌─────────────────┐     ┌──────────────┐     ┌──────────────────┐
│   OpenClaw      │────▶│   ClawLink   │────▶│  200+ SaaS Apps  │
│   (User Chat)   │     │   (OAuth)    │     │ (Gmail, Slack...)│
└─────────────────┘     └──────────────┘     └──────────────────┘
         │                       │                       │
         │  1. Install Plugin    │                       │
         │  2. Pair Device       │                       │
         │  3. Connect Any App   │                       │
         │                       │  4. Secure Token      │
         │                       │  5. Proxy Requests    │
         │                       │                       │
         ▼                       ▼                       ▼
   ┌──────────┐           ┌──────────┐           ┌──────────┐
   │  Plugin  │           │ Dashboard│           │ Provider │
   │  README  │           │ Auth     │           │  Data    │
   └──────────┘           └──────────┘           └──────────┘

What it does

ClawLink stores provider OAuth tokens and API credentials on ClawLink servers, encrypted at rest, for a growing catalog of business apps on your behalf. It 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, then return to chat and send done so the plugin can store its local ClawLink device credential safely.

Install

openclaw plugins install clawhub:clawlink-plugin

Or directly from npm:

openclaw plugins install @useclawlink/openclaw-plugin

Configure

  1. 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
  2. Open the returned ClawLink pairing URL in your browser and approve the device.
  3. Go back to OpenClaw and send done.
  4. Let the assistant call clawlink_get_pairing_status to 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 install
  • clawlink_get_pairing_status — finish pairing after the user returns from the browser and says done
  • clawlink_start_connection — start a hosted OAuth/connect session for a new app
  • clawlink_get_connection_status — poll an in-progress connect session
  • clawlink_list_integrations — list apps already connected
  • clawlink_list_tools — list callable tools for one connected app
  • clawlink_search_tools — search connected tools by capability or keyword
  • clawlink_describe_tool — fetch schema and usage guidance for one tool
  • clawlink_preview_tool — preview a tool call before execution, especially for writes
  • clawlink_call_tool — execute a tool against a connected app
  • clawlink_get_result — read a large stored result in slices (path / fields / offset / limit / count)

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 and finish setup after browser approval
  • /clawlink status — show whether the plugin is paired
  • /clawlink logout — remove the saved credential

Security

  • ClawHub package: clawlink-plugin
  • npm package: @useclawlink/openclaw-plugin
  • ClawHub publishes are source-linked to the public GitHub repository and the latest ClawHub security scan is clean.
  • npm releases are published from GitHub Actions with npm provenance.
  • ClawHub verification includes source-linked release metadata for the published artifact.
  • The plugin only makes outbound HTTPS requests to https://claw-link.dev.
  • Browser pairing stores only a local ClawLink device credential under ~/.openclaw/openclaw.json.
  • Provider tokens and API keys are not written to OpenClaw config or shown to the assistant; they stay on ClawLink servers encrypted at rest.
  • The local device credential is sent only as the X-ClawLink-API-Key header to ClawLink.
  • Report security issues to security@claw-link.dev.

Powered by ClawLink — an integration hub for OpenClaw

ClawLink Logo