n8n-node-configuration

Configure n8n nodes with operation-aware field dependencies and displayOptions rules.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/produtoramaxvision/claude-code-n8n-skills --skill n8n-node-configuration-produtoramaxvision
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-node-configuration
Source: https://github.com/produtoramaxvision/claude-code-n8n-skills/tree/main/skills/n8n-node-configuration
Command: npx skills add https://github.com/produtoramaxvision/claude-code-n8n-skills --skill n8n-node-configuration-produtoramaxvision

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides engineers and operators to configure n8n nodes with operation-aware rules, clarifying which fields are required per operation and how property dependencies affect visibility.

Core Features & Use Cases

  • Operation-aware configuration: resource + operation determine required fields and provide targeted guidance for common workflows.
  • Property dependencies: explain displayOptions, show/hide rules, nested dependencies, and auto-sanitization hints to prevent misconfigurations.
  • Progressive discovery: start with get_node standard detail, use get_node({mode: "search_properties"}) for targeted fields, and escalate to full detail only if needed; supports surgical edits via patchNodeField.
  • Real-world patterns: applies to Slack, HTTP, database, and conditional logic nodes to build reliable configurations.

Quick Start

Identify the node type, fetch standard details with get_node, then configure required fields and validate iteratively while using get_node(mode: "search_properties") to reveal dependencies as needed.

Frequently Asked Questions about n8n-node-configuration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure n8n node fields based on operation dependencies?

To configure n8n node fields based on operation dependencies, you fetch standard details with get_node, then configure required fields and validate iteratively while revealing dependencies using get_node(mode: "search_properties").

How does displayOptions work for n8n node property visibility?

displayOptions in n8n controls n8n node property visibility by applying show and hide rules based on operation-specific requirements and nested dependencies, preventing misconfigurations through auto-sanitization hints.

What is the best way to discover required fields for Slack and HTTP nodes in n8n?

The best way to discover required fields for Slack and HTTP nodes in n8n is progressive discovery: start with standard get_node detail, use search_properties for targeted fields, and escalate to full detail only if needed.

Can I use patchNodeField for surgical edits to n8n node configurations?

Yes, you can use patchNodeField for surgical edits to n8n node configurations, allowing precise modifications to specific properties after determining operation-specific requirements and visibility rules.

Why are my n8n node fields not showing up correctly during operation changes?

n8n node fields may not show up correctly if property dependencies and displayOptions rules are misconfigured, requiring validation of operation-specific requirements and nested dependencies to ensure proper visibility.