stripe

Manage Stripe billing operations including customers, invoices, refunds, and subscriptions.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mshaheerz/hive-mind --skill stripe-mshaheerz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe
Source: https://github.com/mshaheerz/hive-mind/tree/main/agent-skills/stripe
Command: npx skills add https://github.com/mshaheerz/hive-mind --skill stripe-mshaheerz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Stripe billing and payment operations, from creating customers and products to processing refunds and subscriptions, reducing manual effort and potential errors.

Core Features & Use Cases

  • Customer Management: Create, list, and manage customer accounts.
  • Product & Pricing: Define and list products and their associated prices.
  • Invoicing: Generate, finalize, and send invoices to customers.
  • Payment Links: Create shareable links for easy customer payments.
  • Refunds & Subscriptions: Process refunds and manage subscription lifecycles (cancel, update).
  • Dispute Handling: View and manage customer disputes.
  • Balance Inquiry: Check the Stripe account balance.
  • Execution Options: Supports MCP for automation, Stripe CLI for scripting, and manual Dashboard operations.

Quick Start

Use the stripe skill to create a new customer with the name 'Acme Corp' and email '[email protected]'.

Frequently Asked Questions about stripe

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

FAQPage Schema
How do I manage Stripe billing and subscriptions end to end?

Stripe billing management covers creating customer accounts, defining product catalogs, generating invoices, and managing subscription lifecycles including updates and cancellations. You can execute these operations via MCP, command-line interface, or manual dashboard interaction.

Can I process refunds and handle payment disputes automatically?

Refunds and dispute resolution are supported directly through the Skill. You can process customer refunds and manage dispute cases, ensuring robust financial transaction management without manual dashboard intervention.

What do I need to set up before automating Stripe payment operations?

You need access to a Stripe account and optionally the Stripe CLI for scripting. The Skill operates without external dependencies, supporting automated execution via MCP or command-line interfaces for financial transaction workflows.

How do I generate and send Stripe invoices to customers?

Stripe invoicing allows you to generate, finalize, and send invoices directly to customers. The Skill manages the entire invoicing workflow alongside customer account creation and product pricing definitions.

Does this approach work better than manual Stripe Dashboard operations?

Automating Stripe billing through this Skill reduces manual effort and potential errors compared to dashboard operations. It streamlines customer management, invoicing, refunds, and subscription lifecycles into an integrated workflow.

Can I create shareable payment links for customer checkout?

Payment links can be created to facilitate easy customer payments. This feature integrates with broader billing operations, allowing you to define products, set prices, and generate shareable checkout links seamlessly.