make-invoice

Generate HTML or PDF invoices from order data and email them to customers.

4|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill make-invoice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-invoice
Source: https://github.com/qhkm/zeptoclaw-skills/tree/main/make-invoice
Command: npx skills add https://github.com/qhkm/zeptoclaw-skills --skill make-invoice

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate professional invoices automatically from order data in HTML or PDF formats, and email them to customers to streamline billing workflows.

Core Features & Use Cases

  • Generate HTML invoices from order data and convert to PDF for archival or delivery
  • Email invoices to customers using a simple integration
  • Batch invoice generation from CSV data with customizable company name, address, and currency
  • Support for multiple currencies and configurable invoice metadata (invoice numbers, dates, notes)

Quick Start

Provide an order payload to generate an HTML or PDF invoice and send it to the customer via email.

Frequently Asked Questions about make-invoice

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate professional PDF invoices from order data?

To generate PDF invoices from order data, this automation renders your order payload into HTML and converts it to PDF for archival or customer delivery. You can process single orders or batch generate invoices directly from a CSV file.

Can I batch process invoices from a CSV file and email them to customers?

Yes, you can batch process invoices from a CSV file and email them to customers. The workflow reads your CSV order data, generates the invoices, and delivers them via a simple email integration.

Do I need wkhtmltopdf and Python 3 to render HTML invoices as PDF?

Yes, you need Python 3 and wkhtmltopdf installed to render HTML invoices as PDF. These dependencies are required for the conversion process, while email integration remains optional for delivering the final documents.

What is the best way to automate ecommerce billing workflows with customizable currency?

The best way to automate ecommerce billing workflows with customizable currency is to use an invoice generator that processes order data into HTML or PDF. This allows you to configure invoice metadata, company details, and support multiple currencies.

Does invoice generation support configurable metadata like invoice numbers and dates?

Yes, invoice generation supports configurable metadata like invoice numbers, dates, and notes. You can easily customize company name, address, and currency settings for both single-order and batch processed invoices.