stripe-integration

Implement Stripe Checkout sessions, webhooks, and subscription billing flows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/anton-abyzov/sw-soccer-manager --skill stripe-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-integration
Source: https://github.com/anton-abyzov/sw-soccer-manager/tree/main/plugins/specweave-payments/skills/stripe-integration
Command: npx skills add https://github.com/anton-abyzov/sw-soccer-manager --skill stripe-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires stripe-sdk, and includes assets (resource) and references (resource) components.

What problem does it solve?

This skill guides you through implementing robust and PCI-compliant Stripe payment processing, covering everything from one-time payments and subscriptions to webhooks and refunds, simplifying complex financial integrations.

Core Features & Use Cases

  • Payment Flow Implementation: Set up hosted Stripe Checkout sessions or custom UI with Payment Intents for one-time and recurring payments.
  • Secure Webhook Handling: Implement secure webhook endpoints to process critical payment events idempotently and reliably.
  • Subscription & Customer Management: Create and manage subscription plans, customer records, and payment methods.
  • Use Case: You need to add subscription billing to your SaaS application. Use this skill to create a Stripe Checkout session for a monthly plan, set up a webhook endpoint to handle customer.subscription.updated events, and manage customer payment methods.

Quick Start

Use the stripe-integration skill to create a Stripe Checkout session for a $20/month premium subscription.