Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

maton-agent-tools梅顿 Agent 工具

Agent Skill

maton-agent-tools 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

45,856

周安装

1,855

GitHub Stars

公开资料未说明

下载量

14,395
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:maton-agent-tools(梅顿 Agent 工具)
来源仓库:https://github.com/maverick-software/maton-agent-tools
安装命令:
openclaw skills install maton-agent-tools
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install maton-agent-tools

简介

Maton AI 网关 SaaS 工具连接器套件。

  • 包含 Clawdbot 仪表板 UI 集成与邮件应用对接能力。
  • 适用于 Gmail、Outlook 等主流邮箱自动化场景。
  • 安装命令:openclaw skills install maton-agent-tools。
  • 必须完成 Maton 账户绑定与 OAuth 授权流程。

SKILL.md

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"}}

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

  1. Maton Account — Sign up at maton.ai
  2. API Key — Get your API key from the Maton dashboard
  3. Clawdbot Gateway — v2026.1.0 or later with UI enabled

Quick Start

Step 1: Get Your API Key

  1. Go to maton.ai and sign in
  2. Navigate to Settings → API Keys
  3. Create or copy your API key

Step 2: Configure in Clawdbot UI

Option A: Via API Keys tab

  1. Open Clawdbot Dashboard → SettingsAPI Keys
  2. Find "Maton" in the Environment Keys section
  3. Enter your API key and click Save

Option B: Via Maton tab

  1. Open Clawdbot Dashboard → ToolsMaton
  2. Click Configure
  3. Paste your API key
  4. Click Save

Step 3: Connect Apps

  1. Go to ToolsMaton
  2. Click Connect App and select an app (e.g., Gmail, Slack)
  3. Complete the OAuth flow in the popup window
  4. Once status shows ACTIVE, the connection is ready

Supported Apps

Maton supports 50+ SaaS applications including:

CategoryApps
Google WorkspaceGmail, Calendar, Docs, Sheets, Drive, Slides, Ads, Analytics
ProductivityNotion, Airtable, Jira, Calendly
CommunicationSlack, Outlook
CRMHubSpot, Apollo
MediaYouTube

API Reference

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

MethodEndpointDescription
GET/connectionsList all connections
POST/connectionsCreate new connection
GET/connections/{id}Get connection details
DELETE/connections/{id}Delete connection

Connection Status

StatusDescription
PENDINGOAuth flow not completed; url contains OAuth link
ACTIVEConnection established and ready to use
FAILEDConnection failed; reconnection required

Architecture

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

MethodPurpose
maton.statusGet API key status and connection count
maton.saveValidate and store API key
maton.testTest the API key
maton.disconnectRemove API key
maton.connectionsList all connections
maton.connectCreate a new connection (returns OAuth URL)
maton.deleteDelete a connection
maton.appsList supported apps

UI Components

FilePurpose
maton-backend.tsGateway RPC handlers
maton-controller.tsUI state management
maton-views.tsLit HTML templates

Installation

See reference/README.md for detailed integration instructions.

Quick Integration

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

UI Features

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

AspectImplementation
Key StorageMain config file (~/.clawdbot/clawdbot.json)
Key AccessNever exposed to AI agent
OAuth TokensManaged by Maton (automatic refresh)

Best practices:

  • Rotate API keys periodically
  • Review connected apps regularly
  • Disconnect unused connections

Troubleshooting

"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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.52%
按下载量换算10,871

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills