About
This skill provides specialized assistance for developers writing Python within n8n automation workflows. It helps navigate the unique constraints of the n8n environment, such as the strict requirement to use only the Python standard library and the specific return format of list-wrapped dictionaries. By providing patterns for data access helpers like _input, _json, and _node, the skill ensures that developers can efficiently transform data, perform statistical analysis, and handle complex logic without common pitfalls like incorrect webhook nesting or illegal external imports. It is an essential companion for optimizing workflow performance between 'Run Once' and 'Each Item' execution modes.