← 返回 Skills 市场
tmigone

Invoice Generator

作者 Tomás Migone · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
4941
总下载
2
收藏
28
当前安装
1
版本数
在 OpenClaw 中安装
/install invoice-generator
功能描述
Generate professional PDF invoices from JSON data. Use when the user needs to create an invoice, billing document, or payment request with company/client details and line items.
安全使用建议
Install only if you are comfortable with a local script creating invoice files on disk. Set INVOICE_DIR to a dedicated private folder, avoid shared or synced locations unless intended, and confirm the missing assets/invoice.hbs template is present and reviewed before relying on the skill.
功能分析
Type: OpenClaw Skill Name: invoice-generator Version: 1.0.0 The OpenClaw skill 'invoice-generator' is classified as benign. The skill's purpose is to generate PDF invoices from JSON data, which it achieves by using `node` with `handlebars` for HTML templating, `jq` for JSON parsing and validation, and `weasyprint` for HTML-to-PDF conversion. All operations are local, involving reading JSON from stdin or local files and writing PDF output to a user-defined local directory (`INVOICE_DIR`). There is no evidence of data exfiltration, malicious execution (e.g., remote payload fetching, arbitrary code execution from untrusted input), persistence mechanisms, obfuscation, or prompt injection attempts in `SKILL.md` that would manipulate the agent into unintended actions. The dependencies listed in `package.json` and `package-lock.json` are standard for the stated functionality.
能力评估
Purpose & Capability
The stated purpose matches the script: it reads invoice JSON, validates required fields, renders HTML with Handlebars, and converts it to PDF with weasyprint. One packaging issue is that the script references assets/invoice.hbs, but that template file is not present in the reviewed artifact.
Instruction Scope
Usage is user-directed through stdin, a local file path, or a named config under INVOICE_DIR; there are no instructions for automatic execution, external posting, account mutation, or background operation.
Install Mechanism
Setup requires npm install for Handlebars and local binaries node, jq, and weasyprint. The package-lock pins standard npm dependencies, but users should review the missing template if it is supplied separately.
Credentials
INVOICE_DIR is proportionate for storing invoice configs and generated PDFs, but invoices can contain client names, addresses, tax IDs, and payment amounts, so the directory should be private and dedicated.
Persistence & Privilege
Persistence is limited to creating configs and invoices directories and writing generated PDF files under the user-configured INVOICE_DIR; no elevated privileges, startup hooks, credential stores, or long-running workers are evidenced.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install invoice-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /invoice-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Generate PDF invoices from structured JSON. - Converts invoice data in JSON format to professional PDF files. - Supports multiple input methods: stdin, file path, or saved config. - Stores generated invoices in a user-specified directory. - Handles auto-versioning for duplicate filenames. - Provides clear error handling for invalid input or PDF generation issues.
元数据
Slug invoice-generator
版本 1.0.0
许可证
累计安装 186
当前安装数 28
历史版本数 1
常见问题

Invoice Generator 是什么?

Generate professional PDF invoices from JSON data. Use when the user needs to create an invoice, billing document, or payment request with company/client details and line items. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4941 次。

如何安装 Invoice Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install invoice-generator」即可一键安装,无需额外配置。

Invoice Generator 是免费的吗?

是的,Invoice Generator 完全免费(开源免费),可自由下载、安装和使用。

Invoice Generator 支持哪些平台?

Invoice Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Invoice Generator?

由 Tomás Migone(@tmigone)开发并维护,当前版本 v1.0.0。

💬 留言讨论