这是用户在 2025-6-28 12:27 为 https://github.com/Zie619/n8n-workflows 保存的双语快照页面,由 沉浸式翻译 提供双语支持。了解如何保存?
Skip to content
Owner avatar n8n-workflows Public

all of the workflows of n8n i could find (also from the site itself)

Open in github.dev Open in a new github.dev tab Open in codespace

Zie619/n8n-workflows

Add file

Add file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d321e0 · Jun 27, 2025

History

34 Commits
Jun 26, 2025
Jun 27, 2025
Jun 26, 2025
Jun 21, 2025
Jun 23, 2025
Jun 22, 2025
Jun 23, 2025
Jun 23, 2025
Jun 23, 2025
Jun 22, 2025

Repository files navigation

⚡ N8N Workflow Collection & Documentation⚡ N8N 工作流集合与文档

A professionally organized collection of 2,053 n8n workflows with a lightning-fast documentation system that provides instant search, analysis, and browsing capabilities.一个由专业人士精心整理的包含 2053 个 n8n 工作流的集合,配备有闪电般快速的文档系统,提供即时搜索、分析和浏览功能。

🚀 NEW: High-Performance Documentation System🚀 新功能:高性能文档系统

Experience 100x performance improvement over traditional documentation!体验比传统文档快 100 倍的性能提升!

Quick Start - Fast Documentation System快速入门 - 快速文档系统

# Install dependencies
pip install -r requirements.txt

# Start the fast API server
python run.py

# Open in browser
http://localhost:8000

Features: 特点:

  • Sub-100ms response times with SQLite FTS5 search利用 SQLite FTS5 搜索实现低于 100 毫秒的响应时间
  • 🔍 Instant full-text search with advanced filtering🔍 具有高级筛选功能的即时全文搜索
  • 📱 Responsive design - works perfectly on mobile📱 响应式设计 - 在移动端完美运行
  • 🌙 Dark/light themes with system preference detection🌙 深色/浅色主题,支持系统偏好设置检测
  • 📊 Live statistics - 365 unique integrations, 29,445 total nodes📊 实时统计数据 - 365 个独特集成,总计 29,445 个节点
  • 🎯 Smart categorization by trigger type and complexity🎯 按触发类型和复杂程度进行智能分类
  • 📄 On-demand JSON viewing and download按需查看和下载 JSON 数据
  • 🔗 Mermaid diagram generation for workflow visualization用于工作流可视化的美人鱼图生成
  • 🔄 Real-time workflow naming with intelligent formatting🔄 实时工作流命名及智能格式化

Performance Comparison 性能比较

Metric 度规 Old System 旧系统 New System 新系统 Improvement 改进
File Size 文件大小 71MB HTML 71 mb的HTML <100KB 700x smaller 700 x小
Load Time 加载时间 10+ seconds 10秒 <1 second < 1秒 10x faster 快10倍
Search 搜索 Client-side only 客户端只 Full-text with FTS5 全文与FTS5 Instant 即时
Memory Usage 内存使用情况 ~2GB RAM ~ 2 gb内存 <50MB RAM < 50 mb RAM 40x less 40 x少
Mobile Support 手机支持 Poor 可怜的 Excellent 优秀的 Fully responsive 充分响应

📂 Repository Organization文件夹组织结构

Workflow Collection 工作流集合

  • 2,053 workflows with meaningful, searchable names2053 个具有有意义且可搜索名称的工作流
  • 365 unique integrations across popular platforms365 个在热门平台上的独特集成
  • 29,445 total nodes with professional categorization共有 29,445 个节点进行了专业分类
  • Quality assurance - All workflows analyzed and categorized质量保证 - 所有工作流程均经过分析和分类

Advanced Naming System ✨ 高级命名系统 ✨

Our intelligent naming system converts technical filenames into readable titles:我们的智能命名系统将技术文件名转换为可读的标题:

  • Before: 2051_Telegram_Webhook_Automation_Webhook.json之前:  2051_Telegram_Webhook_Automation_Webhook.json
  • After: Telegram Webhook Automation之后:  Telegram Webhook Automation
  • 100% meaningful names with smart capitalization100% 有意义的名称,采用智能大小写格式
  • Automatic integration detection from node analysis基于节点分析的自动集成检测

