What problem does it solve?
Helps engineers and operators reliably find the right n8n nodes, choose appropriate MCP tools, validate node and workflow configurations, and iteratively build production-ready workflows without wasting tokens or triggering avoidable errors.
Core Features & Use Cases
- Node discovery & selection: Precise guidance for using search_nodes and get_node with the correct nodeType formats for discovery and workflow creation.
- Configuration validation: Clear workflows for validate_node and validate_workflow with recommended profiles (runtime, ai-friendly, strict) and error handling patterns.
- Workflow management & templates: Best practices for n8n_create_workflow, n8n_update_partial_workflow (smart parameters, intent), n8n_deploy_template, versioning, and activation.
- Auto-sanitization & autofix: Describes auto-sanitization behaviors, n8n_autofix_workflow usage, and recovery operations like cleanStaleConnections to reduce manual repairs.
- Performance & safety guidance: Advice on using detail levels to control payload size and avoid unnecessary token usage while validating and debugging.
Quick Start
Use the skill to search for a Slack node, get its standard details, validate a sample configuration with the runtime profile, and suggest fixes.