Audits transaction history for recurring subscriptions, calculates monthly/annual costs, flags unused ones, and recommends cancellations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:subscription-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scans your transaction history for recurring subscription charges, totals your monthly and annual subscription spend, identifies subscriptions with no recent usage pattern changes, and recommends cancellation candidates.
Scans your transaction history for recurring subscription charges, totals your monthly and annual subscription spend, identifies subscriptions with no recent usage pattern changes, and recommends cancellation candidates.
anomaly_detect — detect unused or forgotten subscriptions via type unused_subscriptionstransaction_search — find all recurring charges and verify subscription patternsanomaly_detect with types: ["unused_subscriptions"] to surface subscriptions that appear to be unused or redundant.transaction_search with query: "subscription OR recurring OR monthly" and months: 6 to pull all subscription-like transactions over the past 6 months.=IF(COUNTIF(B:B, B2) > 1, "Recurring", "One-time") where column B is the merchant/description column.npx claudepluginhub openaccountant/skillsAnalyzes transaction history to identify recurring expenses, unused subscriptions, duplicates, and optimization opportunities like cancellations or downgrades with estimated annual savings.
Clusters transaction history by merchant and cadence to detect recurring charges, dormant subscriptions, and amount drift. Useful for subscription audits, bill calendars, or cash-flow forecasting.
Scans email history for recurring SaaS, service, and vendor subscriptions from receipts and billing emails. Identifies active ones, amounts, frequencies, renewal dates, and flags cancellations. Use for auditing spend or forgotten charges.