← 返回 Skills 市场
noahcraft-open

Invoice Generator

作者 noahcraft-open · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install invoice-generator-jp
功能描述
Generate professional Markdown invoices with multi-currency support, tax, discounts, payment details, and clear formatting for freelancers and small businesses.
使用说明 (SKILL.md)

Invoice Generator

Create professional invoices in Markdown format. Supports multiple currencies, tax calculations, and standard invoice fields. Perfect for freelancers, consultants, and small businesses.

When to use

Use this skill when the user needs to:

  • Create a professional invoice for a client
  • Generate recurring invoices
  • Calculate totals with tax, discounts, and multiple line items
  • Format an invoice in a printable Markdown layout
  • Convert invoice details into a structured document

How it works

  1. Ask for sender details (business name, address, email, payment info)
  2. Ask for recipient details (client name, company, address)
  3. Ask for line items (description, quantity, unit price)
  4. Ask for currency, tax rate, discount, and payment terms
  5. Generate 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]
[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!*

Supported Currencies

USD ($), EUR (€), GBP (£), JPY (¥), CAD (C$), AUD (A$), CHF, INR (₹), BRL (R$), KRW (₩), and more. Format 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)

Output

Generate a clean Markdown invoice that:

  • Is print-ready when rendered
  • Uses proper currency formatting
  • Includes all required fields
  • Has clear visual hierarchy with horizontal rules
  • Can be easily copied and converted to PDF
安全使用建议
This skill appears to do what it claims and doesn't request system credentials or install code. However, it will ask you to type payment details (bank/account/routing) into the chat to include them on invoices — only do that if you are comfortable with your agent/chat logs storing that information. If you prefer, use placeholders or redact sensitive numbers until you paste them into a locally stored final invoice, or use a dedicated invoicing/payment service for handling actual payments. Always review the generated invoice for correct calculations, currency formatting, and privacy before sending it to a client.
功能分析
Type: OpenClaw Skill Name: invoice-generator-jp Version: 1.0.0 The skill bundle is a purely instructional set of Markdown templates and guidelines for generating invoices. It contains no executable code, scripts, or network requests. The instructions in SKILL.md are well-aligned with the stated purpose of creating professional invoices and do not exhibit any signs of prompt injection, data exfiltration, or malicious intent.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The name/description match the SKILL.md: it generates Markdown invoices, handles currencies/taxes/discounts, and asks for sender/recipient/line items. It declares no binaries, env vars, or installs—consistent with an instruction-only formatter/generator.
Instruction Scope
Runtime instructions stay within the invoice-generation task (prompt for sender/recipient/items, compute totals, produce Markdown). The only caution: the skill explicitly asks for payment details (bank, account, routing), which is expected for invoices but is sensitive user-supplied data—users should be careful what they paste into the agent.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk execution risk; nothing will be downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths (appropriate). However, it prompts users to provide payment/account information within the chat flow—these are sensitive inputs provided by the user, not environment secrets, so treat them accordingly.
Persistence & Privilege
always is false and the skill has no install/install-time behavior. It does not request elevated or persistent platform privileges and does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install invoice-generator-jp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /invoice-generator-jp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: professional invoice generation with multi-currency, tax, discounts
元数据
Slug invoice-generator-jp
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Invoice Generator 是什么?

Generate professional Markdown invoices with multi-currency support, tax, discounts, payment details, and clear formatting for freelancers and small businesses. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。

如何安装 Invoice Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install invoice-generator-jp」即可一键安装,无需额外配置。

Invoice Generator 是免费的吗?

是的,Invoice Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Invoice Generator 支持哪些平台?

Invoice Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Invoice Generator?

由 noahcraft-open(@noahcraft-open)开发并维护,当前版本 v1.0.0。

💬 留言讨论