Skip to content
Development
Skill

/design-n8n-agent-workflow

Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.

From plugin
socket
7200 skills5 MCP
Install
$ npx -y skills add gaelic-ghost/socket --skill design-n8n-agent-workflow --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/design-n8n-agent-workflow

Context preview

The summary Claude sees to decide when to auto-load this skill.

Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.

SKILL.md

design-n8n-agent-workflow.SKILL.md
name: design-n8n-agent-workflow
description: Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.

Design n8n Agent Workflow

Use this skill when n8n is the right visual, trigger-driven integration surface. It does not turn n8n into a default durable multi-agent runtime.

Source Check

  • n8n hosting: <https://docs.n8n.io/hosting/>
  • n8n and Ollama: <https://n8n.io/integrations/ollama/>
  • Ollama: <https://ollama.com/>

Workflow

1. Map trigger, deterministic transforms/routes, external reads, model step, draft output, and any external write separately. 2. Select credentials/storage ownership, webhook exposure, retry policy, idempotency key, concurrency limit, and failed-run record before connecting an AI node. 3. Treat the local model as one bounded node: prove structured output, tool compatibility when used, no-call behavior, malformed result recovery, and the exact model/server combination before exposing a write node. 4. Keep source data minimised and trace/log retention explicit. Do not put secrets in workflow exports or prompts. 5. Leave write nodes disabled or draft-only until `auto-with-escalation` names the recipient, action, payload evidence, and approval event. 6. Export a testable workflow fixture and verify happy path, duplicate event, failed model response, credential failure, rejected approval, and recovery.

Output Shape

Return trigger, node graph, credentials, idempotency/retry behavior, model contract, draft artifact, approval event, and recovery evidence.

Guardrails

  • Prefer deterministic n8n nodes over agent planning whenever the route is

known.

  • Do not expose a self-hosted instance publicly without an explicit deployment

and authentication decision.

  • Do not claim a local model is reliable for tool use without a capability gate.
Read more
Ships withsocket

Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo

Get the whole plugin

Other skills on socket.