Install
openclaw skills install @noahcraft-open/invoice-generator-jpGenerate professional Markdown invoices with multi-currency support, tax, discounts, payment details, and clear formatting for freelancers and small businesses.
openclaw skills install @noahcraft-open/invoice-generator-jpCreate professional invoices in Markdown format. Supports multiple currencies, tax calculations, and standard invoice fields. Perfect for freelancers, consultants, and small businesses.
Use this skill when the user needs to:
# INVOICE
**Invoice #:** [AUTO-INCREMENT or USER-PROVIDED]
**Date:** [CURRENT DATE]
**Due Date:** [DATE + PAYMENT TERMS]
---
**From:**
[Business Name]
[Address Line 1]
[Address Line 2]
[Email] | [Phone]
**Bill To:**
[Client Name]
[Client Company]
[Client Address]
[Client Email]
---
## Items
| # | Description | Qty | Unit Price | Amount |
|---|-------------|-----|-----------|--------|
| 1 | [Service/Product] | [Qty] | [Price] | [Total] |
| 2 | [Service/Product] | [Qty] | [Price] | [Total] |
---
| | |
|---|---|
| **Subtotal** | [CURRENCY] [AMOUNT] |
| **Tax ([RATE]%)** | [CURRENCY] [AMOUNT] |
| **Discount** | -[CURRENCY] [AMOUNT] |
| **TOTAL DUE** | **[CURRENCY] [AMOUNT]** |
---
## Payment Details
**Payment Method:** [Bank Transfer / PayPal / Stripe / etc.]
**Bank:** [Bank Name]
**Account:** [Account Number]
**Routing:** [Routing Number]
**Payment Terms:** [Net 30 / Due on Receipt / etc.]
---
*Thank you for your business!*
USD ($), EUR (€), GBP (£), JPY (¥), CAD (C$), AUD (A$), CHF, INR (₹), BRL (R$), KRW (₩), and more. Format amounts according to locale conventions.
Generate a clean Markdown invoice that: