The n8n-code-python skill provides expert guidance for writing Python code in n8n Code nodes, helping workflow developers understand data access patterns, output formatting requirements, and Python's limitations in this environment. It addresses the problem that Python has restricted capabilities in n8n (no external libraries, standard library only) and recommends JavaScript as the preferred alternative for most use cases, while documenting when Python is genuinely necessary. The skill serves developers who are more comfortable with Python syntax and need specific standard library functions for data transformations within n8n workflows.
npx skills add https://github.com/czlonkowski/n8n-skills --skill n8n-code-python