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.

설치로 이동

소스 정보

저장소
appeeky/stripe-skills
최근 소스 활동
2026년 7월 19일 10:10
감지된 SKILL.md 언어
영어
스타
5
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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`.
GitHub에서 보기