Install
openclaw skills install clawhub-dev-invoiceGenerate professional invoices for ClawHub/OpenClaw skill development services. Use when billing for custom AgentSkills: creation, editing, testing, ClawHub publishing. Features: standard rates ($150/hr dev, $500 skill init), Saskatchewan GST 5% auto-calc, multi-item support, PDF/HTML output via templates/scripts.
openclaw skills install clawhub-dev-invoiceSpecialized tool for Thomas to quickly generate invoices for freelance ClawHub skill dev work. Includes standard rates, Sask tax, professional formatting. Outputs ready-to-send PDF.
| Service | Rate |
|---|---|
| Skill Initialization & Basic SKILL.md | $500 fixed |
| Hourly Development/Editing | $150/hr |
| ClawHub Publishing & Validation | $100 fixed |
| Testing/Debugging | $75/hr |
| Expenses (tools, API credits) | Cost + 15% |
| Rush Fee (<48h) | +50% |
Collect Data:
Calculate Totals:
Generate:
scripts/generate_invoice.py client-data.json for PDFassets/invoice-template.html, edit, exec pandoc to PDFSend: Attach PDF, reference invoice #.
Automates HTML+PDF from JSON input. Run: python scripts/generate_invoice.py input.json
Input JSON example:
{
"invoice_num": "2026-001",
"date": "2026-03-29",
"due_date": "2026-04-28",
"client": {
"name": "Client Co",
"address": "123 Street, City SK",
"email": "client@example.com"
},
"items": [
{"desc": "Skill init: weather-forecast", "hours": 4, "rate": 150},
{"desc": "ClawHub publish", "fixed": 100}
],
"expenses": 50
}
Sask GST details, terms.
HTML template for manual edits. Style: clean, professional (Arial, tables).