stripe-payments

Integrate Stripe payment processing, subscriptions, and webhook verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/code-craka/afilo-nextjs-shopify-app --skill stripe-payments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-payments
Source: https://github.com/code-craka/afilo-nextjs-shopify-app/tree/main/.claude/skills/stripe-payments
Command: npx skills add https://github.com/code-craka/afilo-nextjs-shopify-app --skill stripe-payments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complexities of integrating Stripe for payment processing, managing subscriptions, and handling various billing scenarios. It enables the implementation of secure, adaptive, and efficient payment workflows for your digital marketplace.

Core Features & Use Cases

  • Adaptive Checkout: Optimizes payment methods and flows based on user context, ensuring a smooth and intelligent checkout experience.
  • Subscription Management: Handles the full lifecycle of subscriptions, including creation, plan changes, cancellations, and prorated billing.
  • Secure Payment Handling: Provides patterns for PCI-compliant payment processing, robust error handling, and webhook verification.
  • Use Case: An e-commerce manager wants to offer a new subscription tier for a digital product. This skill guides the setup of the new price in Stripe, integrates it into the checkout flow, and ensures proper handling of upgrades/downgrades and prorated billing.

Quick Start

Use the stripe-payments skill to integrate a new one-time purchase product with Stripe, ensuring the checkout session is created correctly and the payment success webhook is handled.