Skip to main content

upsell-expansion

Finds expansion revenue opportunities in Stripe -- add-ons, seat upgrades, plan upgrades, and net revenue retention (NRR). Use when the user mentions "expansion revenue", "upsell", "NRR", "net revenue retention", "add-ons", or "grow existing accounts". For downgrades/proration, see subscription-plan-changes.

Jump to install

Source facts

Repository
appeeky/stripe-skills
Last source activity
July 19, 2026 at 10:10
Detected SKILL.md language
English
Stars
5
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
upsell-expansion
description
Finds expansion revenue opportunities in Stripe -- add-ons, seat upgrades, plan upgrades, and net revenue retention (NRR). Use when the user mentions "expansion revenue", "upsell", "NRR", "net revenue retention", "add-ons", or "grow existing accounts". For downgrades/proration, see subscription-plan-changes.
metadata
{"version":"1.0.0"}
# Upsell & Expansion ## Stripe MCP Setup Requires **Stripe MCP** (https://docs.stripe.com/mcp). `GetMcpTools` before `CallMcpTool`. Paginate all lists (`limit: 100`, `starting_after` while `has_more`). Amounts in **cents**. Read-only for audits; confirm before writes. ## Workflow 1. List active subs with items expanded 2. Segment: - Single-plan subs -> upsell to higher tier / add-ons - Users near usage/seat limits (if metadata tracks it) - Long-tenure subs on legacy low prices 3. Compute **NRR** = (start MRR + expansion - contraction - churn) / start MRR ## Output Template ``` Expansion Opportunities NRR (last period): [X]% (benchmark: >100% is expansion-positive) | Segment | Subs | Current MRR | Upsell path | Est. uplift | |---------|------|-------------|-------------|-------------| | No add-on | | | Agent add-on | | | Starter 12mo+ | | | -> Pro | | Priority: [highest-uplift, lowest-friction segment] ``` Cross-check add-on attach rate against `pricing-products-audit`.
View on GitHub