n8n-skills
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesen8n Workflow Automation Skill Pack
n8n工作流自动化技能包
Overview
概述
This skill helps with:
- Understanding n8n node functionality and usage
- Finding nodes suitable for specific tasks
- Learning common workflow patterns
- Getting node configuration examples
- Solving workflow design problems
This skill includes:
- Detailed information on the 10 most commonly used built-in n8n nodes
- 30+ popular community packages for extended functionality
- Node configuration examples and best practices
- Common workflow patterns
- Node categorization and indexing for both built-in and community nodes
本技能可帮助您:
- 了解n8n节点的功能与使用方法
- 找到适合特定任务的节点
- 学习常见工作流模式
- 获取节点配置示例
- 解决工作流设计问题
本技能包含:
- 10个最常用的n8n内置节点的详细信息
- 30+个用于扩展功能的热门社区包
- 节点配置示例与最佳实践
- 常见工作流模式
- 内置节点与社区节点的分类及索引
Table of Contents
目录
- Overview
- Common Workflow Patterns
- How to Find Nodes
- Usage Guide
- License and Attribution
Common Workflow Patterns
常见工作流模式
Here are some common workflow patterns you can use as a starting point:
以下是一些可作为起点的常见工作流模式:
1. HTTP Data Fetching
1. HTTP数据获取
Fetch data from APIs and process it
Nodes used:
- HTTP Request
- Set
- IF
Example: Use HTTP Request node to fetch data from external APIs, Set node to transform formats, and IF node for conditional logic
从API获取数据并进行处理
使用的节点:
- HTTP Request
- Set
- IF
示例:使用HTTP Request节点从外部API获取数据,通过Set节点转换格式,再用IF节点实现条件逻辑
2. Email Automation
2. 邮件自动化
Monitor emails and auto-respond or forward
Nodes used:
- Email Trigger (IMAP)
- Gmail
- IF
Example: Use Email Trigger to monitor inbox, IF node to filter specific conditions, and Gmail node to auto-reply or forward
监控邮件并自动回复或转发
使用的节点:
- Email Trigger (IMAP)
- Gmail
- IF
示例:使用Email Trigger监控收件箱,通过IF节点筛选特定条件,再用Gmail节点自动回复或转发
3. Database Synchronization
3. 数据库同步
Sync data between different systems
Nodes used:
- Schedule Trigger
- HTTP Request
- Postgres
- MySQL
Example: Scheduled trigger to read data from one database, transform it, and write to another database
在不同系统之间同步数据
使用的节点:
- Schedule Trigger
- HTTP Request
- Postgres
- MySQL
示例:通过定时触发器从一个数据库读取数据,转换后写入另一个数据库
4. Webhook Processing
4. Webhook处理
Receive external webhooks and trigger actions
Nodes used:
- Webhook
- Set
- HTTP Request
- Slack
Example: Receive webhook events, process data, and send notifications to Slack or other systems
接收外部Webhook并触发操作
使用的节点:
- Webhook
- Set
- HTTP Request
- Slack
示例:接收Webhook事件,处理数据后向Slack或其他系统发送通知
5. AI Assistant Integration
5. AI助手集成
Use AI models to process and generate content
Nodes used:
- AI Agent
- OpenAI
- Vector Store
- Embeddings OpenAI
Example: Build AI assistants to handle user queries, integrate vector databases for semantic search
使用AI模型处理并生成内容
使用的节点:
- AI Agent
- OpenAI
- Vector Store
- Embeddings OpenAI
示例:构建AI助手处理用户查询,集成向量数据库实现语义搜索
6. File Processing
6. 文件处理
Automatically process and transform files
Nodes used:
- Google Drive Trigger
- Extract from File
- Move Binary Data
- Dropbox
Example: Monitor Google Drive for new files, extract and process content, then upload to Dropbox
自动处理并转换文件
使用的节点:
- Google Drive Trigger
- Extract from File
- Move Binary Data
- Dropbox
示例:监控Google Drive中的新文件,提取并处理内容后上传至Dropbox
Complete Template Library
完整模板库
We have collected 20 popular workflow templates from n8n.io, categorized by use case:
- AI & Chatbots - AI Agents, RAG systems, intelligent conversations
- Social Media & Video - TikTok, Instagram, YouTube automation
- Data Processing & Analysis - Google Sheets, database integration
- Communication & Collaboration - Email, WhatsApp, Telegram automation
See the complete template index for all available templates.
我们从n8n.io收集了20个热门工作流模板,按使用场景分类:
- AI与聊天机器人 - AI Agents、RAG系统、智能对话
- 社交媒体与视频 - TikTok、Instagram、YouTube自动化
- 数据处理与分析 - Google Sheets、数据库集成
- 沟通与协作 - 邮件、WhatsApp、Telegram自动化
查看完整模板索引获取所有可用模板。
License and Attribution
许可证与归属说明
This Skill Pack License
本技能包许可证
This skill pack project is licensed under the MIT License.
See: https://github.com/haunchen/n8n-skills/blob/main/LICENSE
本技能包项目采用MIT许可证授权。
详情请见:https://github.com/haunchen/n8n-skills/blob/main/LICENSE
Important Notice
重要声明
This is an unofficial educational project and is not affiliated with n8n GmbH.
This skill content is generated based on the following resources:
- n8n node type definitions (Sustainable Use License)
- n8n official documentation (MIT License)
- n8n-mcp project architecture (MIT License)
For detailed attribution information, please refer to the ATTRIBUTIONS.md file in the project.
这是一个非官方的教育项目,与n8n GmbH无关。
本技能内容基于以下资源生成:
- n8n节点类型定义(可持续使用许可证)
- n8n官方文档(MIT许可证)
- n8n-mcp项目架构(MIT许可证)
如需详细的归属信息,请查看项目中的ATTRIBUTIONS.md文件。
About n8n
关于n8n
n8n is an open-source workflow automation platform developed and maintained by n8n GmbH.
- Official website: https://n8n.io
- Documentation: https://docs.n8n.io
- Source code: https://github.com/n8n-io/n8n
- License: Sustainable Use License
When using n8n software, you must comply with n8n's license terms. See: https://github.com/n8n-io/n8n/blob/master/LICENSE.md
n8n是由n8n GmbH开发并维护的开源工作流自动化平台。
- 官方网站:https://n8n.io
- 文档:https://docs.n8n.io
- 源代码:https://github.com/n8n-io/n8n
- 许可证:可持续使用许可证
使用n8n软件时,您必须遵守n8n的许可证条款。详情请见:https://github.com/n8n-io/n8n/blob/master/LICENSE.md