stripe-billing-manager

Manage Stripe subscription lifecycle, dunning sequences, and revenue reports.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill stripe-billing-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-billing-manager
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/stripe-billing-manager
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill stripe-billing-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire customer billing lifecycle within Stripe, from initial subscription setup to managing failed payments and generating revenue reports.

Core Features & Use Cases

  • Subscription Management: Create, upgrade, downgrade, and cancel subscriptions with automatic proration.
  • Dunning & Recovery: Automate failed payment recovery sequences and customer notifications.
  • Reporting: Generate key SaaS metrics like MRR, churn, and ARPU.
  • Use Case: A SaaS company can use this Skill to ensure all new customer sign-ups are correctly onboarded into their billing system, and that any payment failures are automatically handled to minimize revenue loss.

Quick Start

Use the stripe-billing-manager skill to upgrade the customer with email [email protected] from the starter plan to the growth plan immediately.

Frequently Asked Questions about stripe-billing-manager

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

FAQPage Schema
How do I automate Stripe subscription lifecycle management?

Stripe subscription lifecycle management is automated by handling subscription creation, modification, cancellation, and refund processing. It manages the entire customer billing lifecycle from initial setup to final closure.

How do I automate failed payment recovery for SaaS billing?

Failed payment recovery for SaaS billing is handled using automated dunning sequences. This process automatically retries failed charges and sends customer notifications to minimize revenue loss.

How do I generate MRR and churn rate reports from Stripe?

MRR and churn rate reports are generated by processing Stripe subscription data to calculate essential SaaS metrics. It automatically computes Monthly Recurring Revenue, churn, and ARPU for reporting.

Do I need Stripe API keys to manage subscriptions automatically?

Yes, secure authentication with Stripe API keys is required to manage subscriptions automatically. It uses these credentials to authorize actions and integrates with a database for event syncing.

Can I upgrade or downgrade customer subscriptions with automatic proration?

Customer subscriptions can be upgraded or downgraded with automatic proration. This adjusts the billing cycle immediately and calculates the difference in charges automatically during the modification.