
from firstbrain13
Practical guidance and templates for writing Python code inside n8n Code nodes—covers data access patterns, return format, limitations (no external libraries),
Provides expert guidance for authoring Python code in n8n Code nodes, including templates, data-access patterns (_input/_json/_node), return-format requirements, and a checklist of common mistakes to avoid. It explains Python vs JavaScript trade-offs and lists useful standard-library modules available in n8n.
Use this skill when you need to write Python inside an n8n Code node for data transformation, filtering, aggregation, or light validation—especially when Python's standard library simplifies a task. Prefer JavaScript for HTTP-heavy workflows or when n8n helpers are required.
Inference: Works with agents that run or author n8n workflows and can edit code nodes (e.g., Copilot-style IDE assistants, code-authoring agents).
This skill has not been reviewed by our automated audit pipeline yet.
SEO Keyword Strategist
Analyzes content to calculate keyword density, suggest semantic/LSI variations, and provide a prioritized keyword strategy to avoid over-optimization.
Anime.js Animation
Guidelines and best practices for building high-fidelity web animations using Anime.js, including timelines, staggering, easing, and performance notes.