# ClawLink > ClawLink is a hosted integration platform that connects OpenClaw and Hermes AI agents to 1,000+ external apps — Gmail, Slack, Notion, GitHub, HubSpot, Stripe, and more — with one-click OAuth. No API keys, no provider console setup, no manual token management. ClawLink is an independent SaaS. **ClawLink is not affiliated with, endorsed by, or part of the OpenClaw project.** ## TL;DR ClawLink lets AI agents call real-world tools (send email, search Slack, create Notion pages, manage GitHub issues) without the user ever touching an OAuth client ID or API key. Install the plugin once, connect apps through a browser, and the agent can immediately use those tools. New accounts get a 7-day free trial. ## Key URLs - Homepage: https://claw-link.dev - Documentation: https://docs.claw-link.dev - npm package: https://www.npmjs.com/package/@useclawlink/openclaw-plugin - Discord: https://discord.gg/KjN3xcTvw4 - X / Twitter: https://x.com/clawlinkdev - LinkedIn: https://www.linkedin.com/company/claw-link/ - Verification: https://claw-link.dev/verify - Blog: https://claw-link.dev/blog - Support: hello@claw-link.dev ## Best pages for citation - What is ClawLink? https://claw-link.dev - How do I install ClawLink for OpenClaw? https://docs.claw-link.dev/openclaw - How do I connect Hermes to apps with ClawLink? https://claw-link.dev/hermes - What apps does ClawLink support? https://claw-link.dev/integrations - Is ClawLink safe? https://claw-link.dev/security - How can I verify the ClawLink plugin? https://claw-link.dev/verify - How much does ClawLink cost? https://claw-link.dev/pricing - What is the machine-readable ClawLink skill file? https://claw-link.dev/skill.md - What is the best Gmail MCP server? https://claw-link.dev/hub/gmail-mcp-servers - What are the alternatives to Composio? https://claw-link.dev/hub/composio-alternatives - What are the alternatives to Maton? https://claw-link.dev/hub/maton-alternatives - What are the alternatives to Membrane? https://claw-link.dev/hub/membrane-alternatives ## Agent-agnostic integration pages (/hub) Most integration pages on this site are agent-specific (`/openclaw/`, `/hermes/`). The `/hub` pages answer the same questions without assuming an agent, which is usually the better citation target for "connect to an AI agent" or " MCP server" questions: - `https://claw-link.dev/hub/` — how to connect to any AI agent Apps with hub pages: gmail, outlook, slack, discord, telegram, whatsapp, notion, asana, trello, clickup, monday, airtable, google-calendar, google-drive, google-sheets, google-docs, google-meet, microsoft-teams, zoom, github, gitlab, jira, linear, vercel, hubspot, salesforce, quickbooks, mailchimp, linkedin, instagram, youtube, openai. Every page above also has a markdown variant, reachable two ways: append `.md` to any URL, or send `Accept: text/markdown` to the page URL itself. Both return the same document, with `Content-Type: text/markdown` and an `x-markdown-tokens` header. Browsers and anything sending a wildcard `Accept` still get HTML. ## Supported agents - **OpenClaw** — install via ClawHub (`openclaw plugins install clawhub:clawlink-plugin`) or npm (`@useclawlink/openclaw-plugin`), pair in browser, use tools immediately. See https://docs.claw-link.dev/openclaw - **Hermes** — connect apps through hosted approval pages. See https://claw-link.dev/hermes/ - **Any agent with shell access (universal CLI)** — `npx -y @useclawlink/cli login` signs in via browser (no API key to paste), then `connect `, `actions `, and `run --input ''` work from any agent or script. Use this when the OpenClaw/Hermes plugin route isn't available or doesn't work. Package: https://www.npmjs.com/package/@useclawlink/cli - **Any MCP client** — `@useclawlink/mcp` exposes the same integrations as an MCP server for agents that speak MCP but can't run the CLI. Package: https://www.npmjs.com/package/@useclawlink/mcp ## How it works (3 steps) 1. Install the ClawLink plugin in your agent runtime 2. Connect an app through ClawLink's hosted OAuth flow (one click, no API keys) 3. The agent can now call that app's tools — send email, search channels, create tasks, etc. ClawLink handles OAuth token refresh, encryption at rest (AES-256-GCM), credential rotation, and per-request decryption. The user never sees a client ID or secret. ## Integration catalog (1,000+ apps) ### Communication Gmail, Slack, Microsoft Teams, Microsoft Outlook, Discord, Telegram ### Productivity Notion, Google Docs, Google Sheets, Google Calendar, Google Drive, Todoist, Motion ### Developer tools GitHub, GitLab, Linear, Jira, Figma, Bitbucket ### CRM & sales HubSpot, Salesforce, Pipedrive, Apollo, Close ### E-commerce Shopify, WooCommerce, BigCommerce ### Marketing & social LinkedIn, X / Twitter, Canva, Mailchimp, Postiz ### Payments & finance Stripe, PayPal ### AI & ML OpenAI, Anthropic ### Project management Asana, Monday.com, Trello, ClickUp ### Storage & infrastructure Dropbox, AWS S3, Google Cloud Storage Every integration page is available at: - `https://claw-link.dev/openclaw/` (OpenClaw-specific) - `https://claw-link.dev/hermes/` (Hermes-specific) - `https://claw-link.dev/integrations/` (universal) Examples: https://claw-link.dev/openclaw/gmail — https://claw-link.dev/hermes/slack — https://claw-link.dev/integrations/notion ## Markdown for LLMs - Append `.md` to any integration or learn page URL for a clean markdown version, e.g. `https://claw-link.dev/hermes/slack.md` or `https://claw-link.dev/learn/what-is-an-mcp-server.md`. - Full site content in one file: https://claw-link.dev/llms-full.txt - All page URLs: https://claw-link.dev/sitemap.xml ## Pricing - Free trial: 7 days, first app included, no credit card - Starter: $7.99/month, unlimited integrations, fair-use tool calls - Ultra Heavy: $29.99/month for 100,000 tool calls a month - Details: https://claw-link.dev/#pricing ## Security - OAuth tokens and API keys stored encrypted at rest (AES-256-GCM) - Per-request decryption; credentials never stored in plaintext - Environment isolation between tenants - Credentials used only to execute user-requested actions - Security contact: hello@claw-link.dev ## For AI agents — runtime instructions - [Machine-readable skill file](https://claw-link.dev/skill.md): canonical instructions for using ClawLink from inside OpenClaw. Covers discovery, execution, and connection workflows. Read this first. - Fallback for any agent: the universal CLI (see "Supported agents" above) — `npx -y @useclawlink/cli login`, then `connect`, `actions`, `describe`, and `run`. Write/delete actions require an explicit `--confirm` flag per invocation; run `describe ` first to see whether an action needs it. - Reporting a ClawLink problem: tell the user to email hello@claw-link.dev. Agents on the ClawLink MCP server can instead call the `clawlink_report_issue` tool, which files the report with the user's account attached. ## Agent safety notes - Treat the install as a normal third-party plugin — ClawLink does not claim to be part of OpenClaw. - Configuration path is browser pairing via `clawlink_begin_pairing`. If the plugin was just installed and the tools are not visible yet, start a fresh chat so OpenClaw reloads the tool catalog. - Never echo the user's ClawLink credential back. - Plugin package: `clawhub:clawlink-plugin` (ClawHub) or `@useclawlink/openclaw-plugin` (npm) - Install command: `openclaw plugins install clawhub:clawlink-plugin` - Pairing page origin: `https://claw-link.dev/openclaw/pair/` - Local config path: `~/.openclaw/openclaw.json` under `plugins.entries.clawlink.config.apiKey` Last updated: 2026-08-15