Field intelligence for AI-first professionalsVol. II · Nº 56 · Saturday, August 15, 2026
← The library

546 workflows, ready to run.

Community-built n8n automations, searchable live from the template library. Open one on n8n.io and import the JSON straight into your instance.

Integrating AI with Open-Meteo API for Enhanced Weather ForecastingUse case Workshop We are using this workflow in our workshops to teach how to use Tools a.k.a functions with artificial intelligence. In this specific case, we will use a genericAI Agent · OpenAI Chat Model · Simple Memory · HTTP Request Tool2.6k views
🛠️ Auto Workflow PositioningCheck Online Version ! [https://n8n-tools.streamlit.app/](https://n8n-tools.streamlit.app/ ) Who is it for? This workflow is perfect for n8n users who want to maintain clean and HTTP Request · AI Agent · Question and Answer Chain · Embeddings OpenAI · OpenAI Chat Model2.3k views
Vector Database as a Big Data Analysis Tool for AI Agents [3/3 - anomaly]Vector Database as a Big Data Analysis Tool for AI Agents Workflows from the webinar "Build production-ready AI Agents with Qdrant and n8n". This series of workflows shows how toHTTP Request · Code2.9k views
Vector Database as a Big Data Analysis Tool for AI Agents [1/3 anomaly][1/2 KNN]Vector Database as a Big Data Analysis Tool for AI Agents Workflows from the webinar "Build production-ready AI Agents with Qdrant and n8n". This series of workflows shows how toHTTP Request · Google Cloud Storage · Code3.2k views
Prompt-based Object Detection with Gemini 2.0This n8n template demonstrates how to get started with Gemini 2.0's new Bounding Box detection capabilities in your workflows. The key difference being this enables prompt-based oEdit Image · HTTP Request · Code2.6k views
Demo Workflow - How to use workflowStaticData()This workflow demonstrates how to use the workflowStaticData() function to set any type of variable that will persist within workflow executions. https://docs.n8n.io/code/cookbooHTTP Request · Code7.3k views
Pattern for Parallel Sub-Workflow Execution Followed by Wait-For-All LoopWhat this workflow does This (set of) workflow(s) shows how to start multiple sub-workflows, asynchronously, in parallel, and then wait for all of them to complete. Normally sub-wHTTP Request · Code8.1k views
Build an endpoint to perform CRUD operations with multiple HTTP methodsThis n8n workflow template allows you to create a CRUD endpoint that performs the following actions: Create a new record Get a record Get many records Update a record Delete a recAirtable3.8k views
Visual Regression Testing with Apify and AI Vision ModelThis n8n workflow is a proof-of-concept template exploring how we might work with multimodal LLMs and their multi-image analysis capabilities. In this demo, we compare 2 screenshotGoogle Sheets · HTTP Request · Google Drive · Linear · Basic LLM Chain4.7k views
🔍 Visualize Your n8n Workflows with Mermaid.js!Are you a visual thinker working with n8n? 🎨 View and understand workflow structures at a glance with this template! Built with mermaid.js, Bootstrap 5 and AXAJ to create an intCode5.7k views
Generating Image Embeddings via Textual SummarisationThis n8n template demonstrates an approach to image embeddings for purpose of building a quick image contextual search. Use-cases could for a personal photo library, product recommEdit Image · Google Drive · Embeddings OpenAI · Recursive Character Text Splitter · Simple Vector Store7.3k views
Introduction to the HTTP ToolThis n8n template showcases the new HTTP tool released in version 1.47.0. Overall, the tool helps simplify AI Agent workflows where custom sub-workflows were performing the same sAI Agent · OpenAI Chat Model6.7k views
ChatGPT Automatic Code Review in Gitlab MRWho this template is for This template is for every engineer who wants to automate their code reviews or just get a 2nd opinion on their PR. How it works This workflow will automaHTTP Request · Code · Basic LLM Chain · OpenAI Chat Model28.6k views
Allow your AI to call an API to fetch dataUse n8n to bring data from any API to your AI. This workflow uses the Chat Trigger to provide the chat interface, and the Custom n8n Workflow Tool to call a second workflow that caHTTP Request · AI Agent · Basic LLM Chain · OpenAI Chat Model · Simple Memory21.5k views
Use an open-source LLM (via HuggingFace)This workflow demonstrates how to connect an open-source model to a Basic LLM node. The workflow is triggered when a new manual chat message appears. The message is then run throuBasic LLM Chain · Hugging Face Inference Model37.3k views
AI: Conversational agent with custom tool written in JavaScriptThis workflow implements a custom tool via JavaScript code which returns a random color to users and excludes the given colors. Note that to use this template, you need to be on nAI Agent · OpenAI Chat Model · Code Tool35.1k views
Preparing data to be sent to a serviceTask: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc. Why: Spreadsheets and databases require the incoming data to have the samGoogle Sheets · Customer Datastore (n8n training)63.6k views
Joining different datasetsTask: Merge two datasets into one based on matching rules Why: A powerful capability of n8n is to easily branch out the workflow in order to process different datasets. Even more 122.2k views