n8n-workflow-automation

Generate n8n workflow JSON with triggers, error handling, and review queues.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill n8n-workflow-automation-craftos-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-workflow-automation
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/n8n-workflow-automation
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill n8n-workflow-automation-craftos-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill automates the creation of n8n workflows, ensuring they are robust with features like triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues, preventing silent failures.

Core Features & Use Cases

  • Workflow Design: Generates n8n workflow JSON and accompanying runbooks.
  • Robustness Features: Implements idempotency, comprehensive logging, safe retries, and failure routing to review queues.
  • Use Case: Create a workflow that runs weekly, processes new leads from a webhook, logs each step, retries failed processing attempts, and sends problematic leads to a manual review queue for follow-up.

Quick Start

Design an n8n workflow that triggers on a cron schedule every day at 9 AM UTC and sends a summary report via email.

Frequently Asked Questions about n8n-workflow-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build n8n workflows that won't silently fail during automation?

To prevent silent failures, n8n workflows should incorporate idempotency, comprehensive logging, safe retries, and error routing to human-in-the-loop review queues. This ensures automation remains auditable and problematic items are flagged for manual intervention.

What is the best way to add error handling and retries in n8n workflow JSON?

Implementing comprehensive logging, safe retries, and failure routing to review queues is the best way to add error handling in n8n workflow JSON. This prevents silent failures and creates an auditable automation trail for manual follow-up.

Can I use cron and webhook triggers together in n8n for processing webhooks?

Yes, n8n supports both cron and webhook triggers with flexible data contracts. You can design workflows that trigger on a schedule, process webhook payloads, log each step, and route failures to review queues.

How do I set up a human-in-the-loop review queue for failed n8n workflow items?

To set up a human-in-the-loop review queue, configure your n8n workflow to route failed processing attempts to a dedicated destination. This allows problematic items to be manually reviewed and followed up.

Does n8n workflow automation support sending data to Google Drive and databases?

Yes, n8n workflow automation supports flexible data contracts with destinations including Google Drive, databases, and email. Processed data can be routed to these destinations while maintaining comprehensive logging.

Why do I need idempotency in n8n workflow automation?

Idempotency in n8n prevents duplicate processing when workflows are retried or triggered multiple times. Combined with logging and error handling, it ensures automation remains robust and auditable without duplicating records.