subscription-audit
Find and rank the recurring-payment leak — every subscription annualized, sorted by real yearly cost, with the keep/cancel/downgrade pass and the where-they-hide checklist. Use when asked audit my subscriptions, how much am I spending on subscriptions, help me cancel stuff, or what recurring charges am I forgetting. Produces the annualized ranking from the script, the hidden-subscription hunt list, the keep/cancel/downgrade decisions with the cancellation friction notes, and the re-audit cadence.
npx skills add mohitagw15856/pm-claude-skills --skill subscription-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Subscription Audit Skill Subscriptions are priced monthly precisely so nobody computes them yearly — $15.99 is a sandwich; $191.88 is a decision. The audit is two passes: *find them all* (the hunt is the hard part — they hide across cards, app stores, PayPal, and annual charges that only surface one month a year) and *annualize and rank them*, at which point most of the leak turns out to live in the top three lines. This skill runs both passes and then the honest keep/cancel/downgrade sort — including the note that canceling is sometimes deliberately harder than subscribing, and how to do it anyway. ## What This Skill Produces - **The annualized ranking** — every recurring charge at its true yearly cost, from the script, with per-month and per-day totals - **The hunt checklist** — the places subscriptions hide, worked through systematically - **The sort** — keep (used, valued) / cancel (the honest list) / downgrade (the tier nobody remembers choosing) / negotiate (the ones that discount on cancel-intent) - **The re-audit cadence** — because the leak refills ## Required Inputs Ask for these if not provided: - **The recurring lines** — from bank/card statements (2–3 months back, pl
- What This Skill Produces
- Required Inputs
- Programmatic Helper
- Framework: The Audit Rules
- Output Format
- The Ranking
- The Hunt Ledger
- The Sort
- Quality Checks
- Anti-Patterns
python3 scripts/subscription_audit.py --sub "streaming-a:15.99:monthly" --sub "vpn:71.88:yearly" --sub "gym:45:monthly" python3 scripts/subscription_audit.py --sub "news:4:weekly" --sub "cloud:2.99:monthly" --json
What does the subscription-audit skill do?
Find and rank the recurring-payment leak — every subscription annualized, sorted by real yearly cost, with the keep/cancel/downgrade pass and the where-they-hide checklist. Use when asked audit my subscriptions, how much am I spending on subscriptions, help me cancel stuff, or what recurring charges am I forgetting. Produces the annualized ranking from the script, the hidden-subscription hunt list, the keep/cancel/downgrade decisions with the cancellation friction notes, and the re-audit cadence.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill subscription-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
