From 10x-n8n
Diagnose workflow issues — check status, executions, errors, suggest fixes
npx claudepluginhub openanalystinc/10x-n8n-skillThis skill is limited to using the following tools:
CONTEXT: Investigate why a workflow is failing or misbehaving. Chains: /n8n-status + /n8n-execution + /n8n-run-log + /n8n-diff + catalog lookup.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
CONTEXT: Investigate why a workflow is failing or misbehaving. Chains: /n8n-status + /n8n-execution + /n8n-run-log + /n8n-diff + catalog lookup.
REQUIRES: ~/.claude/n8n-config.json
STEPS:
curl -s -H "X-N8N-API-KEY: <key>" "<baseUrl>/api/v1/workflows/<id>"curl -s -H "X-N8N-API-KEY: <key>" "<baseUrl>/api/v1/executions?workflowId=<id>&limit=10"curl -s -H "X-N8N-API-KEY: <key>" "<baseUrl>/api/v1/executions/<exec-id>"OUTPUT:
Diagnosis: "<workflow-name>" (ID: <id>)
Health: <count> success / <count> failed (last <n> executions)
Issue: <root cause description>
Failing node: <node-name> (<type>)
Error: <exact error message>
Category: <credential|parameter|connection|external|rate-limit|timeout>
Fix:
<specific action to take>
Command: <suggested /n8n-* command to run>
RULES:
$ARGUMENTS