n8n-error-handling

安装量: 1.1K
排名: #10065

安装

npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-error-handling

n8n Error Handling By default, when an n8n node throws, the whole workflow halts . For an interactive run you're watching, that's fine — you see the red node and fix it. For anything unattended (a webhook API, a cron job, a queue worker, an agent tool), it's the wrong default: the caller gets a timeout or an empty 500, the operator gets no alert, and the symptom is "the integration just stopped working" with no log and no clue. This skill is about making failures loud, structured, and recoverable — and, best case, self-healing so transient blips never reach a human at all. The two ideas that prevent most silent failures: Per-node error outputs — a node's failure routes down a second output you control, instead of killing the run. A workflow-level error workflow — a catch-all that fires for anything that escapes per-node handling (timeouts, crashes between nodes, unwired failures). When you actually need this Show more Installs 851 Repository czlonkowski/n8n-skills GitHub Stars 6.1K First Seen Jun 18, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