🛠 Usage Instructions 🛠 使用说明

Option 1: Modern Fast System (Recommended)选项 1:现代快速系统(推荐)

# Clone repository
git clone <repo-url>
cd n8n-workflows

# Install Python dependencies
pip install -r requirements.txt

# Start the documentation server
python run.py

# Browse workflows at http://localhost:8000
# - Instant search across 2,053 workflows
# - Professional responsive interface
# - Real-time workflow statistics

Option 2: Development Mode选项 2:开发模式

# Start with auto-reload for development
python run.py --dev

# Or specify custom host/port
python run.py --host 0.0.0.0 --port 3000

# Force database reindexing
python run.py --reindex

Import Workflows into n8n将工作流导入 n8n

# Use the Python importer (recommended)
python import_workflows.py

# Or manually import individual workflows:
# 1. Open your n8n Editor UI
# 2. Click menu (☰) → Import workflow
# 3. Choose any .json file from the workflows/ folder
# 4. Update credentials/webhook URLs before running

📊 Workflow Statistics 📊 工作流统计

Current Collection Stats 当前收藏统计数据

  • Total Workflows: 2,053 automation workflows总工作流:2053 个自动化工作流
  • Active Workflows: 215 (10.5% active rate)活跃工作流:215(活跃率为 10.5%)
  • Total Nodes: 29,445 (avg 14.3 nodes per workflow)总节点数:29,445(平均每个工作流 14.3 个节点)
  • Unique Integrations: 365 different services and APIs独特的集成:365 种不同的服务和 API
  • Database: SQLite with FTS5 full-text search数据库:带有 FTS5 全文搜索功能的 SQLite

Trigger Distribution 触发器分发

  • Complex: 831 workflows (40.5%) - Multi-trigger systems复杂:831 个工作流(40.5%) - 多触发系统
  • Webhook: 519 workflows (25.3%) - API-triggered automationsWebhook:519 个工作流(25.3%)——由 API 触发的自动化操作
  • Manual: 477 workflows (23.2%) - User-initiated workflows手册:477 个工作流(23.2%) - 用户发起的工作流
  • Scheduled: 226 workflows (11.0%) - Time-based executions已安排:226 个工作流(11.0%) - 定时执行

Complexity Analysis 复杂性分析

  • Low (≤5 nodes): ~35% - Simple automations低(≤5 个节点):约 35% - 简单自动化
  • Medium (6-15 nodes): ~45% - Standard workflows中型(6 - 15 个节点):约 45% - 标准工作流
  • High (16+ nodes): ~20% - Complex enterprise systems高(16 个节点):约 20% - 复杂的企业系统

Popular Integrations 热门集成

Top services by usage frequency:按使用频率排名的热门服务:

  • Communication: Telegram, Discord, Slack, WhatsApp通讯:Telegram(电报)、Discord(迪斯科德)、Slack(斯拉克)、WhatsApp(WhatsApp)
  • Cloud Storage: Google Drive, Google Sheets, Dropbox云存储:谷歌云端硬盘、谷歌表格、Dropbox
  • Databases: PostgreSQL, MySQL, MongoDB, Airtable数据库:PostgreSQL、MySQL、MongoDB、Airtable
  • AI/ML: OpenAI, Anthropic, Hugging Face人工智能/机器学习:OpenAI、Anthropic、Hugging Face
  • Development: HTTP Request, Webhook, GraphQL开发:HTTP 请求、网络钩子、GraphQL

🔍 Advanced Search Features🔍 高级搜索功能

Smart Search Categories

Our system automatically categorizes workflows into 12 service categories:

