n8n-node-configuration
Expert guidance for configuring n8n nodes using operation-aware property dependencies and validation.
Install
npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-node-configurationStats
| Total installs | 1,974 |
| Weekly installs | 2.0K |
| GitHub stars | 3.8K |
| First seen | Jan 20, 2026 |
| Source | @czlonkowski/n8n-skills |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs n8n-node-configuration |
|---|---|---|
| youtube-clipper | 2,136 | +162 |
| agent-email-cli | 2,066 | +92 |
| x402 | 1,632 | -342 |
| n8n-code-javascript | 1,806 | -168 |
| openclaw-backup | 1,890 | -84 |
FAQ
- How many installs does n8n-node-configuration have?
- n8n-node-configuration has 1,974 total installs and 2.0K installs this week.
- Where is n8n-node-configuration hosted?
- n8n-node-configuration is published by @czlonkowski/n8n-skills at https://github.com/czlonkowski/n8n-skills.
- How many GitHub stars does n8n-node-configuration have?
- n8n-node-configuration has 3.8K GitHub stars.
- When was n8n-node-configuration first indexed?
- OrangeBot.AI first indexed n8n-node-configuration on Jan 20, 2026.
- How do I install n8n-node-configuration?
- Run: npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-node-configuration