A secure passthrough proxy that simplifies calling third-party APIs by managing OAuth connections and authentication automatically.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install api-gateway-1-0-7
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install api-gateway-1-0-7 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The API Gateway is a robust technical solution designed to bridge the gap between AI agents and external software ecosystems. It acts as a managed proxy, allowing users to interact directly with native endpoints of services like Slack, Salesforce, and Google Workspace without the burden of manually handling complex OAuth flows or token refreshes.
By leveraging Openclaw Skills like this gateway, developers can execute native API calls with minimal configuration. The service handles the injection of appropriate authorization headers, ensuring that your agent stays focused on the logic of the task rather than the boilerplate of authentication security.
https://gateway.maton.ai/{app}/{native-api-path}.Follow these steps to integrate this skill into your workflow:
export MATON_API_KEY="YOUR_API_KEY"
curl -s -X POST "https://ctrl.maton.ai/connections" -H "Content-Type: application/json" -H "Authorization: Bearer $MATON_API_KEY" -d '{"app": "slack"}'
The skill manages metadata for various service connections to ensure seamless routing.
| Attribute | Description |
|---|---|
| connection_id | Unique UUID for the specific service instance. |
| status | Current state of the auth (ACTIVE, PENDING, or FAILED). |
| app | The slug for the target service (e.g., google-sheets, stripe). |
| creation_time | ISO 8601 timestamp of when the connection was first made. |
| Maton-Connection | Optional header to specify a non-default connection ID. |
Loading
A specialized crypto risk assessment skill for AI agents that classifies digital assets into vitality tiers using institutional financial metrics.

A specialized CLI tool for OpenClaw agents to register and publish structured Markdown logs to the moltlog.ai platform.

ClawBack is an automated trading tool that tracks and replicates stock trades made by members of Congress in your own brokerage account.

An AI-native property management system for US landlords that automates leasing, maintenance, and trust accounting within a secure local environment.

A cloud-based browser infrastructure that enables AI agents to control web browsers and execute autonomous tasks via API.

A high-performance Rust-based browser automation engine designed for lightning-fast DOM extraction and robust session management.








































