🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 5.3K |
| ⭐ GitHub Stars | 5,979(fork 997) |
| 🗓️ 最近推送 | 2026-08-04 |
| 🌱 项目创建 | 2025-10-20 |
| 💻 语言 / License | Shell · MIT |
| 🐛 开放Issue | 7 |
📝 工具简介
为Claude Code设计的n8n skillset,帮你构建无瑕疵的n8n工作流。
📖 怎么用
最省事直接装插件:`/plugin install czlonkowski/n8n-skills`,或者先 `/plugin marketplace add czlonkowski/n8n-skills` 再 `/plugin install` 从列表选 "n8n-mcp-skills"。手动装就 `git clone https://github.com/czlonkowski/n8n-skills.git` 然后 `cp -r n8n-skills/skills/* ~/.claude/skills/` 重载 Claude Code。用的时候直接说需求,比如 "Build a webhook workflow" 会自动激活对应 skill。测试可跑 `npm test` 或 `claude-code --skill n8n-expression-syntax`。
📋 迷你测评
给Claude Code用的n8n技能集,目标是构建无瑕疵工作流。亮点是针对性解决n8n的代码和JS痛点。没提数据,适合n8n重度用户。
📄 README 要点
这是一套给Claude Code用的技能包,专门教AI怎么用n8n的MCP服务器搭工作流。里面有14个技能,外加一个常开的路由技能和钩子强制层,总共帮你解决用n8n编程时常见的坑,比如MCP工具用不对、卡在验证错误循环里、不知道用啥工作流模式、节点配置搞错。它教AI正确的表达式语法、怎么高效用MCP工具、还有真实世界验证过的模式。适合用n8n搭自动化流程、又想让AI帮忙写代码的人,能少走很多弯路。
查看英文原文
n8n skills Expert Claude Code skills for building flawless n8n workflows using the n8n mcp MCP server Watch the Introduction Video 🎯 What is this? This repository contains 14 complementary Claude Code skills — plus an always on router skill and a hooks enforcement layer — that teach AI assistants how to build production ready n8n workflows using the n8n mcp MCP server, and how to deploy the self hosted n8n that runs them. Why These Skills Exist Building n8n workflows programmatically can be challenging. Common issues include: Using MCP tools incorrectly or inefficiently Getting stuck in validation error loops Not knowing which workflow patterns to use Misconfiguring nodes and their dependencies These skills solve these problems by teaching Claude: ✅ Correct n8n expression syntax ({{}} patterns) ✅ How to use n8n mcp tools effectively ✅ Proven workflow patterns from real world usage ✅ Validation error interpretation and fixing ✅ Operation aware node configuration 📚 The 14 Skills 1. n8n Expression Syntax Teaches correct n8n expression syntax and common patterns. Activates when : Writing expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors. Key Features : Core variables ($json, $node, $now, $env) Critical gotcha : Webhook data is under $json.body Common mistakes catalog with fixes When NOT to use expressions (Code nodes!) 2. n8n MCP Tools Expert (HIGHEST PRIORITY) Expert guide for using n8n mcp MCP tools effectively. Activates when : Searching for nodes, validating configurations, accessing templates, managing workflows. Key Features : Tool selection guide (which tool for which task) nodeType format differences (nodes base. vs n8n nodes base. ) Validation profiles (minimal/runtime/ai friendly/strict) Smart parameters (branch="true" for IF nodes) Auto sanitization system explained Most Important : Teaches correct MCP tool usage patterns and parameter formats 3. n8n Workflow Patterns Build workflows using 5 proven architectura
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除