← 返回 Skills 市场
Norman: Invoice Overdue Reminders
作者
Stan Kharlap
· GitHub ↗
· v1.0.0
552
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install norman-overdue-reminders
功能描述
Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payment...
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: norman-overdue-reminders
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` file provides clear, step-by-step instructions for the AI agent to find overdue invoices and send payment reminders, explicitly requiring user review and confirmation before any reminders are sent. All function calls (`list_invoices`, `get_client`, `send_invoice_overdue_reminder`, `search_transactions`) are directly relevant to the stated purpose and there is no evidence of prompt injection attempts, data exfiltration, unauthorized execution, or other malicious behaviors. The `_meta.json` file contains standard metadata.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install norman-overdue-reminders - 安装完成后,直接呼叫该 Skill 的名称或使用
/norman-overdue-reminders触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "overdue-reminders" skill.
- Allows users to find overdue invoices and send payment reminders (Zahlungserinnerungen/Mahnungen) to clients.
- Groups overdue invoices by severity (gentle reminder, second reminder, final notice).
- Always requires user review and approval before sending reminders—no automatic sending.
- Presents a summary table of overdue invoices and a final report with suggested next steps.
- Includes a reminder about legal implications of Mahnung letters in Germany.
元数据
常见问题
Norman: Invoice Overdue Reminders 是什么?
Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payment... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 552 次。
如何安装 Norman: Invoice Overdue Reminders?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install norman-overdue-reminders」即可一键安装,无需额外配置。
Norman: Invoice Overdue Reminders 是免费的吗?
是的,Norman: Invoice Overdue Reminders 完全免费(开源免费),可自由下载、安装和使用。
Norman: Invoice Overdue Reminders 支持哪些平台?
Norman: Invoice Overdue Reminders 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Norman: Invoice Overdue Reminders?
由 Stan Kharlap(@stanlee000)开发并维护,当前版本 v1.0.0。
推荐 Skills