← Back to Skills Marketplace
Invoice Generator
by
Tomás Migone
· GitHub ↗
· v1.0.0
4941
Downloads
2
Stars
28
Active Installs
1
Versions
Install in OpenClaw
/install invoice-generator
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install invoice-generator - After installation, invoke the skill by name or use
/invoice-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 4941 downloads so far.
How do I install Invoice Generator?
Run "/install invoice-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Invoice Generator free?
Yes, Invoice Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Invoice Generator support?
Invoice Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Invoice Generator?
It is built and maintained by Tomás Migone (@tmigone); the current version is v1.0.0.
More Skills