stripe

Manage Stripe customers, subscriptions, invoices, products, and payments via OAuth gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable secure, OAuth-driven access to the Stripe API to manage customers, subscriptions, invoices, products, prices, and payments with reduced integration friction.

Core Features & Use Cases

  • Manage customers, subscriptions, invoices, products, and prices through Stripe API via a single gateway.
  • Use managed OAuth to simplify authentication and token handling across applications.
  • Centralize Stripe API access for multi-environment deployments and scalable billing workflows.

Quick Start

Set the MATON_API_KEY environment variable and begin using the Stripe gateway at /stripe/v1 to perform common Stripe operations.

Frequently Asked Questions about stripe

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

FAQPage Schema
How do I manage Stripe subscriptions and payments using a single API gateway?▼

Managed OAuth for Stripe API access handles token-based authentication automatically, reducing integration friction by securing authenticated access across applications without manual token management.

What is managed OAuth and how does it simplify Stripe API authentication?▼

Managed OAuth for Stripe API access handles token-based authentication automatically, reducing integration friction by securing authenticated access across applications without manual token management.

Can I use this Stripe API gateway for multi-environment subscription billing?▼

Yes, this Stripe API gateway centralizes API access for multi-environment deployments and scalable billing workflows, allowing developers to manage customers and subscription actions securely across different environments.

How do I start integrating Stripe API operations with managed OAuth?▼

To start integrating Stripe API operations, set the MATON_API_KEY environment variable, then access the gateway at /stripe/v1 to perform customer, subscription, invoice, and payment actions using documentation-driven examples and error handling.

What are the limitations of using a unified gateway for Stripe API endpoints?▼

Using a unified gateway for Stripe API endpoints requires routing all requests under /stripe/v1, meaning operations depend on the gateway's availability and the MATON_API_KEY environment variable for authentication to function correctly.