categorize-transactions

Review 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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "categorize-transactions" with this command: npx skills add stanlee000/norman-categorize-transactions

Help the user categorize and organize their bank transactions:

  1. Fetch uncategorized transactions: Call search_transactions to find transactions that need attention. Look for unverified or uncategorized entries.

  2. Smart categorization: For each transaction, suggest a category based on:

    • The transaction description / reference text
    • The counterparty name
    • The amount and pattern (recurring = likely subscription)
    • Similar past transactions
  3. Update transactions: Use categorize_transaction to assign the correct bookkeeping category (SKR04 chart of accounts for German businesses).

  4. Invoice matching: When a transaction looks like an incoming payment:

    • Call list_invoices to find matching unpaid invoices (by amount or client)
    • Use link_transaction to connect the payment to the invoice
  5. Document attachment: Remind the user to attach receipts for expenses:

    • Use upload_bulk_attachments for multiple receipts
    • Use link_attachment_transaction to connect receipts to transactions
  6. Verification: 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Norman: Accounting Monthly Reconciliation

Perform a complete monthly financial reconciliation - review all transactions, match invoices, check outstanding payments, and prepare for tax filing. Use wh...

Registry SourceRecently Updated
4090Profile unavailable
General

Financial Overview

Get a complete financial overview of the business including balance, recent transactions, outstanding invoices, and upcoming tax obligations. Use when the us...

Registry SourceRecently Updated
6950Profile unavailable
General

Norman: Tax Deduction Finder

Scan transactions for potentially missed tax deductions and suggest proper categorization. Use when the user asks about saving taxes, Steueroptimierung, dedu...

Registry SourceRecently Updated
4130Profile unavailable
General

Norman: Tax Report

Review and manage German tax reports including VAT (Umsatzsteuer), income tax prepayments, and Finanzamt submissions. Use when the user asks about taxes, Ste...

Registry SourceRecently Updated
3880Profile unavailable