n8n-workflow-builder
Installation
SKILL.md
n8n Workflow Builder
Build production-ready n8n workflows using the available MCP tools.
MCP Tool Decision Tree
Discovery Phase
| Need | Tool | Example |
|---|---|---|
| Find a node | search_nodes |
search_nodes({query: "slack"}) |
| Find workflow templates | search_templates |
search_templates({searchMode: "by_task", task: "ai_automation"}) |
| Find templates using specific nodes | search_templates |
search_templates({searchMode: "by_nodes", nodeTypes: ["n8n-nodes-base.slack"]}) |
| Get a specific template | get_template |
get_template({templateId: 123, mode: "full"}) |