Install
openclaw skills install norman-expense-reportGenerate a detailed expense breakdown by category for a given period. Use when the user asks for an expense report, spending summary, Ausgabenübersicht, cost analysis, or wants to understand where their money is going.
openclaw skills install norman-expense-reportGenerate 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.