n8n-node-configuration

Configure n8n nodes with operation-specific requirements and property dependencies.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/MaizeCobra/agentic-setup --skill n8n-node-configuration-maizecobra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-node-configuration
Source: https://github.com/MaizeCobra/agentic-setup/tree/main/.opencode/skills/n8n-node-configuration
Command: npx skills add https://github.com/MaizeCobra/agentic-setup --skill n8n-node-configuration-maizecobra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill demystifies complex n8n node configurations by teaching operation-aware settings, property dependencies, and the correct use of discovery tools, preventing common errors and speeding up workflow development.

Core Features & Use Cases

  • Operation-Aware Configuration: Learn how required fields change based on the node's operation (e.g., Slack's 'post' vs. 'update').
  • Property Dependencies: Understand how fields dynamically appear or disappear based on other settings (e.g., sendBody controlling the body field in HTTP requests).
  • Progressive Discovery: Master the use of get_node with different detail levels (standard, full, search_properties) to find information efficiently.
  • Use Case: You're configuring an HTTP Request node to send a POST request with a JSON body. This Skill guides you to correctly set method, sendBody, and body by explaining their interdependencies and how to discover them using get_node.

Quick Start

Use the n8n-node-configuration skill to understand how to configure the 'nodes-base.slack' node for the 'post' operation.

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 properties for different operations?

Configuring n8n nodes requires understanding property dependencies where fields dynamically appear based on other settings. For example, enabling sendBody in an HTTP Request node controls the visibility of the body field, requiring progressive discovery to map these interdependencies correctly.

Why does my n8n workflow fail when sending an HTTP POST request with a JSON body?

n8n workflow failures often stem from missing property dependencies. Using get_node with full or search_properties detail levels reveals hidden required fields and their dependencies, helping you troubleshoot configuration pitfalls by showing exactly what fields must be set for a specific operation.

What is the best way to discover required fields for an n8n node?

The best way to discover n8n node fields is using the get_node tool with progressive detail levels. Starting with the standard view and moving to full or search_properties allows you to efficiently find operation-specific requirements and understand field visibility without retrieving unnecessary data.

How do property dependencies affect n8n node configuration?

Property dependencies in n8n dictate that configuring one field dynamically controls the visibility of others. Mastering this progressive disclosure approach ensures you only see relevant settings, preventing configuration errors and streamlining the workflow automation setup process.

Can I use the get_node tool to find specific n8n node properties?

Yes, you can use the get_node tool with the search_properties detail level to find specific n8n node properties efficiently. This progressive discovery method helps you locate operation-aware requirements and field visibility rules without loading the entire node configuration schema.