An automated tool for generating professional, tax-compliant PDF invoices from natural language or structured data commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-invoice-generator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-invoice-generator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Invoice Generator is a comprehensive tool designed for AI agents to handle billing and payment tracking seamlessly. As part of the Openclaw Skills ecosystem, it allows developers and freelancers to automate the creation of professional PDF invoices, calculate taxes and discounts, and manage client records through simple CLI commands or natural language requests.
By integrating this skill, your agent can transform a simple sentence like "bill the client for 40 hours of work" into a fully formatted PDF document. This streamlined approach ensures that financial administration is handled accurately without manual data entry, leveraging the robust framework provided by Openclaw Skills.
First, configure your business profile to personalize your Openclaw Skills output:
python3 scripts/invoice.py setup \
--business "Your Company" \
--email "[email protected]" \
--address "123 Main St, City, ST 12345" \
--phone "+1-555-0100" \
--logo assets/logo.png
To generate your first invoice:
python3 scripts/invoice.py create \
--client "Client Name" \
--items "Service,1,100" \
--tax 7 \
--due-days 30
The skill manages data across the following structures to ensure consistency within Openclaw Skills:
| Component | Location/Format | Description |
|---|---|---|
| Configuration | ~/.openclaw/invoice-config.json |
Stores global business settings, branding, and contact info. |
| Document Store | ~/Documents/Invoices/ |
Default output directory for generated PDF files. |
| Naming Convention | INV-YYYY-NNN.pdf |
Standardized format for unique invoice identification. |
| Metadata | JSON | Internal tracking of client name, item descriptions, rates, tax, and payment status. |
Loading
A specialized framework for DTC electronics brands to design high-impact review collection flows and strategic social proof placement to drive conversions.

A technical framework and toolkit for building resilient SQLite databases that handle semi-structured, multi-source data through a flexible three-layer schema model.

A technical framework for configuring ESP32-S3-CAM modules as high-performance visual sensors for AI agents.

A specialized skill for safely modifying and managing the configuration of OpenClaw agents and integrations.

An autonomous intelligence skill that tracks competitor pricing, feature launches, and social activity to provide actionable market insights.

A specialized tool for managing lunar calendar events and setting automated reminders for traditional festivals and birthdays.








































