/install director-invoice-generator
Invoice Generator
Create professional billing documents quickly.
Quick Start
- Gather details - Client info, items, amounts, dates
- Select template - Invoice, quote, or receipt
- Generate - Output to PDF, DOCX, or text
- Deliver - Send to client or download
Input Data Structure
invoice = {
"type": "invoice", # invoice, quote, receipt
"number": "INV-2026-001",
"date": "2026-04-07",
"due_date": "2026-04-21",
"from": {
"name": "Your Company",
"address": "123 Main St",
"email": "[email protected]"
},
"to": {
"name": "Client Name",
"company": "Client Company",
"address": "456 Business Ave",
"email": "[email protected]"
},
"items": [
{"description": "Service Name", "qty": 10, "rate": 150},
{"description": "Materials", "qty": 1, "rate": 500}
],
"tax_rate": 0.08, # 8%
"notes": "Payment due within 14 days"
}
Calculations
Auto-calculate:
- Subtotal: sum(qty × rate) for each item
- Tax: subtotal × tax_rate
- Total: subtotal + tax
Output Templates
Invoice
INVOICE #INV-2026-001
Date: April 7, 2026 | Due: April 21, 2026
From: Your Company
To: Client Company
Item Qty Rate Amount
-------------------------------------------
Consulting 10 $150 $1,500
Materials 1 $500 $500
-------------------------------------------
Subtotal: $2,000
Tax (8%): $160
TOTAL: $2,160
Notes: Payment due within 14 days
Quote
Same format, but header: "QUOTE #QT-2026-001" + "Valid for 30 days"
Receipt
Header: "RECEIPT #RCP-2026-001" + "Paid: [date]"
Best Practices
- Use sequential invoice numbers (INV-2026-001, INV-2026-002...)
- Include payment terms in notes
- Set due dates 14-30 days out for invoices
- Track outstanding amounts
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install director-invoice-generator - After installation, invoke the skill by name or use
/director-invoice-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Invoice Generator?
Create professional invoices, quotes, and billing documents. Use when user wants to (1) generate an invoice, (2) create a quote, (3) make a receipt, (4) trac... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Invoice Generator?
Run "/install director-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, licensed under MIT-0. 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 di5cip1e (@di5cip1e); the current version is v1.0.0.