skills/skills.volces.com/expense-report

expense-report

SKILL.md

Generate a comprehensive expense report for the user:

Step 1: Gather data

  • Call search_transactions for the specified period (default: last month)
  • Filter for outgoing transactions (expenses only, exclude income)
  • Call get_company_balance for current balance context

Step 2: Categorize and group

Group expenses by bookkeeping category. For each category show:

  • Category name
  • Total amount (EUR)
  • Number of transactions
  • Percentage of total expenses

Present as a ranked list, largest category first.

Step 3: Top vendors

List the top 10 vendors/payees by total spend:

  • Vendor name
Installs
13
First Seen
Mar 17, 2026