Connect to SaaS tools via Maton AI. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Maton integration, connecting apps (Gmai...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install maton-agent-tools或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install maton-agent-tools⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/maton-agent-tools/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: maton description: Connect to SaaS tools via Maton AI. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Maton integration, connecting apps (Gmail, Slack, Notion, HubSpot, etc.), or managing OAuth connections. metadata: {"clawdbot":{"emoji":"🔗","requires":{"clawdbot":">=2026.1.0"},"category":"integrations"}} ---
Connect your AI agent to SaaS tools via Maton's OAuth connection management. This skill provides:
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.
Option A: Via API Keys tab
Option B: Via Maton tab
Maton supports 50+ SaaS applications including:
| Category | Apps | |----------|------| | Google Workspace | Gmail, Calendar, Docs, Sheets, Drive, Slides, Ads, Analytics | | Productivity | Notion, Airtable, Jira, Calendly | | Communication | Slack, Outlook | | CRM | HubSpot, Apollo | | Media | YouTube |
https://ctrl.maton.ai
All requests require a Bearer token:
curl https://ctrl.maton.ai/connections \
-H "Authorization: Bearer YOUR_API_KEY"
| Method | Endpoint | Description | |--------|----------|-------------| | GET | /connections | List all connections | | POST | /connections | Create new connection | | GET | /connections/{id} | Get connection details | | DELETE | /connections/{id} | Delete connection |
| Status | Description | |--------|-------------| | PENDING | OAuth flow not completed; url contains OAuth link | | ACTIVE | Connection established and ready to use | | FAILED | Connection failed; reconnection required |
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.
| Method | Purpose | |--------|---------| | maton.status | Get API key status and connection count | | maton.save | Validate and store API key | | maton.test | Test the API key | | maton.disconnect | Remove API key | | maton.connections | List all connections | | maton.connect | Create a new connection (returns OAuth URL) | | maton.delete | Delete a connection | | maton.apps | List supported apps |
| File | Purpose | |------|---------| | maton-backend.ts | Gateway RPC handlers | | maton-controller.ts | UI state management | | maton-views.ts | Lit HTML templates |
See reference/README.md for detailed integration instructions.
src/gateway/server-methods/maton.tsui/src/ui/views/ and ui/src/ui/controllers/MATON_API_KEY to API keys discovery| Aspect | Implementation | |--------|----------------| | Key Storage | Main config file (~/.clawdbot/clawdbot.json) | | Key Access | Never exposed to AI agent | | OAuth Tokens | Managed by Maton (automatic refresh) |
Best practices:
reference/maton-backend.ts — Gateway RPC handlersreference/maton-controller.ts — UI controller logic reference/maton-views.ts — UI rendering (Lit)reference/README.md — Installation guide安装 Maton MCP Tools 后,可以对 AI 说这些话来触发它
Help me get started with Maton MCP Tools
Explains what Maton MCP Tools does, walks through the setup, and runs a quick demo based on your current project
Use Maton MCP Tools to connect to SaaS tools via Maton AI
Invokes Maton MCP Tools with the right parameters and returns the result directly in the conversation
What can I do with Maton MCP Tools in my ai agent & automation workflow?
Lists the top use cases for Maton MCP Tools, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/maton-agent-tools/ 目录(个人级,所有项目可用),或 .claude/skills/maton-agent-tools/(项目级)。重启 AI 客户端后,用 /maton-agent-tools 主动调用,或让 AI 根据上下文自动发现并使用。
Maton MCP Tools 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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...
Maton MCP Tools 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Maton MCP Tools
Identifies repetitive steps in your workflow and sets up Maton MCP Tools to handle them automatically