Install
openclaw skills install n8n-task-routerDecision framework for routing tasks between n8n and OpenClaw. Use when deciding whether a new task should be automated in n8n or handled by an OpenClaw agent. Owned by Liv.
openclaw skills install n8n-task-routerIf the task is deterministic and scheduled, use n8n. If it requires reasoning, judgment, or workspace context, use OpenClaw.
Every OpenClaw call injects ~44KB of context (AGENTS.md, SOUL.md, MEMORY.md, history, tool logs) whether it needs it or not. For tasks that don't need that context, it's pure waste. n8n runs the same pipeline for $0 overhead.
Examples:
Examples:
Before routing, answer these:
| Signal | n8n | OpenClaw |
|---|---|---|
| Fixed schedule | ✅ | ❌ |
| Deterministic pipeline | ✅ | ❌ |
| No workspace context needed | ✅ | ❌ |
| Judgment / reasoning | ❌ | ✅ |
| Read/write workspace files | ❌ | ✅ |
| Multi-agent coordination | ❌ | ✅ |
| Unpredictable branching | ❌ | ✅ |
Note: Social publishing (LinkedIn, X) uses Buffer (
skills/buffer-publisher/SKILL.md). Typefully cancelled 2026-03-25.
If a task runs daily and takes no reasoning, it should be in n8n. Full stop.
n8n setup:
n8n-n8n-1 at localhost:5678op://OpenClaw/mfi5ztglzek7mgh6wmj45aavlu/credentialprojects/n8n/start-n8n.shbash projects/n8n/start-n8n.shlocalhost:5678 in browsermemory/YYYY-MM-DD.md