#7dayAISChallenge - Day 3
Invoice Generation Skill I am happy to share with you my Day3 challenge, a fully automated invoice generation skill that pulls client data from Airtable CRM and produces an invoice .docx file in seconds. How it works 1. Trigger /invoice [Company Name] or a sentence such as "generate an invoice for company x" 2. Fetch sender info(address, SIRET, email, website) 3. Find the client. It searches the CRM for the matching company record (with Airtable MCP) 4. Locate the pending invoice with status "To generate" for that client 5. Grab the billing lines retrieves each line item (description, quantity, unit price, total) 6. Generate the .docx, fills a Word template 7. Returns the file path with a clean summary (invoice number, dates, total) This skill ca be replicated for any document generation workflow(contracts, proposals, reports),connected to any data source (Notion, Google Sheets, a REST API, etc.).