n8n-expression-syntax
✓Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.
Installation
SKILL.md
Most Common Mistake: Webhook data is NOT at the root!
Why: Webhook node wraps incoming data under .body property to preserve headers, params, and query parameters.
| $json.field | {{$json.field}} | | {{$json.field name}} | {{$json['field name']}} | | {{$node.HTTP Request}} | {{$node["HTTP Request"]}} | | {{{$json.field}}} | {{$json.field}} | | {{$json.name}} (webhook) | {{$json.body.name}} | | '={{$json.email}}' (Code node) | $json.email |
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows. Source: czlonkowski/n8n-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-expression-syntax- Source
- czlonkowski/n8n-skills
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is n8n-expression-syntax?
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows. Source: czlonkowski/n8n-skills.
How do I install n8n-expression-syntax?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-expression-syntax Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/czlonkowski/n8n-skills
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01