安全扫描
OpenClaw
安全
high confidence该技能的指令、要求和范围与发票/报价/收据生成器一致,且无需额外凭证或安装。
评估建议
该技能看似合理且低风险:仅提供模板和指令,不要求秘密信息或安装。使用前,请考虑如何实现‘交付’(邮件或上传发票)——不要硬编码或与不可信任的代码共享邮箱/API 凭证。另外,请注意该技能没有列出主页或源代码;如果您需要更新、支持或审计的实现,请优先选择来自知名维护者的技能或将模板逻辑构建到您自己的可信工具中。最后,在发送前,请在本地验证生成的文档,以确保正确的格式、货币、税收计算,并确保在发送时不暴露敏感客户数据。...详细分析 ▾
✓ 用途与能力
Name and description match the SKILL.md content: templates, input schema, calculations, and outputs are all for generating invoices/quotes/receipts. There are no requested environment variables, binaries, or config paths that would be unrelated to this purpose.
ℹ 指令范围
SKILL.md is instruction-only and stays within the expected scope (data model, calculations, templates). The only vague item is 'Deliver - Send to client or download' which mentions delivery but provides no mechanism or credential requirements; that is not harmful but leaves implementation unspecified.
✓ 安装机制
No install specification or code files are present (instruction-only), so nothing will be written to disk or downloaded during install. This is the lowest-risk pattern.
✓ 凭证需求
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a pure-instruction invoice generator. SKILL.md does not attempt to read hidden env vars or system paths.
✓ 持久化与权限
always is false and autonomous invocation is allowed by default (normal). The skill does not request persistent presence or system-wide changes and has no install steps that would modify agent configuration.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/8
初始发布 - 创建发票、报价、收据
● 无害
安装命令 点击复制
官方npx clawhub@latest install director-invoice-generator
镜像加速npx clawhub@latest install director-invoice-generator --registry https://cn.clawhub-mirror.com
技能文档
专业发票生成器
创建专业的发票、报价和账单文档快速。## 快速开始- 收集细节 - 客户信息、项目、金额、日期
- 选择模板 - 发票、报价或收据
- 生成 - 输出为 PDF、DOCX 或文本
- 交付 - 发送给客户或下载
输入数据结构
invoice = {
"type": "invoice", # 发票、报价、收据
"number": "INV-2026-001",
"date": "2026-04-07",
"due_date": "2026-04-21",
"from": {
"name": "您的公司",
"address": "123 主街",
"email": "billing@company.com"
},
"to": {
"name": "客户名称",
"company": "客户公司",
"address": "456 商业大道",
"email": "ap@client.com"
},
"items": [
{"description": "服务名称", "qty": 10, "rate": 150},
{"description": "材料", "qty": 1, "rate": 500}
],
"tax_rate": 0.08, # 8%
"notes": "付款期限内 14 天"
}
计算
自动计算:- 小计:每项(数量 × 单价)的总和
- 税额:小计 × 税率
- 总计:小计 + 税额
输出模板
发票
INVOICE #INV-2026-001 日期:2026 年 4 月 7 日 | 到期:2026 年 4 月 21 日
从:您的公司 到:客户公司
项目 量 单价 金额
-------------------------------------------
咨询服务 10 $150 $1,500
材料 1 $500 $500
-------------------------------------------
小计:$2,000 税额 (8%):$160 总计:$2,160
备注:付款期限内 14 天
报价 同样格式,但标题为 "QUOTE #QT-2026-001" + "有效期 30 天"
收据 标题:"RECEIPT #RCP-2026-001" + "已付:[日期]"
最佳实践
- 使用顺序发票编号(INV-2026-001, INV-2026-002...)
- 在备注中包含付款条款
- 为发票设置 14-30 天的到期日期
- 跟踪未付金额
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制