facture-makeGénère et prépare une facture professionnelle, affiche un résumé pour confirmation, puis envoie la facture validée vers Make.com.
Install via ClawdBot CLI:
clawdbot install cimes19/facture-makeCe skill permet de générer et d'envoyer des factures professionnelles vers Make.com après une étape de confirmation humaine.
Déclenchez ce skill lorsque l'utilisateur exprime l'intention de créer une facture.
prepare_invoice.py. Ce script calcule les montants et prépare le libellé.confirmation renvoyée par le premier script.send_invoice.py en lui passant uniquement l'objet JSON contenu dans la clé invoice.prepare_invoice.py```json
{
"invoice": {
"client": "Nom du client",
"jours": 3,
"tjm": 280,
"libelle": "Consulting Février 2026",
"total": 840
},
"confirmation": "Texte de confirmation à lire à l'utilisateur"
}
Réponds exclusivement par : "Envoi confirmé."
Generated Mar 1, 2026
A freelance consultant uses this skill to generate invoices for clients after completing projects or hourly work. It automates calculation of total fees based on daily rates and days worked, ensuring accurate billing and reducing manual entry errors.
A small business owner employs this skill to create and send invoices for services rendered, such as consulting or maintenance. It streamlines the invoicing process by preparing details and integrating with Make.com for automated dispatch after human confirmation.
Contractors use this skill to invoice for project-based work, specifying client names and duration. It helps manage multiple contracts by automating invoice preparation and ensuring timely submissions through Make.com integration.
An event planner utilizes this skill to bill clients for planning services over a set number of days. It calculates fees based on daily rates and generates professional invoices, facilitating quick client payments via automated workflows.
Lawyers or accountants use this skill to generate invoices for client services, such as consultations or document preparation. It ensures compliance with billing standards and integrates with Make.com for efficient invoice distribution after approval.
Offer this skill as part of a subscription service where users pay a monthly fee for automated invoice generation and integration with Make.com. Revenue comes from recurring subscriptions, targeting freelancers and small businesses seeking streamlined billing solutions.
Charge users per invoice generated through this skill, with fees based on invoice complexity or volume. This model appeals to occasional users who need professional invoicing without long-term commitments, generating revenue from transaction-based payments.
Sell this skill as part of a larger enterprise package that includes customization, support, and integration with other business tools via Make.com. Revenue is generated through one-time licensing fees or annual contracts, targeting larger organizations with complex billing needs.
💬 Integration Tip
Ensure the JSON output from prepare_invoice.py is correctly formatted to avoid errors in the Make.com workflow, and test the confirmation step thoroughly to maintain user trust.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.