Norman: Invoice Overdue Reminders

v1.0.0

Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payment...

0· 507·0 current·0 all-time
byStan Kharlap@stanlee000
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actions in SKILL.md. All referenced operations (list_invoices, get_client, send_invoice_overdue_reminder, search_transactions) are directly relevant to finding overdue invoices and sending reminders. The skill also declares a dependency on an MCP provider 'norman-finance' in metadata, which explains where those operations would come from.
Instruction Scope
Instructions stay within the invoicing domain: find overdue invoices, show details, let the user review, and call the send function only after confirmation. The skill explicitly warns about legal implications and suggests checking transactions before sending. It does not instruct reading unrelated files, environment vars, or calling external endpoints outside the presumed finance API.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing will be written to disk or downloaded at install time. This is the lowest-risk install profile for this kind of functionality.
Credentials
Requires no environment variables, credentials, or config paths. The lack of requested secrets is proportionate to the described behavior (the skill delegates work to the 'norman-finance' provider rather than requesting direct API keys).
Persistence & Privilege
always is false and disable-model-invocation is true (the skill cannot be invoked autonomously by the model), which reduces risk. The skill does not request persistent system presence or permissions to modify other skills or system settings.
Assessment
This skill appears internally consistent and low-risk, but before installing you should: (1) confirm the underlying 'norman-finance' provider (norman.finance) is a trusted integration that has access only to your accounting data, (2) verify that send_invoice_overdue_reminder cannot be executed without explicit user confirmation (the SKILL.md requires confirmation, but enforce platform checks), (3) test in a sandbox or with a single test client to confirm reminder wording and legal language (especially for German 'Mahnung'), and (4) check audit logs/permission settings so you can review any reminders sent. If you cannot verify the provider or the platform's enforcement of the explicit-confirmation step, treat installation with caution.

Like a lobster shell, security has layers — review code before you run it.

financevk97af44rz16bm9hnfqp773v1t581e51rinvoicingvk97af44rz16bm9hnfqp773v1t581e51rlatestvk97af44rz16bm9hnfqp773v1t581e51rmcpvk97af44rz16bm9hnfqp773v1t581e51rnormanvk97af44rz16bm9hnfqp773v1t581e51rremindersvk97af44rz16bm9hnfqp773v1t581e51r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Clawdis

Comments