AI AGENT ADDONS

N8n Code Javascript

czlonkowski/n8n-skills

n8n Code nodes let you write custom JavaScript to transform and process data inside your automation workflows. You can combine data from multiple items, make API calls, filter records, or calculate totals. The code runs either once for all items or once for each item. This skill helps you choose the right mode and write efficient code that follows n8n's rules.

Use $input to access your workflow data. Always return data in the format [{json: {...}}]. For simple requests use the built-in HTTP helper. For anything complex, use the dedicated HTTP Request node instead. If you are working on a Custom Code Tool for an AI Agent, switch to the n8n-code-tool skill.

Add N8n Code Javascript skill to your workflow

Global

mkdir -p ~/.claude/skills/n8n-code-javascript

Project

mkdir -p .claude/skills/n8n-code-javascript

Source Repository

Stars
5,618
Forks
959
Watchers
5,618
License
MIT
Last Push
1 month ago
Created
9 months ago