ClawLink Documentation

Install ClawLink in OpenClaw or Hermes, pair your device, and connect apps through hosted flows.

ClawLink is the hosted integration layer for OpenClaw, Hermes, and similar agent workflows. Install it once, approve the device in your browser, and connect the apps you want from the dashboard. ClawLink handles hosted auth, credential storage, retries, and request logging for you.

Get started in 3 steps

Sign up at claw-link.dev

Create your account at claw-link.dev. New accounts start with a 7-day free trial — your first app is included, no card required.

Install ClawLink in your agent client

For OpenClaw, install the plugin:

openclaw plugins install clawhub:clawlink-plugin
openclaw gateway restart

You can also install from npm with openclaw plugins install @useclawlink/openclaw-plugin.

For Hermes, open Dashboard > Install and copy the current Hermes setup prompt.

Connect your first app

Open Dashboard > Connections, click Add connection, and finish the hosted flow for the app you want to use. After that, ask your agent to use it.

What you can do

Once connected, your AI agent can perform actions like:

  • "Send an email to sarah@example.com" — via Gmail
  • "Post a message in #general" — via Slack
  • "Create a GitHub issue titled 'Fix login bug'" — via GitHub
  • "Add a row to my Google Sheet" — via Google Sheets
  • "List my recent Stripe customers" — via Stripe

Normal setup does not require copying a raw API key. Browser pairing is the recommended flow. API keys in Settings are an advanced fallback for debugging and older manual setup paths. To call ClawLink over HTTP directly, see the Developer API.

On this page