Discover and explore top open-source AI tools and projects—updated daily.
AI-powered automation workflows for n8n
Top 90.8% on SourcePulse
This repository provides a comprehensive library of over 3,400 n8n AI workflows, designed for rapid prototyping and deployment of AI-powered automations. It targets developers and users looking to build AI bots, RAG pipelines, content generation systems, and data enrichment tools, offering a flexible, scalable, and community-driven approach to automation.
How It Works
The project leverages n8n's visual, node-based workflow automation platform. Workflows are modular JSON files that can be easily imported, extended, and chained. The library supports a wide range of LLMs (GPT, Claude, LLaMA, Mistral, Gemini) and includes nodes for RAG, vector stores, and agent memory. Custom logic can be implemented using included Node.js and Python modules, with a focus on enterprise-grade reliability, error handling, and observability.
Quick Start & Requirements
git clone https://github.com/oxbshw/ultimate-n8n-ai-workflows.git
cd ultimate-n8n-ai-workflows
docker-compose up -d
).http://localhost:5678
, select "Import," choose a .json
workflow from the /workflows
directory.Prerequisites include Docker and Node.js. Setup is estimated at under 5 minutes.
Highlighted Details
Maintenance & Community
The project is open-source and community-driven, encouraging contributions via pull requests and issue reporting. The primary contributor is @oxbshw.
Licensing & Compatibility
Distributed under the MIT License, allowing for broad compatibility and commercial use.
Limitations & Caveats
While the library is extensive, users must manage their own API keys and credentials. Specific workflow performance will depend on the underlying LLM choices and configurations. The project relies on the n8n platform, so users must be familiar with its operation.
2 months ago
Inactive