首页龙虾技能列表 › Norman: Create Invoice — 创建并发送发票

Norman: Create Invoice — 创建并发送发票

v1.0.0

创建并可选发送新发票给客户。适用于需要向客户发票、计费或创建新发票(Rechnung)的情景。

0· 470·0 当前·0 累计
by @stanlee000 (Stan Kharlap)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
此指令式技能内部一致:其步骤和所需连接器(norman-finance)与创建和可选发送发票的声明目的相符,并且不请求任何无关的凭据或安装。
评估建议
此技能如所交付的方式是连贯的、低风险的(指令式、无安装或秘密)。在安装之前,请确认平台具有可信的 'norman-finance' 连接器,并审查该连接器可以访问/执行的内容(尤其是是否会向客户发送电子邮件、存储发票数据或访问您的联系人列表)。验证计费默认设置(EUR货币、德国VAT默认设置)是否与您的需求匹配,并使用虚拟客户测试以确认如何处理电子邮件和发票存储。如果您需要该技能与不同的会计系统集成,请确保存在适当的连接器并理解其权限。...
详细分析 ▾
用途与能力
The name/description (create/send invoices) aligns with the runtime instructions: identify client, collect invoice details, call list_clients/create_client/create_invoice/send_invoice. The metadata's mcp requirement (norman-finance) fits the stated purpose.
指令范围
SKILL.md only instructs in-domain actions (look up/create clients, gather invoice fields, create and optionally email the invoice). It does not request unrelated files, environment variables, or external endpoints beyond the expected norman-finance connector.
安装机制
No install spec and no code files — instruction-only — so nothing is downloaded or written to disk by the skill itself.
凭证需求
The skill declares no required environment variables, no credentials, and no config paths. That is proportionate for the stated purpose; it relies on a platform connector (norman-finance) rather than on local secrets.
持久化与权限
always is false and the skill sets disable-model-invocation to true, preventing autonomous invocation. The skill does not request persistent system-wide privileges or modify other skills' configs.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/20

初始发布。带有VAT、客户查找和电子邮件发送的步骤式发票创建。

● 无害

安装命令 点击复制

官方npx clawhub@latest install norman-create-invoice
镜像加速npx clawhub@latest install norman-create-invoice --registry https://cn.clawhub-mirror.com

技能文档

帮助用户一步一步创建和发送发票:

  • 识别客户:如果 $ARGUMENTS 中提供了客户名称,调用 list_clients 找到匹配的客户。如果模糊,要求用户澄清。如果客户不存在,提出使用 create_client 创建一个。
  • 收集发票详细信息:收集以下信息(如果未提供,请询问):
- 行项:描述、数量、单价、VAT税率(默认为德国19%) - 发票日期(默认:今日) - 到期日期/付款条款(默认:14天) - 任何备注或特殊条款
  • 创建发票:使用所有收集的详细信息调用 create_invoice。使用步骤1中的正确 client_id
  • 审查:向用户显示创建的发票摘要,包括总金额。
  • 发送:询问用户是否现在发送发票。如果是,调用 send_invoice 将其通过电子邮件发送给客户。
重要注意事项: - 除非另行指定,否则所有金额应为EUR - 德国的默认VAT税率为19%(减税率项目如食品、书籍为7%) - 发票号码由Norman自动生成 - 对于定期工作,建议使用 create_recurring_invoice 代替

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务