Generate production-ready n8n workflow JSON with idempotency, retries, audit logging, error handling, and human-in-the-loop review queues.
npx clawhub@latest install n8n-workflow-automationThis skill designs and outputs n8n workflow JSON built for production reliability. Given a workflow intent, it produces node maps and importable workflow.json files that include robust trigger configuration, deduplication logic, per-node error branches with retry backoff, structured audit logging, and human-in-the-loop (HITL) review queues for failed items. Use it when you need an automation that is fully auditable and guaranteed not to silently drop data or duplicate records.
npx clawhub@latest install n8n-workflow-automationClick the Install button at the top of this page for one-click setup
run_id, logs start/end status, and writes a status row to a tracker (Sheet, DB, etc.).The skill defines one or more dedup keys and selects an appropriate storage backend (Sheet or DB) to track processed records. Workflows can safely rerun after failures without creating duplicate entries.
Every node in the generated workflow includes dedicated error branches. Transient failures trigger configurable retry-with-backoff logic; permanent failures route items to a review queue rather than silently dropping them.
Each run receives a unique run_id. Start time, end time, record counts, and error details are written to a status log (Sheet, DB, or similar), giving you a full audit trail for every execution.
Failed or flagged items are written to a review queue (Sheet or DB). A human approval step is required before those items are reprocessed, preventing silent data loss and enabling controlled remediation.
Threshold checks are embedded in the workflow design. If record counts or success rates fall outside expected bounds, the workflow stops and fires an alert rather than completing with undetected errors.
When explicitly requested, the skill outputs a valid n8n-importable workflow.json alongside a runbook.md that documents nodes, data contracts, failure modes, and operational procedures.
Describe a cron trigger (e.g., Monday 08:00 Europe/London), target recipients, and a Drive upload destination. The skill produces a Cron → Fetch → Aggregate → Email workflow with retry branches and a review queue for any send failures.
Provide a sample incoming JSON payload and a destination tracker. The skill generates a Webhook → Validate → Process → Append Status Row workflow that logs every run and routes errors to a notification + queue node.
Supply an existing n8n workflow JSON and define the dedup key (e.g., record ID). The skill redesigns the flow to check for existing records before writing, ensuring reruns after failures never produce duplicate rows.
For workflows that process sensitive or high-value records, the skill adds a HITL gate: failed items land in a Sheet/DB queue, and a human must approve each item before the workflow reprocesses it.
npx clawhub@latest install n8n-workflow-automationLog in to write a review
No reviews yet. Be the first to share your experience!