Invoice Generator

v1.0.0

Generate professional invoices from project data — line items, tax calculation, payment terms, and formatted output. Supports freelance, agency, and SaaS bil...

0· 87·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 tktk-ai/tk-invoice-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Invoice Generator" (tktk-ai/tk-invoice-generator) from ClawHub.
Skill page: https://clawhub.ai/tktk-ai/tk-invoice-generator
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 tk-invoice-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install tk-invoice-generator
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
Name and description (invoice creation, calculations, reminders) match the SKILL.md content. The skill requires no binaries, env vars, or installs, which is proportionate for an instruction-only drafting/formatting skill.
Instruction Scope
Instructions stay focused on generating invoice text, layouts, and reminder drafts. The README and SKILL.md claim 'tracks outstanding invoices and sends payment reminders' but provide no mechanism or credentials for sending emails or connecting to payment processors — the skill appears limited to drafting and tracking artifacts conceptually, not performing network actions. References to local files (references/*.md) exist but those files are not included; this is a documentation gap, not an immediate security concern.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no unexplained secret requests or access demands that would be disproportionate to invoicing functionality.
Persistence & Privilege
always is false and autonomous invocation is allowed by default (normal). The skill does not request persistent system-wide changes or cross-skill configuration; no elevated presence is requested.
Assessment
This skill is instruction-only and appears to only draft invoices and reminder text — it does not actually send emails or process payments on its own. If you expect automated sending or payment collection, you'll need to supply integrations (SMTP, Stripe, etc.) and corresponding credentials; verify any integration before providing secrets. Note the SKILL references missing docs (references/*.md) — ask the author or inspect updated files if you need those templates. As always, install only skills from sources you trust and avoid granting credentials unless you understand exactly which external service the skill will use.

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

latestvk975akbczd75wczt6me5kn3jx984eer9
87downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Invoice Generator

Create professional invoices from project data with automatic calculation, payment terms, and tracking.

What It Does

  1. Invoice Creation — Generate formatted invoices from simple inputs
  2. Auto-Calculation — Line items, subtotals, tax, discounts, totals
  3. Payment Terms — Net 15/30/60, late fees, early payment discounts
  4. Client Management — Remember client details for repeat invoicing
  5. Outstanding Tracking — Track unpaid invoices, generate reminders
  6. Multi-Currency — USD, EUR, GBP, and more

Usage

Create an Invoice

Create an invoice:

From: [Your business name]
To: [Client name, address]
Invoice #: [Number or auto-generate]
Date: [Today or specific date]
Due: [Net 30 / specific date]

Line items:
1. [Service] — [quantity] × $[rate] 
2. [Service] — [quantity] × $[rate]
3. [Service] — [quantity] × $[rate]

Tax: [rate]% or [none]
Discount: [amount or percentage] or [none]
Currency: USD
Payment method: [Bank transfer / PayPal / Stripe link]
Notes: [Any additional notes]

Quick Invoice from Project

Invoice for this project:

Client: [Name]
Project: [Description]
Hours worked: [X hours]
Rate: $[X]/hour
Expenses: [List any]
Payment: Net 30

Generate the invoice with a professional layout.

Monthly Recurring Invoice

Generate this month's recurring invoices:

Client A: $2,500/mo retainer (content services)
Client B: $1,500/mo retainer (social media management)
Client C: $500/mo (bot hosting + maintenance)

Include: invoice numbers (sequential), dates, payment terms, totals

Outstanding Invoice Report

Here are my issued invoices this month:

INV-001: Client A, $2,500, issued April 1, due April 30
INV-002: Client B, $1,500, issued April 1, due April 15
INV-003: Client C, $800, issued April 5, due May 5

Which are overdue? Draft payment reminder emails for any past due.

Output Format

═══════════════════════════════════════════
                  INVOICE
═══════════════════════════════════════════

From: [Your Business]             Invoice #: [INV-XXX]
[Your Address]                    Date: [YYYY-MM-DD]
[Your Email]                      Due: [YYYY-MM-DD]
                                  Terms: [Net 30]

Bill To:
[Client Name]
[Client Address]
[Client Email]

───────────────────────────────────────────
Description              Qty    Rate    Amount
───────────────────────────────────────────
[Service 1]               [X]   $[X]    $[X.XX]
[Service 2]               [X]   $[X]    $[X.XX]
[Service 3]               [X]   $[X]    $[X.XX]
───────────────────────────────────────────
                          Subtotal:     $[X.XX]
                          Tax ([X]%):   $[X.XX]
                          Discount:    -$[X.XX]
                          ─────────────────
                          TOTAL:        $[X.XX]
═══════════════════════════════════════════

Payment Methods:
[Bank details / PayPal / Stripe link]

Notes:
[Additional terms or thank you message]

Late Payment: [X]% monthly interest after due date

Best Practices

  • Keep invoice numbers sequential (INV-001, INV-002...)
  • Include clear payment instructions
  • Send invoices within 24 hours of project completion
  • Follow up on overdue invoices at 1, 7, and 14 days past due
  • Pair with a cost tracking system for profit calculations

References

  • references/payment-terms.md — Standard payment terms explained
  • references/reminder-templates.md — Follow-up email templates for overdue invoices

Comments

Loading comments...