π¦ ClawHub
Norman: Accounting Monthly Reconciliation
by @stanlee000
Perform a complete monthly financial reconciliation - review all transactions, match invoices, check outstanding payments, and prepare for tax filing. Use wh...
TERMINAL
clawhub install norman-monthly-reconciliationπ About This Skill
name: monthly-reconciliation description: Perform a complete monthly financial reconciliation - review all transactions, match invoices, check outstanding payments, and prepare for tax filing. Use when the user wants to close the month, do monthly bookkeeping, or perform a Monatsabschluss. version: 1.0.0 disable-model-invocation: true argument-hint: "[month, e.g. January 2026]" metadata: openclaw: emoji: "\U0001F4C5" homepage: https://norman.finance requires: mcp: - norman-finance
Guide the user through a complete monthly reconciliation:
Step 1: Transaction Review
search_transactions for the specified month (or last month if not specified)categorize_transaction to assign the correct bookkeeping categoryStep 2: Finalize Transactions
change_transaction_verificationStep 3: Invoice Reconciliation
list_invoices to find invoices from the periodlink_transaction to match payments to invoicessend_invoice_overdue_reminderStep 4: Document Check
list_attachments for the periodupload_bulk_attachmentslink_attachment_transaction to connect any newly uploaded receiptsStep 5: Tax Preparation
get_company_tax_statistics for the period overviewget_vat_next_report to check if a VAT report is duegenerate_finanzamt_preview to show the draftsubmit_tax_reportStep 6: Summary
Present a closing summary:Be thorough but keep each step interactive - wait for user confirmation before proceeding.