If you've spent hours building n8n flows, the idea of rebuilding them from scratch in Claude Routines probably sounds brutal. Good news — you don't have to.
Nick Saraev just dropped a walkthrough showing the exact port-over method. Watch this first, then I'll break down the steps:
The 3-step migration:
- In n8n, hold Shift + right-click your workflow → Copy. You now have the full workflow as JSON on your clipboard.
- Open Claude Code, paste the JSON, and prompt: "Use the routine generator to turn this n8n workflow into a routine."
- Claude reads the nodes, connections, and logic — then rebuilds it as a natural-language routine with triggers and connectors wired up.
That's it. A scraper workflow that took 2–3 hours of node-dragging becomes a routine in under a minute.
When to actually migrate (and when not to):
- ✅ Migrate if you're maintaining the flow often, or it's simple enough that tokens cost less than your compute + time.
- ❌ Don't migrate high-volume data-shoveling flows. Tokens > compute for pure ETL work.
- ✅ Best use: new builds you'd otherwise wire up in n8n. One-shot them as routines instead.
Question for the group: What's the first n8n flow you'd port over? Drop the use case below — curious which ones people are prioritizing.