ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

invoice-generation

Generate professional invoices, receipts, quotes, and financial documents using each::sense AI. Create branded business documents with automatic calculations, multi-currency support, and customizable layouts.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eftalyurtseven/invoice-generation
Or

Invoice Generation

Generate professional invoices, receipts, quotes, and financial documents using each::sense. This skill creates visually appealing, accurate business documents optimized for printing and digital delivery.

Features

  • Invoices: Professional invoices with line items, taxes, and totals
  • Receipts: Transaction receipts for completed payments
  • Quotes/Estimates: Pre-sale quotes with validity periods
  • Credit Notes: Refund and adjustment documents
  • Purchase Orders: Procurement and ordering documents
  • Multi-Currency: Support for various currencies and formats
  • Tax Calculations: Automatic VAT, GST, sales tax handling
  • Company Branding: Custom logos, colors, and layouts
  • Recurring Templates: Standardized templates for repeat billing

Quick Start

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate a professional invoice for web development services, $2,500 total, due in 30 days",
    "mode": "max"
  }'

Document Types & Use Cases

Document TypeUse CaseKey Elements
InvoiceBilling for goods/servicesLine items, tax, due date, payment terms
ReceiptPayment confirmationTransaction ID, payment method, timestamp
Quote/EstimatePre-sale pricingValidity period, optional items, terms
Credit NoteRefunds/adjustmentsReference to original invoice, reason
Purchase OrderProcurementVendor details, shipping info, approval
Proforma InvoicePre-shipmentSimilar to invoice, marked as proforma

Use Case Examples

1. Basic Invoice Generation

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a simple invoice: Invoice #INV-2024-001, From: Acme Corp (123 Business St, NY 10001), To: Client Inc (456 Customer Ave, LA 90001), Service: Consulting Services - $1,500. Due date: March 15, 2024. Clean, professional design.",
    "mode": "max"
  }'

2. Detailed Invoice with Line Items

curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Generate a detailed invoice with multiple line items: Invoice #INV-2024-042 From: Digital Solutions LLC To: TechStart Inc Line items: 1) Website Development - 40 hours @ $150/hr = $6,000 2) UI/UX Design - 20 hours @ $125/hr = $2,500 3) SEO Setup - flat rate $800 4) Hosting (Annual) - $480 Subtotal, 8% tax, and grand total. Payment terms: Net 30. Include bank transfer details section.",
    "mode": "max"
  }'

3. Invoice with Company Branding

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-eftalyurtseven-invoice-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.