From 10x-n8n
Diagnose workflow issues — check status, executions, errors, suggest fixes
How this skill is triggered — by the user, by Claude, or both
Slash command
/10x-n8n:n8n-diagnoseThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
CONTEXT: Investigate why a workflow is failing or misbehaving. Chains: /n8n-status + /n8n-execution + /n8n-run-log + /n8n-diff + catalog lookup.
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
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub openanalystinc/10x-n8n-skill