The definitive AI workflow library for n8n: 3,400+ modular, production‑grade automations—plug-and-play for any LLM, integration, or use case.
In the era of AI-first development, automation should be:
- Accessible: Visual nodes + low/no-code for rapid prototyping
- Scalable: Enterprise-grade reliability, error handling, and scheduling
- Flexible: Modular JSON workflows, custom modules, and script hooks
- 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
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| 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 |
-
Clone the repo
git clone https://github.com/oxbshw/ultimate-n8n-ai-workflows.git cd ultimate-n8n-ai-workflows -
Launch n8n (Docker recommended)
docker-compose up -d
-
Import a Workflow
- Open
http://localhost:5678 - Select Import → File → choose a workflow from
/workflows
- Open
-
Configure Credentials
- Add your LLM keys (OpenAI, Anthropic, etc.)
- Configure API tokens for X/Twitter, Firecrawl, CMS, etc.
-
Customize & Run
- Adjust node parameters, schedule triggers, or chain workflows
- Monitor execution via logs and error-handling nodes
- 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
- Secrets Management: Store sensitive keys in
.envor 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
- ⭐ Star this project
- 🐛 Report Issues for bugs or enhancement ideas
- 🔀 Fork & Pull Request your workflows or modules
- 📝 Improve Docs in
/docswith new tutorials or diagrams
Read CONTRIBUTING.md for details.
Distributed under the MIT License.
See LICENSE for full terms.
- 🌐 Portfolio: sayedev.framer.ai
- 💻 GitHub: @oxbshw
- 🐦 X (Twitter): @Sayedevv
- 🌌 Bluesky: sayedev.bsky.social
Let’s build the future of AI-driven automation together! 🚀