Available Categories: 可用类别:

  • messaging: Telegram, Discord, Slack, WhatsApp, Teams消息传递:Telegram、Discord、Slack、WhatsApp、Teams
  • ai_ml: OpenAI, Anthropic, Hugging Face人工智能与机器学习:OpenAI、Anthropic、Hugging Face
  • database: PostgreSQL, MySQL, MongoDB, Redis, Airtable数据库:PostgreSQL、MySQL、MongoDB、Redis、Airtable
  • email: Gmail, Mailjet, Outlook, SMTP/IMAP电子邮件:Gmail、Mailjet、Outlook、SMTP/IMAP
  • cloud_storage: Google Drive, Google Docs, Dropbox, OneDrive云存储:谷歌云端硬盘、谷歌文档、Dropbox、OneDrive
  • project_management: Jira, GitHub, GitLab, Trello, Asana项目管理:Jira、GitHub、GitLab、Trello、Asana
  • social_media: LinkedIn, Twitter/X, Facebook, Instagram社交媒体:领英、推特/𝕏、脸书、照片墙
  • ecommerce: Shopify, Stripe, PayPal电子商务:Shopify、Stripe、PayPal
  • analytics: Google Analytics, Mixpanel分析工具:谷歌分析(Google Analytics)、Mixpanel
  • calendar_tasks: Google Calendar, Cal.com, Calendly日程任务:谷歌日历、Cal.com、Calendly
  • forms: Typeform, Google Forms, Form Triggers表单:Typeform、Google 表单、表单触发器
  • development: Webhook, HTTP Request, GraphQL, SSE开发:Webhook、HTTP 请求、GraphQL、服务器发送事件(SSE)

API Usage Examples API使用示例

# Search workflows by text
curl "http://localhost:8000/api/workflows?q=telegram+automation"

# Filter by trigger type and complexity
curl "http://localhost:8000/api/workflows?trigger=Webhook&complexity=high"

# Find all messaging workflows
curl "http://localhost:8000/api/workflows/category/messaging"

# Get database statistics
curl "http://localhost:8000/api/stats"

# Browse available categories
curl "http://localhost:8000/api/categories"

🏗 Technical Architecture技术架构

Modern Stack 现代堆栈

  • SQLite Database - FTS5 full-text search with 365 indexed integrationsSQLite 数据库 - 具有 365 个索引集成的 FTS5 全文搜索
  • FastAPI Backend - RESTful API with automatic OpenAPI documentationFastAPI 后端 - 具有自动 OpenAPI 文档的 RESTful API
  • Responsive Frontend - Modern HTML5 with embedded CSS/JavaScript响应式前端 - 现代 HTML5 结合内嵌 CSS/JavaScript
  • Smart Analysis - Automatic workflow categorization and naming智能分析 - 自动工作流分类和命名

Key Features 关键特性

  • Change Detection - MD5 hashing for efficient re-indexing变更检测 - 使用 MD5 哈希实现高效重新索引
  • Background Processing - Non-blocking workflow analysis后台处理 - 非阻塞工作流分析
  • Compressed Responses - Gzip middleware for optimal speed压缩响应 - 用于实现最佳速度的 Gzip 中间件
  • Error Handling - Graceful degradation and comprehensive logging错误处理 - 优雅降级与全面日志记录
  • Mobile Optimization - Touch-friendly interface design移动优化 - 触摸友好型界面设计

Database Performance 数据库性能

-- Optimized schema for lightning-fast queries
CREATE TABLE workflows (
    id INTEGER PRIMARY KEY,
    filename TEXT UNIQUE,
    name TEXT,
    active BOOLEAN,
    trigger_type TEXT,
    complexity TEXT,
    node_count INTEGER,
    integrations TEXT,  -- JSON array of 365 unique services
    description TEXT,
    file_hash TEXT,     -- MD5 for change detection
    analyzed_at TIMESTAMP
);

-- Full-text search with ranking
CREATE VIRTUAL TABLE workflows_fts USING fts5(
    filename, name, description, integrations, tags,
    content='workflows', content_rowid='id'
);

🔧 Setup & Requirements 🔧 安装与要求

