This helps you write Python in n8n Code nodes, but here's the catch: you should probably use JavaScript instead for 95% of cases. Python in n8n is severely limited. No external libraries at all, so no requests, pandas, or numpy. Just standard library stuff like json, datetime, and re. The main gotcha is webhook data lives under body, not at the root, which trips people up constantly. Return format must be a list of dictionaries with a json key or your workflow breaks. Use Python only when you genuinely need specific standard library functions or you're way more comfortable with Python syntax. Otherwise, stick with JavaScript for full n8n helper functions and better documentation.
npx -y skills add sickn33/antigravity-awesome-skills --skill n8n-code-python --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template