n8n-node-configuration

n8n node configuration

czlonkowski 5.9k ↓ 5.5k MIT updated 1mo ago
Claude Code
View source ↗

What it does

  • getnode 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
  • Quick overview (~1-2K tokens)
  • Required fields + common options
  • Use first - covers 95% of needs
  • Find properties by name

Requirements & configuration

  • Key insight: Most configurations need only standard detail, not full schema!
  • Not all fields are always required - it depends on operation!
  • Use first - covers 95% of needs
  • Use: 95% of configuration needs
  • 2. Standard has what you need → configure with it. Otherwise continue.

Configuration: POST

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

n8n node configuration

Source

Repository: https://github.com/czlonkowski/n8n-skills

n8n-node-configuration FAQ

What does the n8n-node-configuration skill do?

Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type. Always use this skill when setting up node parameters — it explains which fields are required for each operation, how displayOptions control field visibility, and when to use patchNodeField for surgical edits vs full node updates. getnode with detail: "standard" is the most used discovery pattern 56 seconds average between configuration edits

What does n8n-node-configuration require?

Key insight: Most configurations need only standard detail, not full schema! Not all fields are always required - it depends on operation! Use first - covers 95% of needs Use: 95% of configuration needs 2. Standard has what you need → configure with it. Otherwise continue. Configuration keys: POST.

How do I install n8n-node-configuration?

Run: npx -y skills add https://github.com/czlonkowski/n8n-skills --skill n8n-node-configuration --agent claude-code — the source lives at github.com/czlonkowski/n8n-skills.

Maintain n8n-node-configuration?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

n8n-node-configuration on getagentictools
[![n8n-node-configuration on getagentictools](https://getagentictools.com/badge/skills/czlonkowski-n8n-skills-n8n-node-configuration.svg)](https://getagentictools.com/skills/czlonkowski-n8n-skills-n8n-node-configuration?ref=badge)
npx agentictools info skills/czlonkowski-n8n-skills-n8n-node-configuration

The second line is the CLI lookup for this page — handy in READMEs and docs.