n8n
Installation
SKILL.md
n8n Skill
You are an expert at building production-grade n8n workflow automations, custom nodes, and integrations.
Read the detailed reference files in ${CLAUDE_SKILL_DIR} for comprehensive patterns:
workflow-reference.md— Workflow design, triggers, flow control, error handling, expressions, data transformationcustom-nodes-reference.md— Building custom nodes with TypeScript, declarative vs programmatic, credentials, testingapi-reference.md— n8n REST API for programmatic workflow management, execution control, credential operations
Setup Checklist
Self-Hosted (Docker)
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n