Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate professional invoices in Markdown or HTML by specifying client, items, tax, currency, dates, and output format.
Generate professional invoices in Markdown or HTML by specifying client, items, tax, currency, dates, and output format.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Generate professional invoices in Markdown or HTML from simple inputs.
./generate-invoice.sh \ --client "Acme Corp" \ --email "billing@acme.com" \ --date "2026-02-22" \ --due "2026-03-22" \ --item "Web Development|40|150.00" \ --item "Design Review|5|120.00" \ --tax 10 \ --currency USD \ --invoice-number INV-001 \ --from "Shelly Labs" \ --format html
FlagDescriptionDefault--clientClient name (required)β--emailClient emailβ--dateInvoice datetoday--dueDue date+30 days--item"Description|Qty|Rate" (repeatable)β--taxTax percentage0--currencyCurrency codeUSD--invoice-numberInvoice IDINV-{timestamp}--fromYour name/companyβ--formatmd or htmlmd--outputOutput file pathstdout
Markdown: Clean table-based invoice HTML: Uses template.html β professional, print-ready
# Quick markdown invoice ./generate-invoice.sh --client "Bob" --item "Consulting|10|100" --format md # HTML invoice saved to file ./generate-invoice.sh --client "Acme" --item "Dev|40|150" --format html --output invoice.html
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.