Automation & Ops n8nworkflow-automationnode-configurationmcpapi-workflowsproperty-dependencies

n8n Node Configuration Guide

Configure n8n nodes by operation and dependency to reduce validation errors and silent runtime failures.

FollowSkills review · FSRS-2.0
Not recommended
46/ 100 5-point scale 2.3 / 5
Trust15 / 25 · 3.0/5

The documentation shows meaningful security awareness through validation-first guidance, avoidance of placeholder credentials, parameterized SQL, silent-data-loss warnings, and explicit response-code handling. Points are deducted because deployment and workflow updates remain routine next steps without user confirmation, sensitive-data boundaries, rollback, change isolation, or complete disclosure of external effects; publisher identity and source attribution are also not independently verified.

Reliability6 / 20 · 1.5/5

The skill provides operation discovery, dependency inspection, iterative validation, and some diagnosable failure handling, including strict patchNodeField behavior. Points are deducted for visible inconsistencies: SKILL.md says timezone is workflow-level while OPERATION_PATTERNS.md places timezone inside rules; database parameter fields vary between queryReplacement and additionalFields.queryParameters; and several claims depend on unspecified tools, versions, or runtime behavior. No reproducible execution evidence is supplied, so the static cap keeps this at 10 or below.

Adaptability9 / 15 · 3.0/5

README provides trigger phrases, common scenarios, tool context, and covered node categories, giving the skill a reasonably clear target for n8n configuration work. Points are deducted because non-fit boundaries, version-compatibility limits, and tool-availability requirements are incomplete; Chinese-language support is not declared, and mainland-China reachability of the n8n-mcp/Claude Code dependency is not established.

Convention9 / 15 · 3.0/5

The material has a useful information hierarchy, progressive disclosure, related references, examples, gotcha sections, version history, MIT licensing, and author information. Points are deducted because maintenance ownership, issue/feedback channels, update procedures, and change tracking are weak; the README claims four evaluations without providing them here, while usage statistics and the end-to-end verification claim lack attached evidence.

Effectiveness5 / 15 · 1.7/5

The central workflow is clear and practically useful: inspect resource and operation, understand displayOptions, validate, and iterate. Examples cover common HTTP, Slack, database, and conditional-node cases. Points are deducted because some examples may be version-sensitive or contradictory, configurations still require instance-specific schema correction, and no statically verifiable representative output demonstrates deploy-ready completeness.

Verifiability2 / 10 · 1.0/5

The files contain concrete configurations, field names, failure symptoms, and proposed fixes, which provide some auditability. Points are deducted because success rates, timing metrics, coverage claims, and end-to-end verification are author statements without committed tests, CI evidence, or independent corroboration; static review cannot reproduce them, so the score remains below the static ceiling of 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 05eea4848c12
Before you use it
  • Verify version-sensitive details such as timezone placement and database parameter fields against the target n8n instance schema before submission.
  • Do not treat the stated success rates, evaluation count, or end-to-end verification as proven; the supplied material contains no supporting test evidence.
  • Before deployment or workflow updates, separately confirm credentials, external writes, response behavior, and rollback procedures.
  • Reachability of the n8n-mcp/Claude Code dependency from mainland-China networks is not established by the supplied material.
Review evidence [1][2][3][4][5][6]
See the full review method →

What does this skill do, and when should you use it?

This is one Agent Skill from the n8n-skills repository, focused on operation-aware n8n node configuration. It explains how required fields change by resource and operation, how displayOptions create conditional fields, and when to request standard, full, or property-search node details. It covers configuration patterns for HTTP, Slack, database, conditional-logic, SplitInBatches, and Google Sheets nodes, with a validation-driven workflow. It is suited to users building workflows through n8n-mcp, but it does not replace skills for workflow architecture, coding, or n8n deployment.

Guides the use of get_node for standard or full node details and search_properties for targeted fields; identifies required configuration from resource, operation, and field dependencies; recommends starting with a minimal configuration and iterating through validate_node errors; explains when to use patchNodeField in n8n_update_partial_workflow for surgical text edits; and documents configuration cautions involving credentials, node UUIDs, typeVersion, empty database write outputs, and silent failure modes in several node families.

  1. An automation developer configuring Slack, HTTP Request, or database nodes through n8n-mcp and needing operation-specific required fields.
  2. A user configuring POST, PUT, or PATCH requests and resolving the sendBody-to-body dependency in an HTTP Request node.
  3. A workflow builder changing a Slack operation and needing to replace fields that belonged to the previous operation.
  4. A user editing a small portion of Code-node code, HTML email content, or a JSON body without replacing the entire field.
  5. A user configuring database writes, Switch, Merge, Webhook, or Schedule Trigger nodes and checking for runtime issues that validation may not catch.

