Generates categorized spending breakdowns with month-over-month trends, flags categories with >20% or >$100 changes, and lists driving transactions using spending_summary and transaction_search.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountant-skills:spending-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produces a categorized breakdown of your spending for a given period, compares it against prior months to show trends, and highlights categories where spending increased or decreased significantly.
Produces a categorized breakdown of your spending for a given period, compares it against prior months to show trends, and highlights categories where spending increased or decreased significantly.
spending_summary — get total spending grouped by category for any date rangetransaction_search — drill into specific categories for transaction-level detailspending_summary for the current month to get category-level totals.spending_summary for the previous month to establish a comparison baseline.transaction_search with category: "<flagged_category>" and months: 1 to pull the individual transactions driving the increase.=B2-C2 (this month minus last month).=IF(C2<>0, (B2-C2)/ABS(C2)*100, "New").categorize tool first if many transactions are uncategorized.npx claudepluginhub openaccountant/skillsDetects lifestyle creep by comparing spending categories over 6-12 months using spending_summary tool or CSV/Google Sheets pivot tables and charts.
Rolls up spending by category, computes 6-month rolling average, YoY delta, and budget variance, then flags outlier categories (>1.5x rolling avg or >130% budget). Returns ranked list of growing/shrinking/flat categories with driver transactions.
Generates detailed expense reports with category breakdowns, top vendors, trends, insights, and period comparisons from Norman Finance transactions.