stripe

Integrates with Stripe API to manage customers, subscriptions, invoices, and payments.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill stripe-craftos-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/stripe-api
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill stripe-craftos-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Stripe-related financial operations, including customer billing, subscriptions, and payment processing, by providing a unified API gateway.

Core Features & Use Cases

  • Comprehensive API Access: Interact with Stripe's core resources like customers, products, prices, subscriptions, invoices, and charges.
  • Managed Authentication: Handles OAuth for secure connection to your Stripe account via Maton.ai.
  • Use Case: Automatically create a new subscription for a customer when they sign up for a premium service, and send them an invoice.

Quick Start

Use the stripe skill to list the first 10 customers in your Stripe account.

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 billing via API?

This Skill facilitates Stripe subscription and billing management by providing a unified API gateway. It handles customer management, subscription creation, invoice generation, and payment processing through secure API interactions.

Do I need a Maton API key to process Stripe payments?

Yes, a valid Maton API key is required to process Stripe payments. The key handles authentication and manages the secure connection between the Skill and your Stripe account.

Can I automatically generate invoices when creating a new subscription in Stripe?

Yes, you can automatically generate invoices when creating a new Stripe subscription. The Skill enables workflows that create a subscription for a customer signing up for a service and automatically send them an invoice.

What Stripe resources can I access for customer and product cataloging?

You can interact with core Stripe resources including customers, products, prices, subscriptions, invoices, and charges. This allows comprehensive management of financial transactions and customer billing operations.

Does network access affect Stripe API integration for billing operations?

Yes, network access is required for Stripe API integration to perform billing operations. The Skill needs active network connectivity to facilitate real-time payment processing, subscription handling, and customer management tasks.