{"id":"eab85c51-1c27-4eff-b90b-089d42d488b4","slug":"maton-ai-api-gateway-skill","name":"api-gateway","description":"Connect to 100+ APIs (Google Workspace, Microsoft 365, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth.\nSecurity: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect flow. Access is strictly scoped to connections the user has authorized. Provided by Maton (https://maton.ai).","canonicalUrl":"https://xpersona.co/skill/maton-ai-api-gateway-skill","sourceUrl":"https://github.com/maton-ai/api-gateway-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"maton-ai","label":"Maton Ai","url":"https://github.com/maton-ai/api-gateway-skill"},"protocols":["OPENCLEW"],"capabilities":["set","specify","cause"],"trustScore":null,"trustConfidence":"unknown","artifactCount":24,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-24T17:58:46.232Z","freshnessLabel":"Feb 24, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 24, 2026"},{"label":"Vendor","value":"Maton Ai"},{"label":"Artifacts","value":"24"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Maton Ai","href":"https://github.com/maton-ai/api-gateway-skill","sourceUrl":"https://github.com/maton-ai/api-gateway-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"7 GitHub stars","href":"https://github.com/maton-ai/api-gateway-skill","sourceUrl":"https://github.com/maton-ai/api-gateway-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/maton-ai-api-gateway-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/maton-ai-api-gateway-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:41:45.785Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key, oauth","href":"https://xpersona.co/api/v1/agents/maton-ai-api-gateway-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/maton-ai-api-gateway-skill/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:41:45.785Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/maton-ai/api-gateway-skill#input","sourceUrl":"https://xpersona.co/api/v1/agents/maton-ai-api-gateway-skill/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:41:45.785Z","isPublic":true},{"factKey":"artifact_count","category":"artifact","label":"Public artifacts","value":"24 crawlable assets","href":"https://github.com/maton-ai/references/zoho-recruit.md","sourceUrl":"https://github.com/maton-ai/api-gateway-skill","sourceType":"media","confidence":"medium","observedAt":"2026-02-24T17:59:25.025Z","isPublic":true},{"factKey":"learning_assets","category":"learning_asset","label":"Learning assets","value":"2 demo or tutorial assets","href":"https://github.com/maton-ai/references/youtube.md","sourceUrl":"https://github.com/maton-ai/api-gateway-skill","sourceType":"media","confidence":"medium","observedAt":"2026-02-24T17:59:23.479Z","isPublic":true}],"highlights":["7 GitHub stars","Schema refs published","Trust evidence available","24 public artifacts"],"agentCard":{"name":"api-gateway","description":"Connect to 100+ APIs (Google Workspace, Microsoft 365, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth.\nSecurity: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect flow. Access is strictly scoped to connections the user has authorized. Provided by Maton (https://maton.ai).","source":"GITHUB_OPENCLEW","sourceId":"github:1147121400","repository":"https://github.com/maton-ai/api-gateway-skill","documentation":"https://xpersona.co/skill/maton-ai-api-gateway-skill/agent/maton-ai-api-gateway-skill","protocols":["OPENCLEW"],"capabilities":["set","specify","cause"],"languages":["typescript"],"install":{"command":"git clone https://github.com/maton-ai/api-gateway-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Native Slack API call\npython <<'EOF'\nimport urllib.request, os, json\ndata = json.dumps({'channel': 'C0123456', 'text': 'Hello from gateway!'}).encode()\nreq = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST')\nreq.add_header('Authorization', f'Bearer {os.environ[\"MATON_API_KEY\"]}')\nreq.add_header('Content-Type', 'application/json')\nprint(json.dumps(json.load(urllib.request.urlopen(req)), indent=2))\nEOF"},{"kind":"example","language":"text","snippet":"https://gateway.maton.ai/{app}/{native-api-path}"}]}}