n8n-workflow-automation

Generate auditable n8n workflow JSON with triggers, retries, and HITL queues.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/gaos6e/MyOpenclaw --skill n8n-workflow-automation-gaos6e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-workflow-automation
Source: https://github.com/gaos6e/MyOpenclaw/tree/main/workspace/skills/n8n-workflow-automation-1.0.0
Command: npx skills add https://github.com/gaos6e/MyOpenclaw --skill n8n-workflow-automation-gaos6e

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Automates the design and export of auditable n8n workflows with robust triggers, idempotency, error handling, and built-in run logging.

Core Features & Use Cases

  • Idempotent workflow design: dedup keys and safe retries to prevent duplicates on reruns.
  • Observability and HITL: per-run run_id, start/end logs, status tracking, and a human-in-the-loop review queue for failures.
  • Export and guidance: outputs an importable workflow JSON plus a companion runbook to guide execution.

Quick Start

Design or customize an n8n workflow by specifying the trigger (cron or webhook), dedup key, targets, and HITL steps, then export workflow.json and runbook.md

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 with idempotency and error handling?

Idempotent n8n workflows are designed using dedup keys and safe retries to prevent duplicate executions on reruns. The Skill outputs an importable workflow JSON containing robust error handling, logging, and status tracking configurations.

What is a human-in-the-loop review queue in workflow automation?

A human-in-the-loop (HITL) review queue in workflow automation routes failed executions to a manual review process. This Skill designs n8n workflows that automatically direct failures to a HITL queue for human inspection.

How to add observability and run logging to n8n workflows?

Observability and run logging are added to n8n workflows by generating per-run run_id, start/end logs, and status tracking. The Skill outputs workflow JSON equipped with these execution logging mechanisms.

Can I schedule n8n workflows to run on cron or webhook triggers?

Yes, you can schedule n8n workflows using cron or webhook triggers. The Skill designs workflows by specifying the trigger type, dedup key, targets, and human-in-the-loop steps to support scheduled or event-driven execution.

How do I export an n8n workflow JSON with a companion runbook?

You export an n8n workflow JSON with a companion runbook by specifying the trigger, dedup key, targets, and HITL steps. The Skill generates an importable workflow.json file alongside a runbook.md to guide execution.