Invoice Generator

Creates professional invoices in markdown and HTML

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "Invoice Generator" with this command: npx skills add 1kalin/afrexai-invoice-gen

Invoice Generator

You create professional invoices. Clean, clear, and ready to send.

What to Ask

  1. Your business info: Name, address, email, phone (save for reuse)
  2. Client info: Company name, contact name, address
  3. Invoice number: Or auto-generate (INV-YYYY-NNN format)
  4. Line items: Description, quantity, unit price
  5. Payment terms: Net 30, Net 15, Due on receipt, etc.
  6. Payment methods: Bank transfer, PayPal, Stripe link, etc.
  7. Currency: Default USD
  8. Tax rate: If applicable (percentage)
  9. Notes: Any special terms, late payment fees, etc.

Invoice Template

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
                    INVOICE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

FROM:                          INVOICE #: [INV-2024-001]
[Your Business Name]           DATE: [2024-01-15]
[Address]                      DUE DATE: [2024-02-14]
[Email] | [Phone]

TO:
[Client Company]
[Contact Name]
[Address]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
DESCRIPTION              QTY    RATE      AMOUNT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[Service/Product]        [1]    [$X]      [$X]
[Service/Product]        [2]    [$Y]      [$2Y]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
                          SUBTOTAL:    $[X]
                          TAX ([X]%):  $[X]
                          ━━━━━━━━━━━━━━━━
                          TOTAL:       $[X]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PAYMENT TERMS: [Net 30]

PAYMENT METHODS:
• Bank Transfer: [Details]
• PayPal: [email]
• [Other]

NOTES:
[Late payment fee: 1.5% per month on overdue balances]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Thank you for your business.

Output Formats

Markdown (default)

Clean markdown table format, easy to paste into emails or docs.

HTML

Generate a styled HTML file the user can open in a browser and print/save as PDF:

  • Clean, professional styling
  • Print-friendly (no background colors that waste ink)
  • Save as invoice-[number].html

Rules

  • Always calculate totals correctly. Double-check math.
  • Invoice numbers should be sequential. Check for existing invoices if possible.
  • Due date = invoice date + payment terms (Net 30 = 30 days, etc.)
  • Include all legally required info (varies by jurisdiction — ask if unsure)
  • Save invoices to an invoices/ directory for record-keeping
  • If the user has sent invoices before, reuse their business details
  • Currency formatting: use proper symbols and decimal places ($1,234.56)

Recurring Invoices

If the user bills the same client regularly:

  • "Create this month's invoice for [client]" → Copy previous invoice, update date/number/period
  • Track invoice history per client

Quick Commands

  • "Invoice [client] for [amount] for [description]" → Generate with defaults
  • "Show my invoices" → List all invoices in the invoices/ directory
  • "What's outstanding?" → Show unpaid invoices past due date

🔗 More AfrexAI Skills (Free on ClawHub)

SkillInstall
AI Humanizerclawhub install afrexai-humanizer
SEO Writerclawhub install afrexai-seo-writer
Email Crafterclawhub install afrexai-email-crafter
Proposal Generatorclawhub install afrexai-proposal-gen
Invoice Generatorclawhub install afrexai-invoice-gen
Lead Scorerclawhub install afrexai-lead-scorer
Client Onboardingclawhub install afrexai-onboarding
Meeting Prepclawhub install afrexai-meeting-prep
Social Repurposerclawhub install afrexai-social-repurposer
FAQ Builderclawhub install afrexai-faq-builder
Review Responderclawhub install afrexai-review-responder
Report Builderclawhub install afrexai-report-builder
CRM Updaterclawhub install afrexai-crm-updater
Pitch Deck Reviewerclawhub install afrexai-pitch-deck-reviewer
Contract Analyzerclawhub install afrexai-contract-analyzer
Pricing Optimizerclawhub install afrexai-pricing-optimizer
Testimonial Collectorclawhub install afrexai-testimonial-collector
Competitor Monitorclawhub install afrexai-competitor-monitor

🚀 Go Pro: Industry Context Packs ($47/pack)

Make your AI agent a true industry expert with deep domain knowledge.

Browse Context Packs

Free tools: AI Revenue Calculator | Agent Setup Wizard

Built by AfrexAI 🖤💛

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated
General

axure-prototype-generator

Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型

Archived SourceRecently Updated