n8n-workflow-automation-1-0-0Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. Use when you...
Install via ClawdBot CLI:
clawdbot install itsjustFred/n8n-workflow-automation-1-0-0Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues.
workflow.json (n8n importable JSON) + runbook.md (from template).Success = workflow is idempotent, logs every run, retries safely, and routes failures to a review queue.
run_id, log start/end, store status row and error details.If outputting n8n workflow JSON, conform to:
{
"name": "<workflow name>",
"nodes": [ { "name": "Trigger", "type": "n8n-nodes-base.cron", "parameters": {}, "position": [0,0] } ],
"connections": {},
"settings": {},
"active": false
}
Also output runbook.md using assets/runbook-template.md.
Output: Node map + workflow.json with Cron → Fetch → Aggregate → Email, plus error branches to review queue.
Output: Webhook → Validate → Process → Append status row; on error → log + notify + queue.
Generated Mar 1, 2026
Automates the generation and distribution of compliance summaries every Monday at 08:00 Europe/London. The workflow fetches data from internal systems, aggregates it into a report, emails it to stakeholders, and uploads a copy to Google Drive. It includes retries for failed steps and routes any failures to a human review queue for manual intervention.
Processes incoming webhook data from a CRM system to onboard new customers. The workflow validates the input JSON, logs each run with a unique ID, writes status rows to a database, and updates customer records. Idempotency prevents duplicate entries, and errors are handled with retries and notifications to a review queue.
Synchronizes inventory levels between an e-commerce platform and a warehouse management system on a scheduled cron trigger. It ensures idempotency using deduplication keys, logs all sync attempts, and retries failed updates with exponential backoff. Any persistent failures are queued for human review to prevent data loss.
Creates detailed audit logs for financial transactions by triggering daily at midnight. The workflow extracts transaction data, applies validation rules, logs each step with timestamps, and stores results in a secure database. It includes gates to stop processing if thresholds are exceeded and alerts administrators via email.
Automates the collection and analysis of marketing campaign data from multiple sources every Friday. The workflow aggregates metrics, generates performance reports, emails summaries to the marketing team, and logs errors to a review queue. It uses idempotency to avoid duplicate reporting and includes retries for API failures.
Offers n8n workflow automation as a managed service for businesses needing regular compliance or reporting tasks. Revenue is generated through monthly subscriptions based on workflow complexity and volume, with tiered pricing for additional features like advanced logging and priority support.
Provides consulting services to design and implement custom n8n workflows for specific client needs, such as integrating legacy systems or setting up audit trails. Revenue comes from project-based fees and ongoing maintenance contracts, with pricing dependent on scope and integration complexity.
Develops a platform where users can access basic n8n workflow templates for free, with premium features like advanced error handling, review queues, and dedicated support available for a fee. Revenue is generated through upgrades to premium plans and enterprise licenses for large organizations.
đź’¬ Integration Tip
Ensure all destination systems (e.g., databases, email services) are clearly defined and use environment variables for credentials to maintain security and avoid hardcoding secrets in the workflow JSON.
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.