What problem does it solve?
n8n node configuration often fails because required fields and visible properties change based on the selected resource and operation, and because property dependencies (displayOptions) are not obvious until validation errors appear.
Core Features & Use Cases
- Operation-aware required fields: teaches how the same node can require different parameters when resource/operation changes (e.g., Slack post vs update).
- Property dependency mastery: explains how displayOptions controls field visibility (show/hide with AND/OR conditions) and how to troubleshoot “required but not visible” issues.
- Progressive discovery workflow: standard-first approach to choosing between discovery levels (get_node standard, search_properties, and full schema) and iterating with validation.
Use cases include configuring HTTP Request and Webhook nodes, setting up Slack/Gmail actions, building correct conditional logic (IF/Switch unary vs binary operators), and resolving validation errors by tracing dependency chains.
Quick Start
Use the skill when you see a validation error or a field you expected is missing, and ask: “How do I configure this n8n node for operation X, and which dependent fields must be enabled for Y to appear?”