Skip to content

The largest high-quality open-source library of +3400 n8n AI workflows – ready to use, extend, and contribute.

License

Notifications You must be signed in to change notification settings

oxbshw/ultimate-n8n-ai-workflows

Repository files navigation

🤖 Ultimate n8n AI Workflows

Stars Forks Workflows License: MIT Issues Last Commit

The definitive AI workflow library for n8n: 3,400+ modular, production‑grade automations—plug-and-play for any LLM, integration, or use case.


🚀 Why This Project Exists

In the era of AI-first development, automation should be:

  1. Accessible: Visual nodes + low/no-code for rapid prototyping
  2. Scalable: Enterprise-grade reliability, error handling, and scheduling
  3. Flexible: Modular JSON workflows, custom modules, and script hooks
  4. Community‑Driven: Open-source, constantly evolving templates

Ultimate n8n AI Workflows brings all of this in a single repo, so you can:

  • 🎯 Jumpstart AI bots, RAG pipelines, content factories, and data enrichers
  • 🔄 Compose complex workflows by chaining JSON imports and modules
  • 🔒 Control your data: run locally (Docker/Kubernetes) or in n8n Cloud
  • 🤝 Collaborate: submit PRs, vote on issues, and grow together

📦 Repository Layout

ultimate-n8n-ai-workflows/
├── workflows/          # 3,400+ ready-to-import .json workflows
├── modules/            # Node.js & Python modules for custom logic
├── data/               # Sample inputs: datasets, prompts, embeddings
├── utils/              # CLI & helper scripts (validation, conversion)
├── docs/               # Guides, architecture diagrams, best practices
├── .github/            # CI workflows, issue/pr templates, contributing guide
└── README.md           # ← You’re here

📚 Core Capabilities

Feature Description
Multi‑Model Support GPT-4/4.5, Claude 3.5, LLaMA, Mistral, Gemini, Alpaca, and custom deployments
Retrieval & Memory RAG pipelines, vector store integration, agent memory nodes
Content Automation SEO-optimized articles, video scripts, social posts, email newsletters
Data Extraction RSS/News scraping, X/Twitter collectors, email finders, PDF/OCR Q&A
Conversational Agents Stateful chatbots, auto-reply bots, persona-driven dialogs
Integrations Webhooks, REST APIs, Google Sheets, Databases, Cloud Storage
Error Handling & Monitoring Built-in retry logic, timeouts, error nodes; integrate with Prometheus/Grafana or n8n Cloud

🧩 Quickstart in 5 Minutes

  1. Clone the repo

    git clone https://github.com/oxbshw/ultimate-n8n-ai-workflows.git
    cd ultimate-n8n-ai-workflows
  2. Launch n8n (Docker recommended)

    docker-compose up -d
  3. Import a Workflow

    • Open http://localhost:5678
    • Select ImportFile → choose a workflow from /workflows
  4. Configure Credentials

    • Add your LLM keys (OpenAI, Anthropic, etc.)
    • Configure API tokens for X/Twitter, Firecrawl, CMS, etc.
  5. Customize & Run

    • Adjust node parameters, schedule triggers, or chain workflows
    • Monitor execution via logs and error-handling nodes

🌟 Real‑World Use Cases

  • AI Chatbots & Assistants: chatbot_memory_agent.json
  • SEO Content Pipelines: write_seo_listicle_article.json
  • Email Automation: smart_inbox_router.json
  • Data Enrichment: news_to_vector_store.json
  • Document Q&A: pdf_ocr_agent.json
  • Social Media Bots: twitter_auto_responder.json

⚙️ Best Practices

  • Secrets Management: Store sensitive keys in .env or vaults
  • Rate Limiting: Use n8n’s built-in throttling or external proxies
  • Input Validation: Pre‑validate with JSON Schema or custom scripts
  • Error Isolation: Leverage “Error” and “Timeout” nodes for resilience
  • Observability: Plug into Grafana/Prometheus or n8n Cloud monitoring

🤝 How to Contribute

  1. Star this project
  2. 🐛 Report Issues for bugs or enhancement ideas
  3. 🔀 Fork & Pull Request your workflows or modules
  4. 📝 Improve Docs in /docs with new tutorials or diagrams

Read CONTRIBUTING.md for details.


📜 License

Distributed under the MIT License.

See LICENSE for full terms.


📬 Stay Connected


Let’s build the future of AI-driven automation together! 🚀

About

The largest high-quality open-source library of +3400 n8n AI workflows – ready to use, extend, and contribute.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages