Expert guidance for writing reliable JavaScript inside n8n Code nodes.
The n8n Code JavaScript skill provides targeted instructions for building effective JavaScript logic within n8n automation workflows. It focuses on proper use of input methods, date handling, HTTP requests via helpers, and JMESPath queries while highlighting critical syntax requirements.
It works by activating during Code node editing to supply data access examples, error solutions, and formatting rules that prevent common failures. The skill emphasizes returning data as an array of objects and explains webhook payload locations to avoid repeated mistakes.
It is intended for developers and automation builders who integrate custom JavaScript into n8n workflows and need reliable patterns to reduce debugging time and validation issues.
Access all or specific input items and return properly formatted JSON arrays for downstream nodes.
Use built-in $helpers to make external calls while managing dates and query results inside workflows.
Identify and fix the top error patterns that account for most Code node failures during execution.
# Install directly as a Claude Code plugin
/plugin install czlonkowski/n8n-skillsReturn an array containing objects in the form [{json: {...}}] to ensure proper data flow.
Verified reviews from the community shape this listing's rating.
Loading reviews…