MCPcopy Index your code
hub / github.com/ClawLink-HQ/clawlink

github.com/ClawLink-HQ/clawlink @openclaw-plugin-v0.3.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release openclaw-plugin-v0.3.4 ↗ · + Follow
2,514 symbols 6,765 edges 739 files 58 documented · 2% updated 10d agoopenclaw-plugin-v0.3.0 · 2026-06-28★ 140

Browse by type

Functions 2,191 Types & classes 323
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ClawLink logo

ClawLink

OpenClaw plugin. Hermes setup. One-click app connections.

🌐 Website · 📚 Documentation

GitHub Stars npm downloads Discord npm ClawHub License: AGPL-3.0 OpenSSF Scorecard

ClawLink is an open-source integration platform and hosted connection layer for OpenClaw, Hermes, and similar AI agent workflows. It gives your agent one-click access to 100+ real apps and APIs including Gmail, Google Drive, Outlook, Slack, GitHub, Apollo, Notion, Shopify, and Stripe.

Use ClawLink when you want OpenClaw or Hermes to send email, read inboxes, create GitHub issues, update CRMs, manage docs, or trigger app workflows without building custom OAuth flows, token refresh logic, or provider-specific integration glue.

1. Copy the instruction prompt to your OpenClaw/Hermes agent

2. Create an account and pair

3. Connect the app you want, literally from a 100+ app list

X / Twitter · Discord · LinkedIn


Why ClawLink?

Managing OAuth apps, refreshing tokens, and storing API credentials securely is a pain — especially when you just want your AI agent to send an email or create a GitHub issue.

ClawLink handles the messy parts so you don't have to:

  • One-click OAuth — connect Gmail, Slack, Notion, and dozens more without writing provider-specific auth code
  • Managed credentials — ClawLink stores provider OAuth tokens and API keys encrypted at rest, then uses them only to execute and maintain the integrations you authorize
  • Request logs — see every API call, success, failure, and latency from the dashboard
  • Built-in reliability — rate limiting, retries, and edge caching included
  • Clear pricing — 14-day free trial for new accounts; ClawLink Activate is $4.99/month for the full integration catalog

What this repo is for

This repository contains the ClawLink web app, the OpenClaw plugin package, hosted pairing flows, integration catalog, and deployment code.

If you are searching GitHub for:

  • OpenClaw integrations
  • Hermes integrations
  • AI agent OAuth
  • hosted OAuth for AI agents
  • OpenClaw Gmail plugin
  • OpenClaw GitHub plugin
  • Composio alternative for OpenClaw

this is the main source repository for ClawLink.

Get started

OpenClaw

  1. Install the plugin from ClawHub: bash openclaw plugin add clawhub:clawlink-plugin ClawHub is OpenClaw's plugin registry. The same plugin is also published to npm as @useclawlink/openclaw-plugin for users who prefer npm.
  2. Pair ClawLink with your OpenClaw device:
  3. ask OpenClaw to set up ClawLink or start pairing
  4. if the plugin was just installed and the tools aren't visible yet, start a fresh chat and ask again
  5. Approve the pairing prompt in your browser
  6. Connect an integration in the ClawLink dashboard and start using it

Hermes

  1. Copy the Hermes setup prompt from the Install page
  2. Paste it into a Hermes chat — Hermes will install the plugin and walk through setup
  3. Approve the link Hermes gives you in your browser
  4. Connect an integration in the ClawLink dashboard and start using it

Then just ask your agent to do things:

  • "Send an email to sarah@example.com"
  • "Create a Slack message in #general"
  • "Add a row to my Google Sheet"
  • "Create a new GitHub issue"

Supported integrations

Category Integrations
Communication Gmail, Outlook, Slack, Discord, Microsoft Teams, Telegram
CRM & Sales Apollo, HubSpot, Salesforce, Pipedrive
Content & CMS WordPress, Webflow, Ghost, Contentful
Social Media Apps YouTube, Twitter/X, LinkedIn, Instagram
Productivity Google Sheets, Google Calendar, Google Drive, Notion, Airtable, Todoist
Developer Tools GitHub, GitLab, Jira, Linear, Vercel
Payments & Finance Stripe, PayPal, QuickBooks
Data & Analytics Google Analytics, Mixpanel, Segment
Storage & Databases AWS S3, Supabase, Firebase
E-commerce Shopify, WooCommerce
AI & ML OpenAI, Replicate, ElevenLabs

ClawLink is a third-party integration hub for OpenClaw and Hermes — not affiliated with or endorsed by the OpenClaw or Nous Research projects.

Contributing

We welcome contributions — especially new integrations.

  1. Fork the repo
  2. Add the integration to src/data/integrations.ts
  3. Import or generate its runtime manifests, and only add a custom handler for an approved exception like postiz
  4. Open a pull request

Please read our Contributing Guide (if available) and ensure your changes pass the existing test suite.

License

GNU Affero General Public License v3.0 (AGPL-3.0)


Star History

Star History Chart

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 2,139
Interface 305
Method 52
Class 18

Languages

TypeScript96%
Python4%

Modules by API surface

packages/openclaw-clawlink/index.js68 symbols
src/lib/composio/backend-client.ts65 symbols
src/lib/server/integration-store.ts61 symbols
packages/openclaw-clawlink-clawhub/index.js53 symbols
src/lib/server/flow-runtime.ts49 symbols
src/lib/server/billing.ts43 symbols
src/lib/server/admin-activation-metrics.ts37 symbols
worker/credentials.ts35 symbols
src/lib/server/file-upload-relay.ts34 symbols
scripts/smoke-openclaw-plugin-live.mjs34 symbols
packages/clawlink-hermes-plugin/bootstrap.py34 symbols
src/lib/server/tool-registry.ts33 symbols

For agents

$ claude mcp add clawlink \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page