n8n-workflow-automation

Generate n8n workflow JSON with triggers, retries, and review queues.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Glour/ai-office-v2 --skill n8n-workflow-automation-glour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-workflow-automation
Source: https://github.com/Glour/ai-office-v2/tree/main/skills/n8n-workflow-automation
Command: npx skills add https://github.com/Glour/ai-office-v2 --skill n8n-workflow-automation-glour

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues.

Core Features & Use Cases

  • Idempotent triggers with retries, logging, and HITL (human-in-the-loop) review queues.
  • Exportable n8n workflow JSON for auditable automation across cron, webhook, and manual triggers.
  • Real-world use: automate compliance reporting by running weekly and routing failures to a review queue.

Quick Start

Provide the trigger type, schedule, and target destination, and I will generate an importable n8n workflow JSON along with a runbook.

Frequently Asked Questions about n8n-workflow-automation

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

FAQPage Schema
What is idempotency in workflow automation and when do I need it?

You can automate compliance reporting by running weekly cron-based triggers and routing failures to a human-in-the-loop review queue. The generated workflow JSON supports manual, webhook, and cron triggers to ensure auditable automation across recurring team processes.

How do I set up a human-in-the-loop review queue in n8n?

To set up a human-in-the-loop review queue in n8n, the generated workflow JSON routes workflow failures or specific items to a designated review queue. This ensures manual oversight for auditable automation instead of silently dropping errors during execution.

Can I export n8n workflow JSON for cron and webhook triggers?

Yes, you can export n8n workflow JSON for cron, webhook, and manual triggers. By providing the trigger type and schedule, you receive an importable JSON file and a runbook covering idempotency, audit logging, and error handling.

Why does my n8n automation drop items when a workflow fails?

n8n automation drops items when a workflow fails if it lacks proper error handling and retry logic. This skill generates workflows with audit logging and human-in-the-loop review queues to catch and review failures rather than dropping them silently.