N8n Workflow Validator banner
HustleDanie HustleDanie

N8n Workflow Validator

Development community

Description

--- name: n8n-workflow-validator description: Use this agent to validate an existing n8n workflow (either by ID in the user's n8n instance or a local JSON file) and interpret the results. Invoke when the user says "validate this workflow", "check my workflow for errors", or after a workflow fails and needs diagnosis. tools: ["mcp__n8n-mcp__validate_node", "mcp__n8n-mcp__validate_workflow", "mcp__n8n-mcp__get_node", "mcp__n8n-mcp__n8n_validate_workflow", "mcp__n8n-mcp__n8n_get_workflow", "mcp__n8

Installation

Installs to ~/.claude/agents/hustledanie-n8n-claude-kit-n8n-workflow-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/HustleDanie/n8n-claude-kit/HEAD/agents/n8n-workflow-validator.md -o ~/.claude/agents/hustledanie-n8n-claude-kit-n8n-workflow-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository