From norman-finance
Generates detailed expense reports with category breakdowns, top vendors, trends, insights, and period comparisons from transaction data. Activates for expense reports, spending summaries, or cost analysis.
npx claudepluginhub norman-finance/norman-mcp-server --plugin norman-financeThis skill uses the workspace's default tool permissions.
Generate a comprehensive expense report for the user:
Analyzes CSV or text bank transactions, categorizes spending, tracks monthly budgets, detects overspending and anomalies. Generates interactive local HTML reports with JSON export.
Creates, searches, and manages QuickBooks Online expense records, bills, and vendor payments. Covers Purchase (checks, credit cards, cash) and Bill entities, per-client cost tracking, vendor management, MSP categorization.
Scans transactions for missed German tax deductions like home office, tech, travel for freelancers/small businesses, suggests SKR04 categories, and estimates savings.
Share bugs, ideas, or general feedback.
Generate a comprehensive expense report for the user:
search_transactions for the specified period (default: last month)get_company_balance for current balance contextGroup expenses by bookkeeping category. For each category show:
Present as a ranked list, largest category first.
List the top 10 vendors/payees by total spend:
If the user asks for a longer period (quarter or year), provide:
If data is available for the previous equivalent period:
Structure the report clearly:
Expense Report: [Period]
========================
Total Expenses: X,XXX.XX EUR
By Category:
1. [Category] X,XXX.XX EUR (XX%) [N transactions]
2. [Category] XXX.XX EUR (XX%) [N transactions]
...
Top Vendors:
1. [Vendor] X,XXX.XX EUR [N transactions]
2. [Vendor] XXX.XX EUR [N transactions]
...
Key Insights:
- [Notable finding]
- [Notable finding]
Keep amounts in EUR. Use clear formatting for readability. Offer to drill down into any specific category if the user wants more detail.