Skill· v3.2 · Updated 11 May 2026
Invoice Generator
Voice note in, PDF invoice out.
by paperless.io @paperless
What it does.
A SKILL.md that takes an email, a voice note, or a one-line spec and gives you back a clean invoice PDF, ready to send.
Handles GST, foreign currency, payment terms, late-fee logic, and three template styles. Sounds boring. Is boring. That’s the point.
What’s inside.
Everything you need in the bundle. No tutorials. No assembly.
- 01The SKILL.md
- 023 PDF templates (clean, classic, minimal)
- 03A "your details" config you fill out once
Drop it in. Press go.
- №01
Drop in
Upload to your agent.
- №02
Fill details once
Your business, ABN, payment terms.
- №03
Use it
Email the agent a job. Get a PDF back.
How it thinks.
Excerpt · SKILL.md---
name: invoice-generator
description: From a job spec, return a clean invoice PDF.
allowed_platforms: [claude, n8n]
tools:
- pdf.generate
- email.send
config:
currency: "AUD"
tax_label: "GST 10%"
terms_days: 14
---
# Invoice generator
Input: a job description (email, transcript, or one-line spec).
Output: a single PDF invoice with:
- Sender details (from config)
- Customer details (parsed from input)
- Line items (with optional discount)
- Tax + total
- Payment terms
Send: as an attachment, with a one-line covering email.
About the creator.
paperless.io@paperless
We made invoices fun. Don’t fact-check that.
Things people ask.
- Can it sync with Xero?
- It can email the PDF to your Xero inbox. Sync via the connector in the related Agent Setups.
- Multi-currency?
- Yes. Set per-invoice or per-customer.
$15
Invoice Generator