Expert n8n workflow builder that creates, deploys, and manages n8n workflows programmatically via the n8n REST API. Use when asked to create n8n workflows, automate n8n tasks, build automations, design workflow pipelines, connect services via n8n, or manage existing n8n workflows. Handles webhook flows, scheduled tasks, AI agents, database syncs, conditional logic, error handling, and any n8n node configuration.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install n8n-builder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install n8n-builder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/n8n-builder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: n8n-builder description: Expert n8n workflow builder that creates, deploys, and manages n8n workflows programmatically via the n8n REST API. Use when asked to create n8n workflows, automate n8n tasks, build automations, design workflow pipelines, connect services via n8n, or manage existing n8n workflows. Handles webhook flows, scheduled tasks, AI agents, database syncs, conditional logic, error handling, and any n8n node configuration. ---
Requires two environment variables:
N8N_URL — n8n instance URL (e.g. https://your-n8n.example.com)N8N_API_KEY — n8n API key (Settings → API → Create API Key)references/workflow-schema.md. Use patterns from references/workflow-patterns.md as templates.scripts/n8n-api.sh create or pipe JSON to scripts/n8n-api.sh create-stdin.scripts/n8n-api.sh activate for trigger-based workflows.scripts/n8n-api.sh list.# List all workflows
scripts/n8n-api.sh list
# Create workflow from JSON file
scripts/n8n-api.sh create /tmp/workflow.json
# Create from stdin
echo '{"name":"Test",...}' | scripts/n8n-api.sh create-stdin
# Get, activate, deactivate, delete, execute
scripts/n8n-api.sh get <id>
scripts/n8n-api.sh activate <id>
scripts/n8n-api.sh deactivate <id>
scripts/n8n-api.sh delete <id>
scripts/n8n-api.sh execute <id>
# List credentials and tags
scripts/n8n-api.sh credentials
scripts/n8n-api.sh tags
Every workflow needs: name, nodes[], connections{}, settings{}.
Every node needs: id, name, type, typeVersion, position, parameters.
Connections use source node display name as key, mapping outputs to target nodes.
For full schema, node types, and expression syntax → read references/workflow-schema.md For complete workflow examples (webhook, schedule, AI agent, DB sync, error handling) → read references/workflow-patterns.md
"executionOrder": "v1" in settingswebhook1, code1[250, 300], spacing ~200px horizontallyrespondToWebhook node if responseMode is responseNodescripts/n8n-api.sh credentialsscripts/n8n-api.sh execute for manual trigger workflowscontinueOnFail: true on risky HTTP/API nodes, then check for errors downstream安装 n8n Builder 后,可以对 AI 说这些话来触发它
Help me get started with n8n Builder
Explains what n8n Builder does, walks through the setup, and runs a quick demo based on your current project
Use n8n Builder to expert n8n workflow builder that creates, deploys, and manages n8n ...
Invokes n8n Builder with the right parameters and returns the result directly in the conversation
What can I do with n8n Builder in my developer & devops workflow?
Lists the top use cases for n8n Builder, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/n8n-builder/ 目录(个人级,所有项目可用),或 .claude/skills/n8n-builder/(项目级)。重启 AI 客户端后,用 /n8n-builder 主动调用,或让 AI 根据上下文自动发现并使用。
n8n Builder 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
n8n Builder 可免费安装使用。请查阅仓库了解许可证信息。
Expert n8n workflow builder that creates, deploys, and manages n8n workflows programmatically via the n8n REST API. Use when asked to create n8n workflows, automate n8n tasks, build automations, design workflow pipelines, connect services via n8n, or manage existing n8n workflows. Handles webhook flows, scheduled tasks, AI agents, database syncs, conditional logic, error handling, and any n8n node configuration.
Automate my developer & devops tasks using n8n Builder
Identifies repetitive steps in your workflow and sets up n8n Builder to handle them automatically
n8n Builder 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。