System Requirements 系统需求

  • Python 3.7+ - For running the documentation systemPython 3.7 - 用于运行文档系统
  • Modern Browser - Chrome, Firefox, Safari, Edge现代浏览器 - 谷歌浏览器、火狐浏览器、苹果浏览器、微软边缘浏览器
  • 50MB Storage - For SQLite database and indexes50MB 存储空间 - 用于 SQLite 数据库和索引
  • n8n Instance - For importing and running workflowsn8n 实例 - 用于导入和运行工作流

Installation 安装

# Clone repository
git clone <repo-url>
cd n8n-workflows

# Install dependencies
pip install -r requirements.txt

# Start documentation server
python run.py

# Access at http://localhost:8000

Development Setup 发展设置

# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate  # Linux/Mac
# or .venv\Scripts\activate  # Windows

# Install dependencies
pip install -r requirements.txt

# Run with auto-reload for development
python api_server.py --reload

# Force database reindexing
python workflow_db.py --index --force

📋 Naming Convention 命名约定

Intelligent Formatting System智能格式化系统

Our system automatically converts technical filenames to user-friendly names:我们的系统会自动将技术文件名转换为用户友好型名称:

# Automatic transformations:
2051_Telegram_Webhook_Automation_Webhook.json → "Telegram Webhook Automation"
0250_HTTP_Discord_Import_Scheduled.json → "HTTP Discord Import Scheduled"  
0966_OpenAI_Data_Processing_Manual.json → "OpenAI Data Processing Manual"

Technical Format 技术格式

[ID]_[Service1]_[Service2]_[Purpose]_[Trigger].json

Smart Capitalization Rules智能大小写规则

  • HTTP → HTTP (not Http) HTTP → HTTP(不是 Http)
  • API → API (not Api)
  • webhook → Webhook webhook→webhook
  • automation → Automation 自动化 → 自动化
  • scheduled → Scheduled 预定的;计划的;安排好的

🚀 API Documentation 🚀 API 文档

Core Endpoints 核心的端点

  • GET / - Main workflow browser interfaceGET /  - 主工作流浏览器界面
  • GET /api/stats - Database statistics and metrics数据库统计信息和指标
  • GET /api/workflows - Search with filters and pagination带筛选和分页功能的搜索
  • GET /api/workflows/{filename} - Detailed workflow informationGET /api/workflows/{filename}  - 详细的工作流程信息
  • GET /api/workflows/{filename}/download - Download workflow JSON下载工作流 JSON 文件
  • GET /api/workflows/{filename}/diagram - Generate Mermaid diagram生成墨鱼图

Advanced Search 高级搜索

  • GET /api/workflows/category/{category} - Search by service category按服务类别搜索
  • GET /api/categories - List all available categories列出所有可用类别
  • GET /api/integrations - Get integration statistics获取集成统计数据
  • POST /api/reindex - Trigger background reindexingPOST /api/reindex  - 触发后台重新索引

Response Examples 反应的例子

// GET /api/stats
{
  "total": 2053,
  "active": 215,
  "inactive": 1838,
  "triggers": {
    "Complex": 831,
    "Webhook": 519,
    "Manual": 477,
    "Scheduled": 226
  },
  "total_nodes": 29445,
  "unique_integrations": 365
}

🤝 Contributing 🤝贡献

Adding New Workflows 添加新工作流

  1. Export workflow as JSON from n8n从 n8n 导出工作流为 JSON 格式
  2. Name descriptively following the established pattern按照既定模式进行描述性命名
  3. Add to workflows/ directory添加到“工作流/”目录中
  4. Remove sensitive data (credentials, personal URLs)移除敏感数据(凭证、个人网址)
  5. Run reindexing to update the database运行重新索引以更新数据库

Quality Standards 质量标准

  • ✅ Workflow must be functional and tested工作流程必须能够正常运行并经过测试。
  • ✅ Remove all credentials and sensitive data✅ 删除所有凭证和敏感数据
  • ✅ Follow naming convention for consistency✅ 遵循命名约定以保持一致性
  • ✅ Verify compatibility with recent n8n versions✅ 验证与最新 n8n 版本的兼容性
  • ✅ Include meaningful description or comments✅ 包含有意义的描述或评论

