Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/maton-ai/api-gateway-skill/api-gatewaynpx skills add maton-ai/api-gateway-skill --skill api-gatewaygit clone --depth 1 https://github.com/maton-ai/api-gateway-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/maton-ai/api-gateway-skill/api-gateway)<a href="https://agentmods.dev/skills/maton-ai/api-gateway-skill/api-gateway"><img src="https://agentmods.dev/badge/skills/maton-ai/api-gateway-skill/api-gateway.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00173 | $0.16635 |
| Opus 5 | $0.00086 | $0.08317 |
| Sonnet 5 | $0.00035 | $0.03327 |
| Haiku 4.5 | $0.00017 | $0.01664 |
Grade A, and why
api-gateway scanned grade A with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
import urllib.request, os, json, urllib.parse Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
subprocess.run( How it starts
The opening of the file, as written. The whole thing — 1,392 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Maton API Gateway
Managed API routing for third-party apps, provided by Maton.
Installation
NPM
npm install -g @maton/cli
Homebrew
brew install maton-ai/cli/maton
Authentication
OAuth (Recommended)
maton login --oauth
Opens the OAuth login page in the browser and waits for authorization. Once complete, it creates a profile in config.toml (eg. $HOME/.config/maton/config.toml) and stores the access and refresh tokens in the operating system's credential store (Keychain on macOS, Credential Manager on Windows, Secret Service on Linux), auto-renewed on expiry. The CLI reads them when it needs them; nothing else should.
API Key
maton login --interactive
Requires manually copying an API key from Settings, which is error prone. Once complete, it also creates a profile in config.toml and stores the key in the same credential store. It is preferred over export MATON_API_KEY=..., which exposes a long-lived credential to every child process. When MATON_API_KEY is set, it overrides the active profile. If the CLI cannot be installed at all, see Appendix: Environments Without the CLI for the raw HTTP form and the rules for handling the key.
Verify
maton whoami --json
{
"authenticated": true,
"profile_name": "[email protected]",
"auth_type": "oauth"
}
- If
authenticatedisfalse, stop and login again viamaton login --oauth. - If
auth_typeisapi_key, it is recommended to login viamaton login --oauthand avoid keeping a long-lived credential.
Connections
List Connections
maton connection list slack --status ACTIVE
{
"connections": [
{
"connection_id": "{connection_id}",
"status": "ACTIVE",
"creation_time": "2025-12-08T07:20:53.488460Z",
"last_updated_time": "2026-01-31T20:03:32.593153Z",
"url": "https://connect.maton.ai/?session_token=5e9...",
"app": "slack",
"method": "OAUTH2",
"metadata": {}
}
]
}
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/active-campaign/README.md 3.4 KB
- references/acuity-scheduling/README.md 3.3 KB
- references/airtable/README.md 3.2 KB
- references/apify/README.md 3.9 KB
- references/apollo/README.md 4.3 KB
- references/asana/README.md 5.0 KB
- references/attio/README.md 5.1 KB
- references/basecamp/README.md 3.0 KB
- references/baserow/README.md 3.9 KB
- references/beehiiv/README.md 2.8 KB
- references/box/README.md 9.7 KB
- references/brave-search/README.md 3.9 KB
- references/brevo/README.md 4.0 KB
- references/buffer/README.md 4.6 KB
- references/cal-com/README.md 3.6 KB
- references/calendly/README.md 2.9 KB
- references/calendly/triggers.md 9.6 KB
- references/callrail/README.md 3.3 KB
- references/chargebee/README.md 5.7 KB
- references/clickfunnels/README.md 5.6 KB
- references/clicksend/README.md 2.6 KB
- references/clickup/README.md 3.2 KB
- references/clio/README.md 7.6 KB
- references/clockify/README.md 4.0 KB
- references/coda/README.md 3.8 KB
- references/cognito-forms/README.md 2.7 KB
- references/companycam/README.md 3.9 KB
- references/confluence/README.md 4.9 KB
- references/constant-contact/README.md 13 KB
- references/dropbox-business/README.md 13 KB
- references/dropbox/README.md 6.4 KB
- references/elevenlabs/README.md 2.0 KB
- references/eventbrite/README.md 4.4 KB
- references/exa/README.md 5.9 KB
- references/facebook-page/README.md 6.7 KB
- references/fal-ai/README.md 2.9 KB
- references/fastmail/README.md 26 KB
- references/fathom/README.md 4.6 KB
- references/figma/README.md 8.4 KB
- references/firebase/README.md 3.3 KB
- references/firecrawl/README.md 5.1 KB
- references/fireflies/README.md 2.1 KB
- references/front/README.md 4.2 KB
- references/getresponse/README.md 3.0 KB
- references/github/README.md 9.2 KB
- references/github/triggers.md 64 KB
- references/google-ads/README.md 5.7 KB
- references/google-analytics-admin/README.md 6.0 KB
- references/google-analytics-data/README.md 4.4 KB
- references/google-apps-script/README.md 3.5 KB
- references/google-bigquery/README.md 4.4 KB
- references/google-business-profile/README.md 9.2 KB
- references/google-calendar/README.md 5.4 KB
- references/google-classroom/README.md 2.9 KB
- references/google-contacts/README.md 3.5 KB
- references/google-docs/README.md 3.6 KB
- references/google-drive/README.md 7.9 KB
- references/google-forms/README.md 4.4 KB
- references/google-mail/README.md 5.8 KB
- references/google-mail/triggers.md 2.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +377 lines ec267b48026a
- 5d ago First seen · 1,015 lines · 173 tokens per session scan A bbf41dfc7fb7
api-gateway is a skill published in the GitHub repository maton-ai/api-gateway-skill (28 stars, last pushed 2d ago), licensed MIT. It adds 173 tokens to every session and 16,635 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mckinsey-consultant
McKinsey顾问式问题解决系统。从商业问题出发,通过假设驱动的结构化分析方法,生成McKinsey风格研究报告和PPT。融合Problem Solving方法论、MECE原则、Issue Tree拆解、Hypotheses形成、Dummy Page设计、智能数据收集和专业PPT生成能力。.
mimeng-writing
咪蒙爆款文章写作技巧。适用于需要创作10万+阅读量爆款文章、情感共鸣类内容、故事叙事或社会议题评论时使用。掌握标题制造、开篇设计、情绪调动、金句提炼、故事叙事等核心技巧。.
us-gov-shutdown-tracker
Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy…
remotion-upgrade
Upgrade Remotion, and related packages.
sync-cliproxy-core
Use when asked to 同步、更新、升级或审计 CLIProxyAPI、cliproxy、translator core、provider adapters、Antigravity 请求/响应转换、internal/protocol/cliproxy 转换快照,刷新上游 commit,或审查一次核心与渠道适配器的原子同步结果。.
remotion-create
Creating a new Remotion video.