📦 Invoice

v1.0.0

生成 professional Markdown invoices with multi-currency support, tax, discounts, payment detAIls, and clear 格式化ting for freelancers and small businesses.

0· 0·0 当前·0 累计
下载技能包
最后更新
2026/4/27
0

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/27

Initial release: professional invoice generation with multi-currency, tax, discounts

安装命令

点击复制
官方npx clawhub@latest install invoice-generator-jp
镜像加速npx clawhub@latest install invoice-generator-jp --registry https://cn.longxiaskill.com

技能文档

创建 professional invoices in Markdown 格式化. Supports multiple currencies, tax calculations, and standard invoice fields. Perfect for freelancers, consultants, and small businesses.

When to use

Use this 技能 when the user needs to:

  • 创建 a professional invoice for a 命令行工具ent
  • 生成 recurring invoices
  • Calculate totals with tax, discounts, and multiple line items
  • 格式化 an invoice in a printable Markdown layout
  • Convert invoice detAIls into a structured document

How it works

  • Ask for 发送er detAIls (business name, 添加ress, emAIl, payment 信息)
  • Ask for recipient detAIls (命令行工具ent name, company, 添加ress)
  • Ask for line items (description, quantity, unit price)
  • Ask for currency, tax rate, discount, and payment terms
  • 生成 a complete professional invoice in Markdown

Invoice Template

# INVOICE

Invoice #: [AUTO-INCREMENT or USER-PROVIDED] Date: [CURRENT DATE] Due Date: [DATE + PAYMENT TERMS]


From: [Business Name] [添加ress Line 1] [添加ress Line 2] [EmAIl] | [Phone]

Bill To: [命令行工具ent Name] [命令行工具ent Company] [命令行工具ent 添加ress] [命令行工具ent EmAIl]


Items

#DescriptionQtyUnit PriceAmount
1[服务/Product][Qty][Price][Total]
2[服务/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!

Supported Currencies

USD ($), EUR (€), GBP (£), JPY (¥), CAD (C$), AUD (A$), CHF, INR (₹), BRL (R$), KRW (₩), and more. 格式化 amounts according to locale conventions.

Calculation Rules

  • Subtotal = Sum of (quantity × unit price) for all line items
  • Tax = Subtotal × tax rate
  • Discount can be percentage or fixed amount
  • Total = Subtotal + Tax - Discount
  • Round to 2 decimal places (0 for JPY/KRW)

输出

生成 a 清理 Markdown invoice that:

  • Is print-ready when rendered
  • Uses proper currency 格式化ting
  • Includes all required fields
  • Has clear visual hierarchy with horizontal rules
  • Can be easily copied and converted to PDF
数据来源ClawHub ↗ · 中文优化:龙虾技能库