churn-analysis
Installation
SKILL.md
Churn Analysis
Stripe MCP Setup
Requires Stripe MCP connected via OAuth or restricted key. Docs: https://docs.stripe.com/mcp
GetMcpToolswithserver: "user-Stripe"(orplugin-stripe-stripe) before any call- Prefer
stripe_api_search→stripe_api_details→stripe_api_readfor list/retrieve - Always paginate —
limit: 100, followhas_morewithstarting_after - Amounts are in cents unless noted
- Never expose secret keys in output
Workflow
- Snapshot active + past_due counts (today) via
GetSubscriptions - Canceled in period — list subscriptions with
status: canceledcreated or canceled in window- Use
search_stripe_resources:subscriptions:status:"canceled"(note 100 cap — supplement with API list + filter)
- Use
- Classify churn