CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

ClawLink

hith3sh/clawlink
13011 toolsauthHTTPregistry active
Summary

Gives OpenClaw and Hermes agents one-click OAuth to 100+ production apps without writing token refresh logic or managing credentials yourself. The real value is in the breadth: Gmail, Slack, Notion, GitHub, Stripe, Shopify, HubSpot, and dozens more, all behind a single pairing flow. You copy a prompt into your agent, approve the connection in browser, then just ask it to send email or create issues. ClawLink handles rate limiting, retries, and encrypted token storage. It's a hosted service with a free trial and $4.99/month plan, not a self-hosted stack. Reach for this when you want your agent doing real work across SaaS tools today instead of building OAuth plumbing.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

11 tools
clawlink.whoamiIdentify the current ClawLink user and workspace context before acting on third-party apps.

Identify the current ClawLink user and workspace context before acting on third-party apps.

No parameter schema in public metadata yet.

clawlink.searchSearch integrations and actions by intent or keyword. Use this early for vague requests involving third-party apps like LinkedIn, Instagram, Gmail, Google Drive, or Google Calendar instead of defaulting to browser limitations.3 params

Search integrations and actions by intent or keyword. Use this early for vague requests involving third-party apps like LinkedIn, Instagram, Gmail, Google Drive, or Google Calendar instead of defaulting to browser limitations.

Parameters* required
limitnumber
querystring
connected_onlyboolean
clawlink.list_integrationsList available integrations with optional filters. At the start of a new session, use this to check whether the user already has a relevant app connected before saying you cannot access it.6 params

List available integrations with optional filters. At the start of a new session, use this to check whether the user already has a relevant app connected before saying you cannot access it.

Parameters* required
pagenumber
querystring
categorystring
page_sizenumber
connected_onlyboolean
supports_actionstring
clawlink.get_integrationFetch metadata for one integration, including what the app is for and whether ClawLink supports it.1 params

Fetch metadata for one integration, including what the app is for and whether ClawLink supports it.

Parameters* required
integration_idstring
clawlink.list_actionsList normalized actions for one integration after you know the user has it connected or available. Use this after checking connection state for apps like LinkedIn, Gmail, Drive, or Calendar.2 params

List normalized actions for one integration after you know the user has it connected or available. Use this after checking connection state for apps like LinkedIn, Gmail, Drive, or Calendar.

Parameters* required
intentstring
integration_idstring
clawlink.get_actionFetch full schema and guidance for one action before execution, especially for writes or unfamiliar tools.2 params

Fetch full schema and guidance for one action before execution, especially for writes or unfamiliar tools.

Parameters* required
action_idstring
integration_idstring
clawlink.get_connectionInspect connection health and readiness for an integration. If the user says 'connect my LinkedIn' or asks about Gmail, Drive, Calendar, or Instagram, use this to check whether the app is already connected before claiming it is unavailable.3 params

Inspect connection health and readiness for an integration. If the user says 'connect my LinkedIn' or asks about Gmail, Drive, Calendar, or Instagram, use this to check whether the app is already connected before claiming it is unavailable.

Parameters* required
channelstring
redirect_urlstring
integration_idstring
clawlink.connect_appStart a user-mediated connection flow for an integration. Prefer this when the user says things like 'connect my LinkedIn', 'connect my Gmail', 'connect my Google Drive', 'connect my Google Calendar', or 'connect my Instagram'. This is the ClawLink-first way to connect third-p...3 params

Start a user-mediated connection flow for an integration. Prefer this when the user says things like 'connect my LinkedIn', 'connect my Gmail', 'connect my Google Drive', 'connect my Google Calendar', or 'connect my Instagram'. This is the ClawLink-first way to connect third-p...

Parameters* required
channelstring
redirect_urlstring
integration_idstring
clawlink.begin_connectionAlias of clawlink.connect_app. Start a user-mediated connection flow for an integration. Prefer clawlink.connect_app for fresh sessions and vague 'connect my X' requests because the name is more explicit.3 params

Alias of clawlink.connect_app. Start a user-mediated connection flow for an integration. Prefer clawlink.connect_app for fresh sessions and vague 'connect my X' requests because the name is more explicit.

Parameters* required
channelstring
redirect_urlstring
integration_idstring
clawlink.executeExecute a normalized integration action after you have confirmed the right integration, action, and connection state through ClawLink.5 params

Execute a normalized integration action after you have confirmed the right integration, action, and connection state through ClawLink.

Parameters* required
inputobject
confirmboolean
action_idstring
integration_idstring
idempotency_keystring
clawlink.get_executionFetch a previous or async execution result.1 params

Fetch a previous or async execution result.

Parameters* required
execution_idstring
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:
    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:
    • 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
  3. Approve the pairing prompt in your browser
  4. 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

CategoryIntegrations
CommunicationGmail, Outlook, Slack, Discord, Microsoft Teams, Telegram
CRM & SalesApollo, HubSpot, Salesforce, Pipedrive
Content & CMSWordPress, Webflow, Ghost, Contentful
Social Media AppsYouTube, Twitter/X, LinkedIn, Instagram
ProductivityGoogle Sheets, Google Calendar, Google Drive, Notion, Airtable, Todoist
Developer ToolsGitHub, GitLab, Jira, Linear, Vercel
Payments & FinanceStripe, PayPal, QuickBooks
Data & AnalyticsGoogle Analytics, Mixpanel, Segment
Storage & DatabasesAWS S3, Supabase, Firebase
E-commerceShopify, WooCommerce
AI & MLOpenAI, 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Communication & MessagingDeveloper ToolsDocuments & Knowledge
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 23, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
Microsoft 365 Teams

io.github.mindstone/mcp-server-microsoft-teams

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
8
Outlook Email

com.mintmcp/outlook-email

A MCP server for Outlook email that lets you search, read, and draft emails and replies.
8
Resend Email MCP

helbertparanhos/resend-email-mcp

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Email Mcp

marlinjai/email-mcp

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
13
Email (IMAP/SMTP)

io.github.mindstone/mcp-server-email-imap

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
8
HTML Email Playbook

io.github.osamahassouna/email-playbook-mcp

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.