stripe

Manage Stripe payments, subscriptions, invoices, and customer data via API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kellyclaudeai/cora --skill stripe-kellyclaudeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe
Source: https://github.com/kellyclaudeai/cora/tree/main/skills/stripe
Command: npx skills add https://github.com/kellyclaudeai/cora --skill stripe-kellyclaudeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of financial transactions, customer billing, and payment processing through integration with the Stripe platform.

Core Features & Use Cases

  • Payment Processing: Create payment intents and process one-time payments.
  • Subscription Management: Handle recurring billing and subscription lifecycles.
  • Customer & Invoice Management: Organize customer data and generate invoices.
  • Use Case: A user can ask to "Create a $50 payment link" or "Show subscription for [email protected]".

Quick Start

Use the stripe skill to list recent Stripe payments.

Frequently Asked Questions about stripe

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

FAQPage Schema
How do I process one-time payments and manage recurring billing for an e-commerce platform?

You can process one-time payments and manage recurring billing by creating payment intents and handling subscription lifecycles through the Stripe API. This Skill supports e-commerce and SaaS platforms by streamlining payment processing and customer billing.

What do I need to authenticate API requests and verify webhooks for payment processing?

Payment processing requires secure API key authentication to connect to the Stripe API. You also need webhook verification to ensure reliable and authentic transaction handling for your payment intents and invoices.

Can I use this to organize customer data and generate invoices for my SaaS subscriptions?

Yes, you can organize customer data and generate invoices for SaaS subscriptions. The Skill handles customer management and subscription lifecycles, allowing you to look up customers by email and manage their billing records.

How do I create a payment link or list recent Stripe payments?

You can create a payment link by specifying an amount, such as asking for a $50 payment link. To list recent Stripe payments, simply request the Skill to retrieve and display recent transaction history from your account.

Does this approach work for both e-commerce checkouts and SaaS subscription models?

Yes, this approach works for both e-commerce and SaaS platforms. It supports creating payment intents for one-time checkouts and handling recurring billing cycles for ongoing subscription management.