Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payment...
Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payment...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Call list_invoices to get all invoices Filter for invoices that are past their due date and still unpaid If $ARGUMENTS specifies a client name, filter to that client only Present a summary table: Client, Invoice #, Amount, Due Date, Days Overdue
Group overdue invoices by severity: Gentle reminder (1-14 days overdue): First reminder, friendly tone Second reminder (15-30 days overdue): Firmer tone, reference original due date Final notice (30+ days overdue): Urgent, mention potential consequences
For each overdue invoice (or batch per client): Show the invoice details: amount, due date, days overdue Show the client's contact info from get_client Let the user decide whether to send a reminder or skip
Use send_invoice_overdue_reminder for each approved reminder Wait for user confirmation before each send
Present a final report: Total overdue amount across all clients Number of reminders sent Any invoices the user chose to skip (and why) Suggest scheduling a follow-up check in 7 days Important: ALWAYS let the user review and approve each reminder before sending Never send reminders automatically without explicit confirmation In Germany, a Mahnung (formal dunning letter) has legal implications - make sure the user is aware Suggest checking if a payment was recently received but not yet linked (use search_transactions)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.