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 skills add https://github.com/sickn33/antigravity-awesome-skills --skill n8n-code-python