From norman-finance
Finds overdue invoices via list_invoices, prioritizes by days overdue (gentle/second/final reminders), reviews details, and sends user-approved payment reminders using norman-finance. For unpaid invoice management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/norman-finance:overdue-reminders [client name or 'all'][client name or 'all']The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user manage overdue invoices and send payment reminders:
Help the user manage overdue invoices and send payment reminders:
list_invoices to get all invoices$ARGUMENTS specifies a client name, filter to that client onlyGroup overdue invoices by severity:
For each overdue invoice (or batch per client):
get_clientsend_invoice_overdue_reminder for each approved reminderPresent a final report:
Important:
search_transactions)npx claudepluginhub norman-finance/norman-mcp-server --plugin norman-financeGenerates accounts receivable aging reports by sorting unpaid invoices into buckets (0-30, 31-60, 61-90, 90+ days), flags overdue clients, and recommends actions. Uses transaction_search or spreadsheets.
Scans emails for invoices, payment confirmations, and due dates to report paid, outstanding, and overdue items. Useful for queries like 'unpaid invoices', 'payment status', or 'what do I owe'.
Identifies and collects missing receipts for client companies in Norman Finance, prioritizes by amount and month, suggests ping strategies, and sends bulk notifications to clients. Use for tax document or Belege requests.