🦀 ClawHub
Norman: Expense report
by @stanlee000
Generate a detailed expense breakdown by category for a given period. Use when the user asks for an expense report, spending summary, Ausgabenübersicht, cost...
TERMINAL
clawhub install norman-expense-report📖 About This Skill
name: expense-report description: Generate 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. version: 1.0.0 argument-hint: "[period, e.g. January 2026 or Q1 2026 or 2025]" metadata: openclaw: emoji: "\U0001F4B8" homepage: https://norman.finance requires: mcp: - norman-finance
Generate a comprehensive expense report for the user:
Step 1: Gather data
search_transactions for the specified period (default: last month)get_company_balance for current balance contextStep 2: Categorize and group
Group expenses by bookkeeping category. For each category show:Present as a ranked list, largest category first.
Step 3: Top vendors
List the top 10 vendors/payees by total spend:Step 4: Trends and insights
If the user asks for a longer period (quarter or year), provide:Step 5: Comparison (if possible)
If data is available for the previous equivalent period:Presentation format
Structure the report clearly:Expense Report: [Period]
========================
Total Expenses: X,XXX.XX EURBy 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.