원클릭으로
n8n-expressions
Guide for writing correct n8n expressions in {{ }} syntax. [SAFE]
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for writing correct n8n expressions in {{ }} syntax. [SAFE]
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | n8n-expressions |
| description | Guide for writing correct n8n expressions in {{ }} syntax. [SAFE] |
Master guide for using n8n expressions ({{ }}) to pass data between nodes.
All dynamic content must be wrapped in double curly braces:
{{ $json.fieldName }}
{{ $node["HTTP Request"].json.data }}
{{ $now.toFormat('yyyy-MM-dd') }}).Data from a Webhook node is NOT at the root. Access it via .body:
{{ $json.email }}{{ $json.body.email }}{{ $node["My Node Name"].json['Field Name'] }}.{{ }} inside a Code node. Use direct JavaScript: const email = $json.body.email;.HTTP Request is different from http request.detecta patrones de escritura de IA y reescribe el contenido para que suene natural, directo y con personalidad humana.
Best practices for writing JavaScript in n8n Code nodes. [SAFE]
Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, or managing workflows. [SAFE]
Guidance on configuring n8n nodes, dependencies, and required fields. [SAFE]
Guidance for writing Python code in n8n Code nodes. Use when requested or for specific statistical tasks. [SAFE]
Expert guidance on interpreting and fixing n8n validation errors. [SAFE]