n8n-node-configuration

Installation
Summary

Operation-aware node configuration with progressive discovery and property dependency management.

  • Start with get_node({detail: "standard"}) for 95% of configuration needs; escalate to full detail or search_properties mode only when standard doesn't provide required information
  • Resource and operation determine which fields are required; use validation iteratively to discover conditional dependencies controlled by displayOptions rules
  • Common patterns include resource/operation nodes (Slack, Google Sheets), HTTP-based nodes with method-dependent fields, database nodes with operation-specific requirements, and conditional logic nodes with operator-dependent value fields
  • Configuration workflow: identify operation, get node info, configure required fields, validate, search properties if stuck, add optional fields, validate again, then deploy
SKILL.md

n8n Node Configuration

Expert guidance for operation-aware node configuration with property dependencies.


Configuration Philosophy

Progressive disclosure: Start minimal, add complexity as needed

Configuration best practices:

  • get_node with detail: "standard" is the most used discovery pattern
  • 56 seconds average between configuration edits
  • Covers 95% of use cases with 1-2K tokens response

Key insight: Most configurations need only standard detail, not full schema!


Related skills

More from czlonkowski/n8n-skills

Installs
3.6K
GitHub Stars
4.9K
First Seen
Jan 20, 2026