Install
openclaw skills install invoiceCreate and send professional invoices with automatic numbering, tax calculation, templates, and payment tracking.
openclaw skills install invoiceCreate invoices through a structured process. Gather client data, calculate taxes, generate PDF, send, track payment.
Key difference: This skill CREATES invoices to send. The invoices skill MANAGES received invoices.
~/billing/
├── drafts/ # Work in progress
│ └── {client-name}/
│ ├── current.md # Latest version
│ └── versions/ # v001.md, v002.md
├── sent/ # Finalized invoices
│ └── 2026/
│ └── F-2026-001.pdf
├── clients/ # Client database
│ └── index.json
├── config.json # User's business data, templates
└── series.json # Numbering per series
| Topic | File |
|---|---|
| Invoice creation phases | phases.md |
| Client data management | clients.md |
| Template and PDF generation | templates.md |
| Legal requirements by country | legal.md |
| Invoice types (regular, simplified, credit) | types.md |
See phases.md for detailed workflow.
Before first invoice, collect: