AI AGENT ADDONS

N8n Code Python

czlonkowski/n8n-skills

n8n allows you to write Python code inside its Code nodes. This is useful when you need specific standard library tools like regex or hashlib. Most of the time you should use JavaScript instead because it has better support in n8n.

The Python code in n8n has important rules. You must return data in a special format. You cannot install external libraries. You must access input data using _input or _json. Follow the guidelines to avoid common mistakes.

This skill helps you write correct Python code within n8n Code nodes. It shows you the best practices and limitations. Use it when you decide Python is the right choice for your task.

Add N8n Code Python skill to your workflow

Global

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

Project

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

Source Repository

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