byczlonkowski· 30 skills
Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes. Use this skill when the user specifically requests Python for an n8n Code node. Note — JavaScript is recommended for 95% of use cases — only use Python when the user explicitly prefers it or the task requires Python-specific standard library capabilities (regex, hashlib, statistics). EXCEPTION — for Python in the AI-agent-callable Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode), use the n8n-code-tool skill instead (input is _query, return must be a string).
$npx -y skills add czlonkowski/n8n-skills --skill n8n-code-pythonInstalls into the current project.
Run `npx skills use "https://github.com/czlonkowski/n8n-skills" --skill "czlonkowski/n8n-skills/n8n-code-python"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/czlonkowski/n8n-skills" that are relevant to the current task. Run `npx skills add "https://github.com/czlonkowski/n8n-skills"` and select the relevant skills, then follow their instructions.