api-gateway

Route requests to external APIs with automatic OAuth token injection.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill api-gateway-okbest2024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-gateway
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/api-gateway
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill api-gateway-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies secure, scalable access to external APIs by providing a managed OAuth gateway that returns tokens per authorized connection and routes requests to the correct service.

Core Features & Use Cases

  • Centralized management of OAuth connections for 100+ services (Google Workspace, GitHub, Slack, Notion, etc.).
  • Transparent request passthrough with automatic token injection and per-service routing.
  • Use Case: A user wants to pull data from GitHub and Notion in a single workflow without manually authenticating each service.

Quick Start

Start the API gateway with a valid MATON_API_KEY and configured service connections to route requests to external APIs.

Frequently Asked Questions about api-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does a managed OAuth gateway handle external API integration?

A managed OAuth gateway automates secure access by returning tokens per authorized connection and routing requests to the correct external service, ensuring tokens are only used for authorized connections through explicit user authorization flows.

Can I connect to multiple services like GitHub and Notion in a single workflow?

Yes, you can connect to multiple services like GitHub and Notion in a single workflow. The gateway provides centralized management of OAuth connections for 100+ services without requiring manual authentication for each one.

What do I need to start routing requests through the API gateway?

To start routing requests through the API gateway, you need a valid MATON_API_KEY and configured service connections. This setup enables transparent request passthrough with automatic token injection to external APIs.

Does the OAuth gateway support Google Workspace and Microsoft 365?

Yes, the OAuth gateway supports Google Workspace and Microsoft 365. It provides centralized management for 100+ services, applying policy-driven access and per-service routing for these external platforms.

When should I use a centralized OAuth gateway instead of direct authentication?

Use a centralized OAuth gateway when you need scalable, policy-driven access to external APIs across multiple services. It simplifies token management by enforcing explicit authorization flows and scopes rather than handling manual authentication per service.

Why are OAuth tokens only used for authorized connections?

OAuth tokens are only used for authorized connections because the gateway enforces explicit user authorization flows and scopes. This policy-driven approach ensures secure, transparent request passthrough with automatic token injection per service.