invoiceCreate and send professional invoices with automatic numbering, tax calculation, templates, and payment tracking.
Install via ClawdBot CLI:
clawdbot install ivangdavila/invoiceCreate invoices through a structured process. Gather client data, calculate taxes, generate PDF, send, track payment.
Key difference: This skill CREATES invoices to send. The invoices skill MANAGES received invoices.
~/billing/
βββ drafts/ # Work in progress
β βββ {client-name}/
β βββ current.md # Latest version
β βββ versions/ # v001.md, v002.md
βββ sent/ # Finalized invoices
β βββ 2026/
β βββ F-2026-001.pdf
βββ clients/ # Client database
β βββ index.json
βββ config.json # User's business data, templates
βββ series.json # Numbering per series
| Topic | File |
|-------|------|
| Invoice creation phases | phases.md |
| Client data management | clients.md |
| Template and PDF generation | templates.md |
| Legal requirements by country | legal.md |
| Invoice types (regular, simplified, credit) | types.md |
See phases.md for detailed workflow.
Before first invoice, collect:
Generated Mar 1, 2026
A freelance graphic designer needs to invoice multiple clients for project-based work. They use the skill to create professional invoices with automatic numbering, calculate VAT, generate PDFs, and track payments, ensuring compliance with local tax regulations.
A small IT consultancy firm issues monthly retainer invoices to corporate clients. The skill helps manage client data, apply consistent tax rates, and send invoices via email, streamlining their billing cycle and reducing administrative overhead.
An online retailer selling handmade goods needs to generate invoices for B2B wholesale orders. The skill ensures all required client details like tax ID are included, calculates taxes accurately, and maintains a numbered series for audit trails.
A construction contractor invoices clients for completed phases of a building project. They use the skill to draft invoices with itemized services, calculate applicable taxes, and track payment statuses to manage cash flow effectively.
Offer basic invoice creation for free, with advanced features like automated email sending, custom templates, and detailed analytics available through a subscription. This attracts small users while generating revenue from growing businesses.
Target small to medium enterprises with a monthly or annual SaaS plan that includes the skill as part of a broader financial management suite. Focus on integration with accounting software and scalability for multiple users.
Provide the skill for free but charge a small fee per invoice sent or PDF generated, especially for high-volume users. This model suits freelancers and micro-businesses who prefer pay-as-you-go over subscriptions.
π¬ Integration Tip
Integrate with email services for automated sending and sync with accounting software like QuickBooks to streamline financial workflows.
Query Copilot Money personal finance data (accounts, transactions, net worth, holdings, asset allocation) and refresh bank connections. Use when the user asks about finances, account balances, recent transactions, net worth, investment allocation, or wants to sync/refresh bank data.
Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
QuickBooks API integration with managed OAuth. Manage customers, invoices, payments, bills, and run financial reports. Use this skill when users want to interact with QuickBooks accounting data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Advanced financial calculator with future value tables, present value, discount calculations, markup pricing, and compound interest. Use when calculating investment growth, pricing strategies, loan values, discounts, or comparing financial scenarios across different rates and time periods. Includes both CLI and interactive web UI.
Track expenses via natural language, get spending summaries, set budgets
Query and manage personal finances via the official Actual Budget Node.js API. Use for budget queries, transaction imports/exports, account management, categorization, rules, schedules, and bank sync with self-hosted Actual Budget instances.