What are this skill's strengths and limitations?

Pros
  • Clearly separates resource, operation, and conditional field requirements.
  • Provides a progressive discovery path through standard detail, property search, and full detail.
  • Uses concrete HTTP, Slack, database, and conditional-logic examples with a validate-and-iterate workflow.
  • Calls out practical issues involving credential placeholders, UUIDs, typeVersion, empty outputs, and silent runtime failures.
Limitations
  • Requires the n8n-mcp MCP server, which the skill does not provide.
  • Primarily supplies configuration guidance; it is not a standalone node configurator or complete workflow generator.
  • Some detailed guidance is delegated to related skills or repository documents not included in the supplied SKILL.md.
  • No independent test results or cross-platform test evidence are provided for this individual skill.

How do you install this skill?

Install and configure the n8n-mcp MCP server and have access to Claude Code, Claude.ai, or the Claude API. The recommended Claude Code command is: /plugin install czlonkowski/n8n-skills. For manual installation, run: git clone https://github.com/czlonkowski/n8n-skills.git, then copy n8n-skills/skills/n8n-node-configuration/ into the Claude Code skills directory. The source does not provide separate installation commands for other clients.

How do you use this skill?

In an environment where this skill is loaded and n8n-mcp is available, ask a relevant question such as “How do I configure the HTTP Request node?” Start with get_node using standard detail, use search_properties when a field is unclear, and request full detail only when necessary. Configure the node, call validate_node, address the reported requirement, and repeat until valid.

FAQ

Is this for n8n Cloud?
The source positions it as configuration guidance for building n8n workflows with n8n-mcp, but does not separately document differences between n8n Cloud and self-hosted n8n.
Do I need n8n-mcp to use it?
Yes. The repository lists an installed and configured n8n-mcp MCP server as a prerequisite.
Why can a workflow still fail after validation passes?
The skill identifies silent cases such as missing Switch fallback output, Merge input mismatches, and unsafe database-query interpolation that may not be caught by validation.
Does it deploy workflows automatically?
It recommends validating before deployment and explains n8n_update_partial_workflow usage, but it is not the repository’s deployment skill.

More skills from this repository

All from czlonkowski/n8n-skills

Automation & Ops

n8n MCP Workflow Router

Routes n8n-mcp tasks to the right skills and reduces production workflow failures.

Automation & Ops

n8n Subworkflow Architect

Turn reusable n8n logic into explicit, testable sub-workflows that humans and AI agents can discover and call safely.

Automation & Ops

n8n MCP Tools Expert

A practical guide for reliably searching, validating, and managing n8n workflows.

Automation & Ops

n8n Error Handling

Make n8n workflow failures routable, visible, and recoverable.

Automation & Ops

n8n Multi-Instance Targeting

Safely select, verify, and switch the n8n instance targeted by an MCP session.

Dev & Engineering

n8n Expression Syntax Guide

Write, validate, and repair n8n expressions for reliable workflow data mapping.

Automation & Ops

n8n Validation Expert

Explains n8n validation results and guides iterative fixes for problems that can stop workflows from running.

Dev & Engineering

n8n JavaScript Code Node Guide

Write reliable, efficient JavaScript for n8n Code nodes.

Automation & Ops

n8n Workflow Architecture Patterns

Design, validate, and deploy reliable n8n workflows with proven architectural patterns.

Dev & Engineering

n8n AI Code Tool Guide

Write JavaScript or Python that obeys the n8n Custom Code Tool contract for AI-agent calls.

Automation & Ops

n8n Binary & File Handling

Keep files intact in n8n workflows and move them safely through AI tools and chat interfaces.

Automation & Ops

n8n AI Agent Architecture Guide

Design n8n AI agents with the right nodes, tool connections, memory, structured output, and human approval.

Dev & Engineering

n8n Python Code Node Guide

Write dependable Python for n8n Code nodes within their real runtime limits.

Automation & Ops

n8n Self-Hosting Deployment

Deploy production self-hosted n8n on Linux with Docker Compose, Caddy, and automatic HTTPS.

Related skills