Install
openclaw skills install norman-categorize-transactionsReview and categorize uncategorized bank transactions, match them with invoices, and verify bookkeeping entries. Use when the user wants to review transactions, categorize expenses, do bookkeeping, or reconcile their bank account.
openclaw skills install norman-categorize-transactionsHelp the user categorize and organize their bank transactions:
Fetch uncategorized transactions: Call search_transactions to find transactions that need attention. Look for unverified or uncategorized entries.
Smart categorization: For each transaction, suggest a category based on:
Update transactions: Use categorize_transaction to assign the correct bookkeeping category (SKR04 chart of accounts for German businesses).
Invoice matching: When a transaction looks like an incoming payment:
list_invoices to find matching unpaid invoices (by amount or client)link_transaction to connect the payment to the invoiceDocument attachment: Remind the user to attach receipts for expenses:
upload_bulk_attachments for multiple receiptslink_attachment_transaction to connect receipts to transactionsVerification: After categorizing, use change_transaction_verification to mark transactions as verified.
Present transactions in batches of 10-15 for manageable review. Show: Date, Amount, Description, Suggested Category.