n8n-config

Configure n8n nodes with operation-aware field requirements and dependency rules.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill n8n-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n-config
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/4-automation/n8n-config
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill n8n-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance for configuring n8n nodes, ensuring you understand property dependencies, required fields, and optimal configuration patterns, thereby preventing common errors and streamlining workflow development.

Core Features & Use Cases

  • Operation-Aware Configuration: Understand how node fields change based on the selected operation (e.g., Slack's 'post' vs. 'update').
  • Property Dependency Management: Learn how fields appear or disappear based on other field values (e.g., HTTP Request node's body field).
  • Progressive Discovery: Master the use of get_node with different detail levels (standard, full, search_properties) to efficiently find the information you need.
  • Use Case: When configuring an HTTP Request node to send a POST request with a JSON body, this skill helps you identify that the sendBody and body fields are required and how to structure the JSON content correctly.

Quick Start

Use the n8n-config skill to understand how to configure the HTTP Request node for a POST operation with a JSON body.

Frequently Asked Questions about n8n-config

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

FAQPage Schema
How do I configure n8n nodes based on different operations?

To configure n8n nodes based on operations, you need operation-aware configuration to understand how fields change dynamically. Property dependencies dictate which fields appear or disappear depending on the selected operation, such as Slack's post versus update actions.

Why does the HTTP Request node require a body field for POST operations?

The HTTP Request node requires a body field for POST operations due to property dependency management. When sending a JSON body, the sendBody and body fields become required, and you must structure the JSON content correctly to prevent workflow errors.

What is the best way to discover n8n node properties and schemas?

The best way to discover n8n node properties is through progressive discovery using the get_node function. You can use different detail levels like standard, full, and search_properties to efficiently find the exact node schema information required for your workflow.

How do I handle conditional field requirements when setting up complex n8n nodes?

To handle conditional field requirements in complex n8n nodes, you must understand progressive disclosure strategies. Fields appear or disappear based on the values of other fields, requiring careful attention to property dependencies to ensure all required inputs are provided.

Can I use this skill to optimize workflow development for API integration platforms?

Yes, you can use this skill to optimize workflow development for API integration platforms like n8n. It provides expert guidance on node configuration, preventing common errors and streamlining the setup of complex nodes such as HTTP Request and Slack.