ClawLink
OpenClaw plugin. Hermes setup. One-click app connections.
๐ Website ยท ๐ Documentation
</div>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.
<div align="center"> <h3>1. Copy the instruction prompt to your OpenClaw/Hermes agent</h3> <img src="https://github.com/user-attachments/assets/676b3179-8288-4421-b24c-c323eb5809a5" width="800" /><br><br>
<h3>2. Create an account and pair</h3> <img src="https://github.com/user-attachments/assets/4711f4e2-51ef-4775-91b2-dffbd15cc07b" width="800" /><br><br>
<h3>3. Connect the app you want, literally from a 100+ app list</h3> <img src="https://github.com/user-attachments/assets/924fc6c7-e1c6-46ae-b521-fc008bdab759" width="800" /> </div> <p align="left"> <a href="https://x.com/clawlinkdev">X / Twitter</a> ยท <a href="https://discord.gg/KjN3xcTvw4">Discord</a> ยท <a href="https://www.linkedin.com/company/claw-link/">LinkedIn</a> </p>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
- Install the plugin from ClawHub:
ClawHub is OpenClaw's plugin registry. The same plugin is also published to npm as
openclaw plugin add clawhub:clawlink-plugin@useclawlink/openclaw-pluginfor users who prefer npm. - Pair ClawLink with your OpenClaw device:
- ask OpenClaw to set up ClawLink or start pairing
- if the plugin was just installed and the tools aren't visible yet, start a fresh chat and ask again
- Approve the pairing prompt in your browser
- Connect an integration in the ClawLink dashboard and start using it
Hermes
- Copy the Hermes setup prompt from the Install page
- Paste it into a Hermes chat โ Hermes installs the plugin and shows you an approval link
- Approve the link in your browser, then tell Hermes you're done โ it finishes setup and tests the connection
- 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.
- Fork the repo
- Add the integration to
src/data/integrations.ts - Import or generate its runtime manifests, and only add a custom handler for an approved exception like
postiz - 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)