Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AutomationMédio

Python Code Node (Beta)

porczlonkowski·czlonkowski· v1.0.0 · atualizado em 2026-04-10
77
Score

Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.

n8npythoncode-nodeworkflow-automationdata-transformationscriptingintegration
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdn8n-code-python/workflow
1. Receive data from previous n8n nodes using `_input.all()` or `_input.item`.
2. Access data elements using `.get()` method for safe dictionary access.
3. Write Python code to transform, filter, or aggregate the data.
4. Ensure the code adheres to n8n's limitations (no external libraries).
5. Structure the output as a list of dictionaries with a 'json' key.
6. Return the processed data to the next node in the workflow.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aExcel Automation Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar an8n Workflow Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a企业微信待办事项编辑技能
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Python Code Node (Beta)
n8n-code-python
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers7
write python code in n8nuse python in n8n code nodetransform data using python in n8nexecute python script in n8n workflowaccess data from previous node using pythonprocess webhook data with python in n8nfilter data using python in n8n

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download n8n-code-python
$ synaptic skills detail n8n-code-python
$ synaptic skills live n8n-code-python

Links

GitHub Repository