Claude Skill
czlonkowski/n8n-skills
一个 Claude Skill 仓库,为 Claude Code 提供构建和自动化无瑕疵 n8n 工作流的工具。利用 AI 助手简化您的工作流自动化流程。
概览
仓库信息
安装这个 Skill
git clone https://github.com/czlonkowski/n8n-skills.gitRegistry 信息
项目简介
一个用于协助构建无瑕疵 n8n 工作流的 Claude Skill。该仓库为 Claude Code 提供了与 n8n 工作流自动化平台交互和实现自动化的技能集。
n8n skillset for Claude Code to build flawless n8n workflows
要点
- 用于 Claude Code 集成的技能集
- 专注于构建无瑕疵的 n8n 工作流
- 自动化 n8n 平台任务
- 基于 Shell 的实现
使用场景
- 自动化 n8n 工作流创建
- 将 AI 助手与 n8n 集成
- 简化工作流自动化任务
- 利用 Claude 增强 n8n 开发
README 摘要
# n8n-skills **Expert Claude Code skills for building flawless n8n workflows using the n8n-mcp MCP server** [](https://github.com/czlonkowski/n8n-skills) [](LICENSE) [](https://github.com/czlonkowski/n8n-mcp) ## Watch the Introduction Video [](https://youtu.be/e6VvRqmUY2Y?si=6Igply3cadjO6Xx0) --- ## 🎯 What is this? This repository contains **7 complementary Claude Code skills** that teach AI assistants how to build production-ready n8n workflows using the [n8n-mcp](https://github.com/czlonkowski/n8n-mcp) MCP server. ### 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 7 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 expression