LaunchKit · 2026
Back to Skills

invoice-template

Free simple invoice generator.

0
293 downloads
by @kambrosgroup

Setup & Installation

openclaw skills install @kambrosgroup/invoice-template

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install invoice-template

What This Skill Does

Generates simple, formatted invoices from a plain-language description. Covers business info, client details, line items, and payment instructions. No account required, no tracking features.

Produces a ready-to-send invoice in one prompt without signing up for invoicing software or configuring templates.

When to use it

  • Billing a freelance client after project delivery
  • Sending a one-off invoice for consulting work
  • Creating a quick invoice before a client meeting
  • Generating invoice #001 for a new business
  • Producing a clean bill without setting up accounting software

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create an invoice for Client: Acme Corp, Service: Logo Design, Amount: $800, Due date: March 31 2026

AGENT
  1. 1Parses client name, service description, amount, and due date from the request
  2. 2Assigns an invoice number and formats sender and recipient blocks
  3. 3Builds a line-item table with the described service and amount
  4. 4Adds a total due line and due date
  5. 5Returns the completed invoice as formatted text
OUTPUT

A plain-text invoice with business and client details, a single line item for Logo Design at $800.00, total due, and due date of March 31 2026