Toolverse
All skills

api-gateway

by openclaw

API gateway for calling third-party APIs with managed auth. Use this skill when users want to interact with external services like Slack, HubSpot, Salesforce, Google Workspace, Stripe, Shopify, and more.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
6

About this skill

API gateway for calling third-party APIs with managed auth. Use this skill when users want to interact with external services like Slack, HubSpot, Salesforce, Google Workspace, Stripe, Shopify, and more.

How to use

  1. Upewnij się, że masz klucz MATON_API_KEY — ustawić go jako zmienną środowiskową w konfiguracji agenta lub skilla.

  2. Zidentyfikuj serwis, z którym chcesz się połączyć (np. Slack, Gmail, Notion). Każdy serwis ma własną nazwę w bramce — na przykład Google Mail to "google-mail", a natywna ścieżka API to "gmail/v1/users/me/messages".

  3. Sformułuj żądanie HTTP (POST lub GET) na adres https://gateway.maton.ai/{nazwa-serwisu}/{natywna-ścieżka-api}. W nagłówku Authorization dodaj "Bearer {MATON_API_KEY}". Jeśli wysyłasz dane, ustaw Content-Type na application/json.

  4. Jeśli jeszcze nie autoryzowałeś tego serwisu, Maton poprosi Cię o zgodę przez OAuth — zaloguj się na konto danego serwisu i potwierdź dostęp. Ta zgoda jest zapisywana i nie musisz jej powtarzać.

  5. Wyślij żądanie — bramka automatycznie dołączy Twoje autoryzowane dane dostępu i przekaże żądanie do natywnego API serwisu. Odpowiedź wróci w formacie JSON.

  6. Obsługuj odpowiedź w swoim agencie — sprawdź status, wyciągnij dane i wykorzystaj je w logice przepływu.

Related skills

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130