What problem does it solve?
This Skill eliminates the time-consuming work of manually formatting invoices by generating a clean, print-ready invoice page that can be saved as a PDF in the browser.
Core Features & Use Cases
- Standalone HTML invoice template: Produces a single invoice artifact that can be reused for many clients by reading client-specific fields from URL parameters.
- React option for tailored invoices: Supports building a React-based invoice for one-off customization when you need more complex rendering or workflows.
- Auto-scaling print layout: Keeps the invoice readable by scaling content to fit a defined page boundary, and preserves footer placement for short invoices.
- Print-to-PDF workflow: Uses the browser’s native print dialog (recommended for environments where headless Chromium may fail).
Quick Start
Generate an invoice by using the parameterized invoice template URL with your client name, invoice number, dates, and line item amount so the invoice renders and you can export it using the browser print dialog.