๐ŸŽฏ

n8n-code-python

๐ŸŽฏSkill

from czlonkowski/n8n-skills

VibeIndex|
What it does
|

Skill for writing Python code in n8n Code nodes, covering _input/_json/_node syntax, standard library usage, and Python-specific limitations compared to JavaScript nodes

๐Ÿ“ฆ

Same repository

czlonkowski/n8n-skills(9 items)

n8n-code-python

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add czlonkowski/n8n-skills --skill n8n-code-python
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add czlonkowski/n8n-skills --skill n8n-code-python
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/n8n-code-python/SKILL.md

SKILL.md

1,804Installs
-
AddedFeb 4, 2026

More from this repository8

๐ŸŽฏ
n8n-workflow-patterns๐ŸŽฏSkill

Provides proven architectural patterns for building n8n workflows including webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks.

๐Ÿช
czlonkowski-n8n-skills๐ŸชMarketplace

Expert skills for building n8n workflows

๐ŸŽฏ
n8n-mcp-tools-expert๐ŸŽฏSkill

Expert guide skill for using n8n-mcp MCP tools to build workflows, covering node discovery, configuration validation, workflow management, and a library of 2,700+ templates

๐ŸŽฏ
n8n-node-configuration๐ŸŽฏSkill

Operation-aware node configuration guidance for n8n covering property dependencies, required field determination, progressive disclosure detail levels, and common configuration patterns by node type.

๐Ÿ”Œ
n8n-mcp-skills๐Ÿ”ŒPlugin

Seven complementary Claude Code skills for building production-ready n8n workflows using the n8n-mcp MCP server, covering expression syntax, workflow patterns, and validation error handling.

๐ŸŽฏ
n8n-code-javascript๐ŸŽฏSkill

Executes custom JavaScript code within n8n workflows, enabling complex data transformations, calculations, and dynamic logic across workflow nodes

๐ŸŽฏ
n8n-validation-expert๐ŸŽฏSkill

Expert guide for interpreting and fixing n8n validation errors, covering error severity levels (errors, warnings, suggestions), false positives, operator structure issues, and the iterative validation loop process.

๐ŸŽฏ
n8n-expression-syntax๐ŸŽฏSkill

Skill for validating and writing correct n8n expression syntax, covering double curly brace format, $json/$node variables, webhook data access, and common error fixes