skills/create-invoice/SKILL.md
Generate an invoi.xyz pre-filled URL from invoice details provided by the user. Use when asked to "create an invoice", "generate an invoice URL", or "make an invoice link".
npx skillsauth add kprovorov/invoi create-invoiceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a pre-filled invoi.xyz URL from the invoice details the user provides.
https://invoi.xyz?param1=value1¶m2=value2| Param | Description |
|---|---|
| fromName | Company / sender name |
| fromEmail | Sender email |
| fromPhone | Sender phone |
| fromAddress | Sender address |
| toName | Client name |
| toEmail | Client email |
| toAddress | Client address |
| invoiceNumber | Invoice number (e.g. INV-0042) |
| issueDate | Issue date in YYYY-MM-DD format |
| dueDate | Due date in YYYY-MM-DD format |
| currency | ISO 4217 currency code (e.g. USD, EUR, UAH) |
| vatRate | VAT percentage as a number (e.g. 20) |
| bankBeneficiary | Account holder / beneficiary name |
| bankName | Bank name |
| bankSortCode | Sort code (UK) or routing number (US) |
| bankAccount | Account number or IBAN |
| bankSwift | SWIFT / BIC code |
| note | Note / additional details (payment terms, thank-you note, etc.) |
| print | Set to true to auto-open print dialogue on load |
YYYY-MM-DDvatRate must be a plain number (20, not "20%")&print=truePresent the result as:
https://invoi.xyz?fromName=Acme+Studio&toName=Meridian+Group¤cy=EUR&invoiceNumber=INV-0042
Then offer a short summary of what was included and what was left out (e.g. line items).
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.