/install clawhub-dev-invoice
ClawHub Dev Invoice Generator
Overview
Specialized 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.
When to Use
- Client requests quote/invoice for skill work
- Monthly billing summary for ongoing dev
- One-off fixed fee for skill publish/package
- Track billable hours on projects
Standard Rates (CAD)
| 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 (\x3C48h) | +50% |
Quick Start Workflow
-
Collect Data:
- Invoice # (e.g. 2026-001)
- Date (YYYY-MM-DD), Due (30 days later)
- Client: name, company, address, email
- Your details: Thomas [Lastname], Clavet SK, [email protected]
- Line items: desc, hours/qty, rate, amount = qty*rate
-
Calculate Totals:
- Subtotal = sum amounts
- GST = subtotal * 0.05
- Total = subtotal + GST
-
Generate:
- Use
scripts/generate_invoice.py client-data.jsonfor PDF - Or manually: copy
assets/invoice-template.html, edit, exec pandoc to PDF
- Use
-
Send: Attach PDF, reference invoice #.
Resources
scripts/generate_invoice.py
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": "[email protected]"
},
"items": [
{"desc": "Skill init: weather-forecast", "hours": 4, "rate": 150},
{"desc": "ClawHub publish", "fixed": 100}
],
"expenses": 50
}
references/sask_tax_guidelines.md
Sask GST details, terms.
assets/sample-input.json
HTML template for manual edits. Style: clean, professional (Arial, tables).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-dev-invoice - After installation, invoke the skill by name or use
/clawhub-dev-invoice - Provide required inputs per the skill's parameter spec and get structured output
What is ClawHub Dev Invoice?
Generate professional invoices for ClawHub/OpenClaw skill development services. Use when billing for custom AgentSkills: creation, editing, testing, ClawHub... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install ClawHub Dev Invoice?
Run "/install clawhub-dev-invoice" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawHub Dev Invoice free?
Yes, ClawHub Dev Invoice is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ClawHub Dev Invoice support?
ClawHub Dev Invoice is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawHub Dev Invoice?
It is built and maintained by skunnyo (@skunnyo); the current version is v1.0.0.