Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Added sample reference documentation file: references/wati/README.md - No changes to main functionality or APIs - Internal documentation enhancement only; no user-facing changes
What This Skill Does
A passthrough proxy that routes API calls to 100+ third-party services using managed OAuth connections from Maton. You authenticate once with a Maton API key, and the gateway injects the correct OAuth token for each target service. Each service requires explicit OAuth authorization through Maton's connect flow.
Eliminates per-service OAuth setup by routing all requests through one endpoint, so you manage one API key instead of separate credentials for each integration.
When to use it
- Posting Slack messages from an AI agent without managing OAuth tokens
- Reading Gmail threads in a script using a single API key
- Syncing new HubSpot contacts into a spreadsheet on a schedule
- Querying Salesforce records with SOQL from a cron job
- Creating Notion pages when a webhook fires from another service
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Post 'Deploy complete' to a Slack channel
- 1Check for an active Slack connection via ctrl.maton.ai/connections
- 2If no active connection exists, create one and open the returned URL to complete OAuth
- 3Send POST to gateway.maton.ai/slack/api/chat.postMessage with channel ID and text
- 4Gateway injects the Slack OAuth token and forwards the request to Slack's API
Message 'Deploy complete' appears in the specified Slack channel
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.