π¦ ClawHub
Norman: Invoice Overdue Reminders
by @stanlee000
Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payment...
TERMINAL
clawhub install norman-overdue-remindersπ About This Skill
name: overdue-reminders description: Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payments, payment reminders, Mahnung, or chasing payments. version: 1.0.0 disable-model-invocation: true argument-hint: "[client name or 'all']" metadata: openclaw: emoji: "\u23F0" homepage: https://norman.finance requires: mcp: - norman-finance
Help the user manage overdue invoices and send payment reminders:
Step 1: Find overdue invoices
list_invoices to get all invoices$ARGUMENTS specifies a client name, filter to that client onlyStep 2: Prioritize
Group overdue invoices by severity:Step 3: Review before sending
For each overdue invoice (or batch per client):get_clientStep 4: Send reminders
send_invoice_overdue_reminder for each approved reminderStep 5: Summary
Present a final report:Important:
search_transactions)