·n8n-expression-syntax
{}

n8n-expression-syntax

redcoatasher/n8n-skills-redux

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.

2Installs·0Trend·@redcoatasher

Installation

$npx skills add https://github.com/redcoatasher/n8n-skills-redux --skill n8n-expression-syntax

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: redcoatasher/n8n-skills-redux.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/redcoatasher/n8n-skills-redux --skill n8n-expression-syntax
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: redcoatasher/n8n-skills-redux.

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/redcoatasher/n8n-skills-redux --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/redcoatasher/n8n-skills-redux