stripe-pulse

Solid

Check Stripe SaaS metrics from the terminal. Use when you need MRR, churn, LTV, NRR, ARPU, customer counts, MRR movements, reactivations, or a full dashboard. Triggers on 'check MRR', 'what's our churn', 'stripe metrics', 'how many customers', 'revenue breakdown', 'returning customers', 'reactivations', 'export metrics', or any Stripe analytics question. Runs `stripe-pulse` CLI commands and parses JSON output.

Data & Documents 41 stars 4 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
54
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# stripe-pulse — Stripe SaaS Metrics CLI Get MRR, ARR, churn, LTV, NRR, quick ratio, MRR movements, reactivations — directly from Stripe subscriptions. **Install:** `npm install -g stripe-pulse` **Quick check:** `stripe-pulse mrr --json` **Everything at once:** `stripe-pulse dashboard --json` ## When to Use - User asks about MRR, revenue, churn, customers, or any SaaS metric - User asks about returning customers, reactivations, or win-backs - Updating pulse.md or state files that track MRR - Running freshness guards that check Stripe data - User wants to export metrics (CSV, markdown, JSON) - User says "check stripe", "what's our MRR", "how's churn looking", "any reactivations" - Comparing metrics across profiles/accounts ## Quick Start ```bash # First time: authenticate stripe-pulse login # Check MRR stripe-pulse mrr --json # → { "mrr": 392, "arr": 4704, "currency": "usd", "activeSubscriptions": 18, "breakdown": [...] } # Full dashboard (most efficient — one call, all metrics) stripe-pulse dashboard --json # → { "mrr": ..., "churn": ..., "reactivatedCustomers": ..., "reactivations": [...], ... } ``` ## Authentication Three-tier auth chain (highest priority wins): 1. `--api-key <key>` flag on any command 2. `STRIPE_API_KEY` environment variable 3. Credentials file at `~/.config/stripe-pulse/credentials.json` Multi-account: `stripe-pulse mrr --profile activecalculator --json` Supports full keys (`sk_live_*`, `sk_test_*`) and restricted keys (`rk_live_*`, `rk_test_...

Details

Author
progrmoiz
Repository
progrmoiz/stripe-pulse
Created
2 months ago
Last Updated
2 months ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

saas-revenue-growth-metrics

Calculate SaaS revenue, retention, and growth metrics. Use when diagnosing momentum, churn, expansion, or product-market-fit signals.

23 Updated 2 months ago
Prorise-cool
Data & Documents Listed

spend-optimizer

Audit subscriptions AND optimize credit card rewards. Analyzes bank CSVs to find recurring charges, categorize spend, identify which card each charge should be on, and calculate potential rewards. Use when user says "audit subscriptions", "optimize my cards", "maximize rewards", or "analyze my spending". Outputs interactive HTML with subscription management and card optimization.

15 Updated 4 months ago
cathrynlavery
Data & Documents Solid

canvas

Operate Pulse Canvas workspaces — read user-curated context, write results, create nodes

24 Updated today
hua-bang
Data & Documents Solid

clawdfolio

Quantitative portfolio toolkit — multi-broker aggregation (Longport, Moomoo/Futu), institutional risk analytics (Sharpe, Sortino, VaR, CVaR, Beta, RSI), options strategy lifecycle, 20+ finance workflows, and CSV/JSON export. Use when the user asks about portfolio analysis, risk metrics, stock quotes, DCA strategy, earnings, options, or financial data export.

11 Updated 1 months ago
YichengYang-Ethan
Code & Development Featured

power-automate-monitoring

Monitor Power Automate flow health, track failure rates, and inventory tenant assets using the FlowStudio MCP cached store. The live API only returns top-level run status. Store tools surface aggregated stats, per-run failure details with remediation hints, maker activity, and Power Apps inventory — all from a fast cache with no rate-limit pressure on the PA API. Load this skill when asked to: check flow health, find failing flows, get failure rates, review error trends, list all flows with monitoring enabled, check who built a flow, find inactive makers, inventory Power Apps, see environment or connection counts, get a flow summary, or any tenant-wide health overview. Requires a FlowStudio for Teams or MCP Pro+ subscription — see https://mcp.flowstudio.app

289 Updated today
hashgraph-online