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.

Chat with local LLMs using n8n and OllamaChat with local LLMs using n8n and Ollama This n8n workflow allows you to seamlessly interact with your self-hosted Large Language Models (LLMs) through a user-friendly chat interfBasic LLM Chain · Ollama Chat Model77.7k views
Evaluation metric example: RAG document relevanceAI evaluation in n8n This is a template for n8n's evaluation feature. Evaluation is a technique for getting confidence that your AI workflow performs reliably, by running a testGoogle Sheets · AI Agent · Embeddings OpenAI · OpenAI Chat Model · Recursive Character Text Splitter2k views
Create OpenAI-Compatible API Using GitHub Models for Free AI AccessThis n8n template shows you how to connect Github's Free Models to your existing n8n AI workflows. Whilst it is possible to use HTTP nodes to access Github Models, The aim of thisHTTP Request · Basic LLM Chain · OpenAI Chat Model2.1k views
Scrape any web page into structured JSON data with ScrapeNinja and AIDisclaimer: This template only works on self-hosted for now, as it uses a community node. Use Case Web scrapers often break due to web page layout changes. This workflow attempts Basic LLM Chain · Google Gemini Chat Model17.1k views
Generate SQL queries from schema only - AI-poweredThis workflow is a modification of the previous template on how to create an SQL agent with LangChain and SQLite. The key difference – the agent has access only to the database scMySQL · AI Agent · OpenAI Chat Model · Simple Memory38.3k views
AI agent that can scrape webpages⚙️🛠️🚀🤖🦾 This template is a PoC of a ReAct AI Agent capable of fetching random pages (not only Wikipedia or Google search results). On the top part there's a manual chat node HTTP Request · AI Agent · OpenAI Chat Model · Call n8n Workflow Tool211.6k views
Detect Stripe payment anomalies with Groq, Supabase, Slack, and Google SheetsQuick overview This workflow runs hourly to read Stripe transaction logs from Google Sheets, normalize and load them into Supabase, then uses Groq (OpenAI-compatible chat completioGoogle Sheets · HTTP Request · Slack · Supabase · Code1 views
Generate HTTP API requests from natural language with GPT-4.1 MiniQuick overview This n8n workflow turns plain-English requests into live HTTP API calls. An AI agent (GPT-4.1 Mini) reads your request, decides the method, URL, headers, query paramAI Agent · OpenAI Chat Model1 views
Handle Shopify Admin GraphQL requests with error handling and retriesQuick Overview This sub-workflow is called by another n8n workflow to execute Shopify Admin GraphQL queries and mutations via HTTP, adding input validation, detailed error detectioHTTP Request · Code1 views
Review workflow JSON for risks and best practices with Groq (Llama 3.3)Quick overview This workflow exposes a webhook that accepts an exported n8n workflow JSON, runs static validation and risk checks, then uses Groq (Llama 3.3 70B) via an AI agent toCode · AI Agent · Structured Output Parser · Groq Chat Model1 views
Evaluate AI prompts with OpenRouter LLM-as-judge and Notion reportsQuick overview This workflow collects a prompt and model choice via an n8n Form, uses OpenRouter LLMs to generate an evaluation dataset, run the prompt against each test case, and Notion · Code · AI Agent · OpenRouter Chat Model1 views
Generate and evaluate AI prompts with Gemini, OpenRouter, Groq, Cohere and SupabaseQuick overview This workflow receives a goal via webhook, generates three prompt candidates using Google Gemini, OpenRouter, and Groq, has Cohere evaluate and select the best prompSupabase · Code · AI Agent · Google Gemini Chat Model · Groq Chat Model1 views
Modify Liveblocks storage with JSON Patch and Anthropic ClaudeModify Liveblocks Storage with JSON Patch This example uses Liveblocks Storage, a sync engine created by Liveblocks that allows you to create collaborative applications like FigmaAI Agent · Anthropic Chat Model · Structured Output Parser1 views
Route AI tasks between OpenAI agents with confidence-based email fallbackOverview This workflow demonstrates an AI task routing system using multiple agents in n8n. It analyzes incoming user requests, determines their complexity, and routes them to theSend Email · AI Agent · OpenAI Chat Model · Structured Output Parser · AI Agent Tool1 views
Decide multi‑agent vs simple workflows using Azure OpenAI GPT‑4o‑mini📘 Description This workflow acts as an AI Multi-Agent Architecture Advisor for n8n. It receives a problem statement via webhook, uses Azure OpenAI (gpt-4o-mini) to decide whether Code · AI Agent · Azure OpenAI Chat Model1 views
Check workflow templates against Creator Hub guidelines with Gemini and GmailWho is this for Template creators who want to validate their n8n workflows against the official Creator Hub approval criteria before submitting. Useful for both new and verified cHTTP Request · Gmail · Code · Basic LLM Chain · Google Gemini Chat Model1 views
Complete AI Safety Suite: Test 9 Guardrail Layers with Groq LLMWho's It For AI developers, automation engineers, and teams building chatbots, AI agents, or workflows that process user input. Perfect for those concerned about security, complianGroq Chat Model · Guardrails1 views
Benchmark LLM Performance on Legal Documents with Google Sheets and OpenRouterThis workflow demonstrates a simple way to run evals on a set of test cases stored in a Google Sheet. The example we are using comes from an info extraction task dataset, where weGoogle Sheets · HTTP Request · Google Drive · Basic LLM Chain · Structured Output Parser210 views