stripe-expert

Guide Stripe payment and subscription integrations using official API documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MEDICALCOR/medicalcor-core --skill stripe-expert-medicalcor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-expert
Source: https://github.com/MEDICALCOR/medicalcor-core/tree/main/.claude/skills/stripe
Command: npx skills add https://github.com/MEDICALCOR/medicalcor-core --skill stripe-expert-medicalcor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Integrating Stripe's vast array of payment processing, billing, subscription, and advanced features can be daunting due to its extensive API and documentation. This Skill provides comprehensive, accurate guidance, simplifying your financial integrations.

Core Features & Use Cases

  • Full Stripe API Expertise: Access to 3,253+ official documentation files covering all Stripe products and features, from Payment Intents to Climate.
  • Payment & Subscription Automation: Streamline one-time payments, recurring billing, customer management, and metered usage with clear code examples.
  • Advanced Integrations: Get guidance on Stripe Connect for marketplaces, Radar for fraud, Terminal for in-person payments, and Identity verification.
  • Use Case: "I need to set up a subscription service with metered billing using Stripe. Guide me through creating a metered price, reporting usage, and handling subscription webhooks in Next.js."

Quick Start

Explain how to create a basic Stripe Checkout session for a one-time payment using the Node.js SDK, and provide the server-side code.