stripe-pulse

Fetch Stripe SaaS metrics as JSON, CSV, or Markdown from the command line.

41|4|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/progrmoiz/stripe-pulse --skill stripe-pulse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stripe-pulse
Source: https://github.com/progrmoiz/stripe-pulse/tree/main
Command: npx skills add https://github.com/progrmoiz/stripe-pulse --skill stripe-pulse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

stripe-pulse provides a fast, offline-friendly way to fetch key Stripe SaaS metrics (MRR, ARR, churn, NRR, LTV, ARPU, and active customers) directly from your Stripe subscriptions, all from the command line.

Core Features & Use Cases

  • Retrieve real-time SaaS metrics (MRR, ARPU, LTV, NRR, churn) from Stripe without a dashboard.
  • See per-plan revenue breakdown and movements (new, expansion, contraction, churn, reactivation).
  • Supports multi-account profiles and outputs in JSON, CSV, or Markdown for automation and reporting.

Quick Start

Authenticate with stripe-pulse, then run a command like stripe-pulse mrr --json to fetch MRR and other SaaS metrics.

Frequently Asked Questions about stripe-pulse

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

FAQPage Schema
How do I get Stripe SaaS metrics like MRR and churn from the command line?

You can retrieve Stripe SaaS metrics like MRR and churn from the command line by running a Node.js CLI that reads your credentials and computes subscription data. It outputs metrics as JSON, CSV, or Markdown reports.

Can I fetch per-plan revenue breakdown and movements from Stripe without a dashboard?

Yes, you can fetch per-plan revenue breakdown and movements directly from Stripe without a dashboard. The CLI computes new, expansion, contraction, churn, and reactivation movements across your subscriptions.

How do I calculate NRR, LTV, and ARPU from Stripe subscriptions for automation?

To calculate NRR, LTV, and ARPU from Stripe subscriptions for automation, run the CLI with a JSON output flag. This provides machine-readable SaaS metrics suitable for automated pipelines and reporting.

Does this CLI support multiple Stripe accounts and profiles?

Yes, the CLI supports multiple Stripe accounts and profiles. You can configure multiple credentials and fetch metrics across one or more Stripe accounts, outputting the results in your preferred format.

What is the best way to export Stripe subscription metrics to CSV or Markdown?

The best way to export Stripe subscription metrics to CSV or Markdown is using a command line tool that computes SaaS metrics and supports multiple output formats. This allows direct integration into reports and automation.