Invoice Generator

v1.0.0

Generate professional Markdown invoices with multi-currency support, tax, discounts, payment details, and clear formatting for freelancers and small businesses.

0· 42·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for noahcraft-open/invoice-generator-jp.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Invoice Generator" (noahcraft-open/invoice-generator-jp) from ClawHub.
Skill page: https://clawhub.ai/noahcraft-open/invoice-generator-jp
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install invoice-generator-jp

ClawHub CLI

Package manager switcher

npx clawhub@latest install invoice-generator-jp
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

billingvk9723fvvw96pc30b9s6yfx44gs85m6d5businessvk9723fvvw96pc30b9s6yfx44gs85m6d5freelancevk9723fvvw96pc30b9s6yfx44gs85m6d5invoicevk9723fvvw96pc30b9s6yfx44gs85m6d5latestvk9723fvvw96pc30b9s6yfx44gs85m6d5markdownvk9723fvvw96pc30b9s6yfx44gs85m6d5
42downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

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

Comments

Loading comments...