About
This skill provides expert guidance for writing Python code specifically tailored for n8n automation workflows. It helps users navigate the unique constraints of the n8n environment, such as the lack of external libraries and the mandatory list-of-dictionaries return format. By offering standardized patterns for data access via _input and _json helpers, the skill ensures that data transformations, statistical analysis, and complex string manipulations are implemented correctly, preventing common execution errors like the 'Webhook body' nesting mistake or incorrect JSON nesting.