n8n to Claude
Migrate n8n/Make workflows to Claude Code with node mapping + security scan
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 19, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 953247a
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Fed it a scheduleTrigger to httpRequest to set to gmail workflow with a hardcoded Bearer sk_live token: following the skill it flags the exposed credential as the critical first finding, maps each node to a code equivalent (scheduleTrigger to cron, httpRequest to fetch, gmail to Gmail API), routes to a Script-plus-cron architecture, and adds a parallel-migration plan because the 15-minute interval implies production — structure the baseline's generic 'use node-cron and .env' reply lacks. Single self-contained SKILL.md, no scripts, clean security review. The skill answers in Spanish by default (Rule 1) unless the user writes in another language.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 4/5
What n8n to Claude does
Advisory skill that helps no-code users migrate n8n or Make workflows to Claude Code. It parses workflow JSON, maps 20+ node types to code equivalents, flags hardcoded credentials as a critical first finding, and recommends one of four architectures (script, skill, web module, mission control) with a parallel-migration plan for production. Triggers when a user pastes an n8n JSON or asks to migrate automations; responds in Spanish by default.
How to install n8n to Claude
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger n8n to Claude
-
/n8n-to-claudeMigrate n8n/Make workflows to Claude Code with node mapping + security scan
It also activates on plain-language prompts like these:
-
Aquí está el JSON de mi flujo de n8n, ayúdame a migrarlo a código. -
Convierte mi automatización de Make a un script en Claude Code. -
Este workflow de n8n corre cada 15 minutos, pásalo a producción.
Frequently asked questions
- Is the n8n to Claude skill free?
- Yes. The skill itself is free from angelapaia/n8n-to-claude-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does n8n to Claude work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Tested · Works. Fed it a scheduleTrigger to httpRequest to set to gmail workflow with a hardcoded Bearer sk_live token: following the skill it flags the exposed credential as the critical first finding, maps each node to a code equivalent (scheduleTrigger to cron, httpRequest to fetch, gmail to Gmail API), routes to a Script-plus-cron architecture, and adds a parallel-migration plan because the 15-minute interval implies production — structure the baseline's generic 'use node-cron and .env' reply lacks. Single self-contained SKILL.md, no scripts, clean security review. The skill answers in Spanish by default (Rule 1) unless the user writes in another language.
- What is the n8n to Claude SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
- How do I install n8n to Claude?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use n8n to Claude with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.