โ† All skills
Tencent SkillHub ยท Developer Tools

Maton MCP Tools

Connect to SaaS tools via Maton AI. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Maton integration, connecting apps (Gmai...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Connect to SaaS tools via Maton AI. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Maton integration, connecting apps (Gmai...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, reference/README.md, reference/maton-controller.ts, reference/maton-backend.ts, reference/maton-views.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 25 sections Open source page

Maton AI

Connect your AI agent to SaaS tools via Maton's OAuth connection management. This skill provides: Full UI Dashboard โ€” Configure API key, view connections, initiate OAuth flows Multi-App Support โ€” Gmail, Slack, Notion, HubSpot, Jira, Google Workspace, and more Connection Management โ€” Create, monitor, and delete app connections API Keys Integration โ€” Maton API key appears in the API Keys tab for easy configuration

Overview

Maton provides a unified API for connecting to SaaS tools via OAuth. Once connected, you can interact with these tools through Maton's AI capabilities or directly via their API.

Prerequisites

Maton Account โ€” Sign up at maton.ai API Key โ€” Get your API key from the Maton dashboard Clawdbot Gateway โ€” v2026.1.0 or later with UI enabled

Step 1: Get Your API Key

Go to maton.ai and sign in Navigate to Settings โ†’ API Keys Create or copy your API key

Step 2: Configure in Clawdbot UI

Option A: Via API Keys tab Open Clawdbot Dashboard โ†’ Settings โ†’ API Keys Find "Maton" in the Environment Keys section Enter your API key and click Save Option B: Via Maton tab Open Clawdbot Dashboard โ†’ Tools โ†’ Maton Click Configure Paste your API key Click Save

Step 3: Connect Apps

Go to Tools โ†’ Maton Click Connect App and select an app (e.g., Gmail, Slack) Complete the OAuth flow in the popup window Once status shows ACTIVE, the connection is ready

Supported Apps

Maton supports 50+ SaaS applications including: CategoryAppsGoogle WorkspaceGmail, Calendar, Docs, Sheets, Drive, Slides, Ads, AnalyticsProductivityNotion, Airtable, Jira, CalendlyCommunicationSlack, OutlookCRMHubSpot, ApolloMediaYouTube

Base URL

https://ctrl.maton.ai

Authentication

All requests require a Bearer token: curl https://ctrl.maton.ai/connections \ -H "Authorization: Bearer YOUR_API_KEY"

Endpoints

MethodEndpointDescriptionGET/connectionsList all connectionsPOST/connectionsCreate new connectionGET/connections/{id}Get connection detailsDELETE/connections/{id}Delete connection

Connection Status

StatusDescriptionPENDINGOAuth flow not completed; url contains OAuth linkACTIVEConnection established and ready to useFAILEDConnection failed; reconnection required

Configuration Storage

The Maton API key is stored in the main Clawdbot config file: { "env": { "MATON_API_KEY": "your-api-key-here" } } This integrates with the API Keys tab for centralized key management.

Backend RPC Methods

MethodPurposematon.statusGet API key status and connection countmaton.saveValidate and store API keymaton.testTest the API keymaton.disconnectRemove API keymaton.connectionsList all connectionsmaton.connectCreate a new connection (returns OAuth URL)maton.deleteDelete a connectionmaton.appsList supported apps

UI Components

FilePurposematon-backend.tsGateway RPC handlersmaton-controller.tsUI state managementmaton-views.tsLit HTML templates

Installation

See reference/README.md for detailed integration instructions.

Quick Integration

Copy backend handler to src/gateway/server-methods/maton.ts Copy UI files to ui/src/ui/views/ and ui/src/ui/controllers/ Add "maton" tab to navigation Add MATON_API_KEY to API keys discovery Rebuild and restart

Maton Tab (Tools โ†’ Maton)

Connection status with active/pending counts API key configuration form Connected apps list with status badges App picker modal for new connections One-click OAuth flow initiation

API Keys Tab Integration

Shows "Maton" in Environment Keys section Direct input field for API key Save/Clear functionality

Security

AspectImplementationKey StorageMain config file (~/.clawdbot/clawdbot.json)Key AccessNever exposed to AI agentOAuth TokensManaged by Maton (automatic refresh) Best practices: Rotate API keys periodically Review connected apps regularly Disconnect unused connections

"Unauthorized" error

Verify your API key is correct Check that the key hasn't been revoked Regenerate in Maton dashboard if needed

Connection stuck in PENDING

OAuth flow wasn't completed Try the OAuth URL again Delete and recreate if URL expired

Connection shows FAILED

OAuth token may have expired Delete the connection and create new one

Maton not in API Keys tab

Ensure you're on Clawdbot v2026.1.0+ Refresh the page after gateway restart

Reference Files

reference/maton-backend.ts โ€” Gateway RPC handlers reference/maton-controller.ts โ€” UI controller logic reference/maton-views.ts โ€” UI rendering (Lit) reference/README.md โ€” Installation guide

Support

Maton: maton.ai ClawdHub: clawdhub.com/skills/maton Discord: discord.com/invite/clawd

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs
  • SKILL.md Primary doc
  • reference/README.md Docs
  • reference/maton-backend.ts Scripts
  • reference/maton-controller.ts Scripts
  • reference/maton-views.ts Scripts