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

180 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.

Slack slash commands AI Chat BotThis is a response chatbot in public channels through slash commands. I explain more in detail through the YouTube video, but it's only available in Korean. How it works? When yoSlack · Basic LLM Chain · OpenAI Chat Model3.2k views
BambooHR AI-Powered Company Policies and Benefits ChatbotHow it works This workflow enables companies to provide instant HR support by automating responses to employee queries about policies and benefits: Retrieves company policies, beBambooHR · AI Agent · Basic LLM Chain · Embeddings OpenAI · OpenAI Chat Model3k views
AI Agent to chat with you Search Console Data, using OpenAI and PostgresEdit 19/11/2024: As explained on the workflow, the AI Agent with the original system prompt was not effective when using gpt4-o-mini. To address this, I optimized the prompt to woHTTP Request · AI Agent · OpenAI Chat Model · Call n8n Workflow Tool · Postgres Chat Memory8.2k views
KB Tool - Confluence Knowledge BaseEnhance Query Resolution with the Knowledge Base Tool! Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT supporHTTP Request6.2k views
Creating a AI Slack Bot with Google GeminiThis is an example of how we can build a slack bot in a few easy steps Before you can start, you need to o a few things Create a copy of this workflow Create a slack bot Create aSlack · AI Agent · Simple Memory · Google Gemini Chat Model8.7k views
Build a Tax Code Assistant with Qdrant, Mistral.ai and OpenAIThis n8n workflows builds another example of creating a knowledgebase assistant but demonstrates how a more deliberate and targeted approach to ingesting the data can produce much HTTP Request · Compression · AI Agent · OpenAI Chat Model · Simple Memory9.2k views
Talk to your SQLite database with a LangChain AI Agent 🧠💬This n8n workflow demonstrates how to create an agent using LangChain and SQLite. The agent can understand natural language queries and interact with a SQLite database to provide aHTTP Request · Compression · AI Agent · OpenAI Chat Model · Simple Memory22.5k views
OpenAI Assistant workflow: upload file, create an Assistant, chat with it!This is an end-to-end workflow for creating a simple OpenAI Assistant. The whole process is done with n8n nodes and do not require any programming experience. The workflow is diviGoogle Drive · OpenAI19.9k views
Chat with a database using AIThis workflow allows you to ask questions about data stored in a database using AI. To use it, you'll need an OpenAI API key (although you could also swap in a model from another AI Agent · OpenAI Chat Model28.4k views
AI chat with any data source (using the n8n workflow tool)This AI agent can access data provided by another n8n workflow. Since that workflow can be used to retrieve any data from any service, this template can be used give an agent accesHacker News · Code · AI Agent · OpenAI Chat Model · Call n8n Workflow Tool42.2k views
Build a multi-tenant RAG search engine with Qdrant and OpenAI GPT-4oQuick overview This workflow exposes a POST webhook that authenticates a tenant, embeds the user query with OpenAI, searches tenant-scoped vectors in Qdrant, and uses GPT-4o to retHTTP Request · Code0 views
Build a dual-stage RAG chat assistant with Google Drive, Ollama, Pinecone and GeminiQuick overview This template builds a dual-stage RAG system that ingests PDFs/text from Google Drive into a Pinecone knowledge-base index with Ollama embeddings, and serves chat quGoogle Drive · Code · AI Agent · Simple Memory · Pinecone Vector Store0 views
Seed a Supabase AI knowledge base from Notion with Ollama embeddingsQuick overview This n8n template ingests your entire Notion database into a Supabase vector store, making every page searchable by an AI assistant or chatbot. It runs on a scheduleHTTP Request · Notion · Code · Recursive Character Text Splitter · Supabase Vector Store0 views
Answer electronics questions with Google Gemini, SerpAPI, and SupabaseQuick Overview This chat-based workflow uses Google Gemini and a Supabase vector store to answer electronic component questions from indexed PDF datasheets, and when information isHTTP Request · AI Agent · Simple Memory · Token Splitter · Call n8n Workflow Tool0 views
Capture and structure Telegram notes for Obsidian with Groq and GitHubQuick overview This workflow captures Telegram voice notes or text messages, uses Groq (Whisper and Llama) to transcribe and structure them, converts the result into an Obsidian-reHTTP Request · Telegram · Code0 views
Audit Notion wiki health and send weekly digests to SlackQuick overview This workflow runs every Monday to audit a Notion wiki by crawling page content, building an internal link graph, and scoring pages for orphaned, stale, thin, and unSlack · Notion · Code0 views
Answer document questions with Ollama and Qdrant retrieval chat botQuick overview This workflow provides a local RAG chatbot in n8n that answers chat questions using context retrieved from a Qdrant collection, generating responses with a local OllQuestion and Answer Chain · Ollama Chat Model · Vector Store Retriever · Qdrant Vector Store · Embeddings Ollama0 views
Answer document questions via webhook with Anthropic ClaudeQuick Overview This workflow exposes a webhook for document Q&A by chunking pasted docs, retrieving the most relevant sections via keyword scoring, and sending the selected excerptHTTP Request · Code0 views