Create professional invoices and receipts with automatic calculations. Use this skill when users want to generate, create, or manage invoices, receipts, or bills. Triggers: invoice, receipt, bill, billing, generate invoice, criar fatura, nota fiscal, recibo.
This skill is designed to streamline the process of creating and managing professional invoices and receipts. It automates calculations for totals, taxes, and discounts, and provides customizable templates to ensure a consistent and professional brand image. Use this skill to generate invoices from scratch, from templates, or by extracting data from other documents. It is ideal for freelancers, small business owners, and anyone who needs to bill clients for services or products.
ALWAYS activate this skill when user mentions:
Example user queries that trigger this skill:
This skill is particularly useful in the following scenarios:
This skill can create invoices and receipts in various formats, including Markdown, PDF, and HTML. You can specify the content, and the skill will format it into a professional-looking document.
Example: Creating a simple invoice in Markdown
# Invoice
**From:**
Your Name/Company
Your Address
**To:**
Client Name
Client Address
**Invoice Number:** 12345
**Date:** 2026-02-02
| Description | Quantity | Price |
| --- | --- | --- |
| Service A | 1 | $100.00 |
| Service B | 2 | $50.00 |
**Total:** $200.00
This skill can automatically calculate totals, taxes, and discounts. You provide the line items, quantities, and prices, and the skill will handle the rest.
Example: Calculating total with tax
Create and save your own invoice templates to ensure consistency and save time. You can define a template with your company's branding, and then reuse it for all your invoices.
Template Example (invoice-template.md):
# Invoice
**From:**
Your Company Name
Your Company Address
**To:**
{{client_name}}
{{client_address}}
**Invoice Number:** {{invoice_number}}
**Date:** {{date}}
| Description | Quantity | Price |
| --- | --- | --- |
{{line_items}}
**Subtotal:** {{subtotal}}
**Tax ({{tax_rate}}%):** {{tax_amount}}
**Total:** {{total}}
Extract invoice data from other documents, such as emails or spreadsheets. This is useful for automating the invoice creation process when you receive billing information in an unstructured format.
Example: Extracting data from an email
The skill can parse this email and create a structured invoice from it.
Gather Invoice Information:
Choose a Method for Invoice Creation:
Generate the Invoice:
Review and Send the Invoice:
Goal: Create an invoice for 10 hours of consulting services at $50/hour.
Steps:
Goal: Create an invoice for two products, with a 10% tax and a $20 discount.
Products:
Steps:
Goal: Use a saved template to quickly create an invoice for a recurring client.
Steps:
monthly-retainer-template.md).---