⚠️ Important Notes ⚠️ 

Security & Privacy 安全与隐私

  • Review before use - All workflows shared as-is for educational purposes使用前请审阅 - 所有工作流均按原样分享,仅用于教育目的
  • Update credentials - Replace API keys, tokens, and webhooks更新凭证 - 替换 API 密钥、令牌和网络钩子
  • Test safely - Verify in development environment first安全测试 - 首先在开发环境中验证
  • Check permissions - Ensure proper access rights for integrations检查权限 - 确保集成的访问权限正确无误

Compatibility 兼容性

  • n8n Version - Compatible with n8n 1.0+ (most workflows)
  • Community Nodes - Some workflows may require additional node installations社区节点 - 某些工作流可能需要额外安装节点
  • API Changes - External services may have updated their APIs since creationAPI 更改 - 自创建以来,外部服务可能已更新其 API
  • Dependencies - Verify required integrations before importing依赖项 - 导入前请核实所需的集成

📚 Resources & References📚 资源与参考文献

Workflow Sources 工作流来源

This comprehensive collection includes workflows from:此全面的合集包含来自以下方面的流程:

  • Official n8n.io - Documentation and community examples官方 n8n.io - 文档和社区示例
  • GitHub repositories - Open source community contributionsGitHub 代码库 - 开源社区贡献
  • Blog posts & tutorials - Real-world automation patterns博客文章与教程 - 现实世界的自动化模式
  • User submissions - Tested and verified workflows用户提交 - 经过测试和验证的工作流程
  • Enterprise use cases - Business process automations企业用例 - 业务流程自动化

Learn More 了解更多


🏆 Project Achievements 🏆 项目成果

Repository Transformation仓库转换

  • 2,053 workflows professionally organized and named2053 个工作流经过专业整理并命名
  • 365 unique integrations automatically detected and categorized自动检测并分类出 365 个独特的集成
  • 100% meaningful names (improved from basic filename patterns)100% 具有实际意义的名称(改进自基本文件名模式)
  • Zero data loss during intelligent renaming process智能重命名过程中零数据丢失
  • Advanced search with 12 service categories包含 12 个服务类别的高级搜索

Performance Revolution 性能革命

  • Sub-100ms search with SQLite FTS5 full-text indexing使用 SQLite FTS5 全文索引实现百毫秒以内搜索
  • Instant filtering across 29,445 workflow nodes在 29,445 个工作流节点上即时筛选
  • Mobile-optimized responsive design for all devices适用于所有设备的移动优化响应式设计
  • Real-time statistics with live database queries实时统计,支持实时数据库查询
  • Professional interface with modern UX principles具有现代用户体验原则的专业界面

System Reliability 系统的可靠性

  • Robust error handling with graceful degradation强大的错误处理机制,具备优雅降级功能
  • Change detection for efficient database updates用于高效数据库更新的变更检测
  • Background processing for non-blocking operations非阻塞操作的后台处理
  • Comprehensive logging for debugging and monitoring全面的日志记录用于调试和监控
  • Production-ready with proper middleware and security具备完善的中间件和安全措施,可投入生产使用

This repository represents the most comprehensive and well-organized collection of n8n workflows available, featuring cutting-edge search technology and professional documentation that makes workflow discovery and usage a delightful experience.此代码库是目前最全面、最井井有条的 n8n 工作流集合,采用前沿的搜索技术和专业的文档,让工作流的发现和使用成为一种愉悦的体验。

🎯 Perfect for: Developers, automation engineers, business analysts, and anyone looking to streamline their workflows with proven n8n automations.🎯 适用于:开发人员、自动化工程师、业务分析师以及任何希望通过经过验证的 n8n 自动化来简化工作流程的人。

About

all of the workflows of n8n i could find (also from the site itself)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
set 限制解除
Translate to
Translate to
Summarize
Paraphrase
Expand
Check Grammar
Answer
Explain
Go to chat