diff --git a/Community/n8n-automation-hub/SKILL.md b/Community/n8n-automation-hub/SKILL.md new file mode 100644 index 0000000..1d65655 --- /dev/null +++ b/Community/n8n-automation-hub/SKILL.md @@ -0,0 +1,407 @@ +--- +name: n8n-automation-hub +description: > + ศูนย์รวมไอเดียและเทมเพลตสำหรับออกแบบ n8n automation workflow โดยรวบรวมฐานข้อมูลจาก 313+ เทมเพลตมาตรฐาน และคลังเทมเพลตเพิ่มเติมจากผู้ใช้ + ช่วยให้: + - ค้นหา workflow ที่ใกล้เคียงกับโจทย์ที่ผู้ใช้ต้องการ + - แนะนำ node, tool, และ pattern ที่ใช้งานได้จริง + - ประยุกต์ไอเดียจากหลาย workflow มารวมกันให้ตรงกับ use case + - ให้ลิงก์ YouTube / template URL สำหรับดูตัวอย่างจริง + ใช้ skill นี้ทุกครั้งที่ต้องการออกแบบ workflow n8n หรือมองหาไอเดีย automation +compatibility: claude.ai, Claude Desktop, Cowork +--- + +# n8n Idea Catalyst — ฐานข้อมูล 313+ Workflow Templates + +## วิธีใช้ Skill นี้ + +เมื่อผู้ใช้อธิบายโจทย์ที่ต้องการ ให้ทำตาม **4 ขั้นตอน** ตามลำดับ: + +### ขั้นที่ 1: วิเคราะห์โจทย์ +ระบุ: +- **Input** คืออะไร? (trigger: webhook, schedule, form, email, file, telegram...) +- **Output** คืออะไร? (ผลลัพธ์ที่ต้องการ) +- **Domain** อยู่ในหมวดไหน? (ดูตาราง categories ด้านล่าง) +- **เครื่องมือ** ที่มีหรือต้องการใช้? (OpenAI, Google Sheets, LINE, Slack...) + +### ขั้นที่ 2: ค้นหาจาก Database +อ่านไฟล์ `references/n8n-workflows-database.xlsx` แล้ว: +1. หา workflow ที่ **ตรงที่สุด** กับโจทย์ (1-3 รายการ) +2. หา workflow ที่ **ใกล้เคียง** เพื่อเอาส่วนประกอบมาผสม (1-2 รายการ) +3. ดึง: `name`, `title`, `description`, `youtube_url`, `template_url` มาอ้างอิง + +### ขั้นที่ 3: ออกแบบ Workflow ที่ประยุกต์แล้ว +สร้าง: +- **Flow diagram** แบบ text (node → node → node) +- **Node list** พร้อมอธิบายหน้าที่ +- **ไอเดียประยุกต์** จากหลาย template รวมกัน +- **ลิงก์อ้างอิง** YouTube + template ที่เกี่ยวข้อง + +--- + +### ขั้นที่ 4: ถาม Delivery Mode — MANDATORY หลังวางแผนเสร็จ + +**ทุกครั้งที่วางแผน workflow เสร็จ** ให้ถามผู้ใช้ว่าต้องการให้ deliver ยังไง: + +``` +--- +✅ วางแผนเสร็จแล้ว! ต่อไปอยากให้ช่วยอะไรต่อ? + +🅐 📄 เอกสาร Blueprint (แนะนำ) + สร้างเอกสารบรรยายละเอียด สำหรับนำไปให้ AI ใน n8n (เช่น AI Agent Builder) + อ่านแล้ว paste เข้า n8n ให้ AI วาง workflow ให้เองอัตโนมัติ + +🅑 🖥️ CLI / SSH ติดตั้งบน VPS หรือ Cloud + Claude จะ SSH เข้า server แล้ว: + - ติดตั้ง n8n (Docker / npm) + - import workflow JSON ให้อัตโนมัติ + - ตั้งค่า environment variables + - ทดสอบ webhook endpoint + +🅒 📋 JSON Workflow พร้อม Import + สร้าง n8n workflow JSON ที่ copy-paste เข้า n8n ได้เลย + (Import > Paste from clipboard) + +🅓 🧩 Step-by-step คู่มือตั้งค่ามือ + อธิบายทีละขั้น node ต่อ node พร้อม screenshot guide + เหมาะถ้าอยากเข้าใจและทำเองทุกขั้น + +เลือกข้อไหน หรือบอกว่าต้องการแบบไหน? +``` + +--- + +#### 🅐 Blueprint Document Mode (เมื่อผู้ใช้เลือก A) + +สร้างเอกสาร Markdown ที่ครอบคลุม: + +```markdown +# [ชื่อ Workflow] — n8n Blueprint + +## วัตถุประสงค์ +[อธิบายว่า workflow ทำอะไร ทำไมถึงต้องทำ] + +## Architecture Overview +[แผนภาพ flow แบบละเอียด] + +## Nodes ทั้งหมด (ตามลำดับ) + +### Node 1: [ชื่อ Node] +- **Type**: [Webhook / Schedule / HTTP Request / ...] +- **หน้าที่**: [อธิบายชัดๆ] +- **การตั้งค่า**: + - Parameter: [ค่า] + - Authentication: [วิธี] +- **Output ที่ส่งต่อ**: [field names] + +### Node 2: ... + +## Credentials ที่ต้องเตรียม +| Service | ประเภท | วิธีขอ | +|---------|--------|--------| +| OpenAI | API Key | platform.openai.com | +| ... | ... | ... | + +## Environment Variables +``` +OPENAI_API_KEY=... +WEBHOOK_URL=... +``` + +## Error Handling +[บอกว่า node ไหนต้อง handle error ยังไง] + +## ขั้นตอน Import ใน n8n +1. เปิด n8n → Workflows → Import +2. Paste JSON หรือ... +3. ตั้งค่า credentials... +4. Activate workflow + +## คำสั่งสำหรับ AI ใน n8n +[Prompt ที่พร้อม paste ใน n8n AI Builder เพื่อให้ AI สร้าง workflow นี้] +``` + +--- + +#### 🅑 CLI / VPS Mode (เมื่อผู้ใช้เลือก B) + +ถามข้อมูลเพิ่มเติม: + +``` +สำหรับการติดตั้งผ่าน CLI ต้องการข้อมูลเพิ่ม: + +1. OS ของ server คืออะไร? + □ Ubuntu 20.04/22.04 □ Debian □ CentOS □ อื่นๆ + +2. มี n8n อยู่แล้วหรือยัง? + □ ยังไม่มี (ติดตั้งใหม่) □ มีแล้ว (แค่ import workflow) + +3. วิธี deploy n8n ที่ต้องการ: + □ Docker (แนะนำ) □ npm global □ Docker Compose + +4. มี domain / SSL หรือยัง? + □ มี domain พร้อมแล้ว □ ใช้ IP ตรงๆ ก่อน + +5. Cloud provider: + □ DigitalOcean □ AWS □ GCP □ Vultr □ อื่นๆ +``` + +จากนั้นสร้าง shell script พร้อม run: + +```bash +#!/bin/bash +# n8n Setup Script — [ชื่อ workflow] +# Generated by Claude AI + +# 1. ติดตั้ง Docker +curl -fsSL https://get.docker.com | sh + +# 2. รัน n8n +docker run -d \ + --name n8n \ + -p 5678:5678 \ + -e N8N_BASIC_AUTH_ACTIVE=true \ + -e N8N_BASIC_AUTH_USER=admin \ + -e N8N_BASIC_AUTH_PASSWORD=your_password \ + -e OPENAI_API_KEY=your_key \ + -v ~/.n8n:/home/node/.n8n \ + n8nio/n8n + +# 3. Import workflow +curl -X POST http://localhost:5678/rest/workflows \ + -H "Content-Type: application/json" \ + -d @workflow.json + +echo "✅ n8n ready at http://YOUR_IP:5678" +``` + +--- + +#### 🅒 JSON Workflow Mode (เมื่อผู้ใช้เลือก C) — "กด Play ได้เลย" + +**ขั้นตอนบังคับก่อน generate:** + +1. อ่าน `references/n8n-json-schema.md` — ดู node type + typeVersion ที่ถูกต้อง +2. เปิด `references/n8n-ready-templates.json` — หา template ที่ใกล้เคียงที่สุด +3. ถ้ามี template ตรง → ใช้เป็นฐาน แล้วแก้ให้ตรงโจทย์ +4. ถ้าไม่มี → ประกอบจาก node schemas ใน `n8n-json-schema.md` + +**กฎการ Generate JSON ที่ Valid:** +- ใช้ `typeVersion` ตรงตาม schema — ห้ามเดา +- Position: เริ่ม `[240, 300]` เพิ่มทีละ `[+250, 0]` +- Sub-nodes (AI Model, Memory) ต้องใช้ connection type พิเศษ (`ai_languageModel`, `ai_memory`) +- `active` ต้องเป็น `false` เสมอตอน generate +- Credential ID ให้ใส่ placeholder `"YOUR_XXX_CRED_ID"` พร้อมอธิบาย + +**Output format:** + +```` +## 📋 n8n Workflow JSON — พร้อม Import + +**วิธี Import:** +n8n → ⋮ (สามจุด มุมขวาบน) → Import from File → Paste JSON → Save + +```json +{ + "name": "ชื่อ Workflow", + "active": false, + "settings": { "executionOrder": "v1" }, + "nodes": [ ... ], + "connections": { ... } +} +``` + +**หลัง Import ต้องทำ:** +| ขั้นตอน | สิ่งที่ต้องทำ | +|---------|-------------| +| 1 | เปิด node [X] → เลือก Credential → [วิธีสร้าง credential] | +| 2 | แก้ค่า [Y] ใน node [Z] ให้ตรงกับของคุณ | +| 3 | กด Activate (toggle ขวาบน) | +| 4 | ทดสอบด้วย [วิธีทดสอบ] | +```` + +--- + +#### 🅓 Step-by-Step Manual Mode (เมื่อผู้ใช้เลือก D) + +อธิบายทีละขั้น เช่น: + +``` +### Step 1: สร้าง Webhook Node +1. คลิก "+" เพิ่ม node ใหม่ +2. ค้นหา "Webhook" +3. ตั้ง HTTP Method: POST +4. Copy URL ที่ได้: https://your-n8n.com/webhook/xxx +5. คลิก "Listen for test event" + +### Step 2: เพิ่ม OpenAI Node +... +``` + +--- + +## หมวดหมู่ Workflows ใน Database + +| หมวด | จำนวน | ตัวอย่าง workflow | +|------|--------|-----------------| +| **Business Automation** | ~95 | Error Handling, Proposal Generator, Hiring, CRM | +| **AI Agent / Memory** | ~54 | Personal Assistant, Calendar Agent, Zep Memory, Think Tool | +| **Social Media / Content** | ~46 | LinkedIn Posts, Viral Shorts, ASMR Videos, Carousel | +| **Lead Gen / Sales** | ~25 | Cold Email, Lead Qualifier, Sales Funnel, Outreach | +| **Voice / SMS** | ~21 | WhatsApp Agent, Voice Receptionist, Vapi, SMS | +| **RAG / Vector DB** | ~22 | Supabase RAG, Pinecone, Contextual RAG, Agentic RAG | +| **Email / Inbox** | ~15 | Gmail Manager, Outlook Inbox, Email Agent | +| **Scraping / Data** | ~13 | Google Maps, Apify, Firecrawl, Crawl4AI | +| **Multi-Agent** | ~10 | Orchestrator, Supervisor, Swarm, Research Team | +| **Video Generation** | ~12 | Faceless Video, HeyGen Avatar, Sora, Veo 3 | + +--- + +## Template Output ที่ควรให้ผู้ใช้ + +``` +## 🎯 โจทย์ของคุณ: [สรุปโจทย์] + +## 💡 Workflow ที่ใกล้เคียงใน Database: + +### 1. [ชื่อ Workflow ที่ตรงสุด] +📌 ทำอะไร: [อธิบาย 1-2 ประโยค] +🎥 YouTube: [youtube_url] +📦 Template: [template_url] +✅ ส่วนที่เอามาใช้: [บอกว่าเอา logic/node อะไรมา] + +### 2. [ชื่อ Workflow ที่เอามาผสม] +... + +## 🔧 Workflow ที่ออกแบบให้: + +[Trigger] → [Processing 1] → [AI Node] → [Output] + ↓ ↓ +[Error Handler] [Notification] + +### Node ที่ต้องใช้: +| Node | หน้าที่ | เครื่องมือ | +|------|---------|-----------| +| Trigger | รับ input | Webhook / Schedule / Form | +| ... | ... | ... | + +## ⚡ ไอเดียต่อยอด: +- [ต่อยอดด้วยการเพิ่ม X] +- [ประยุกต์ร่วมกับ Y ได้] +``` + +--- + +## Workflows สำคัญที่อ้างอิงบ่อย + +### AI Agent Patterns +- **AI Agent Blueprint** (Cole Medin) — 7 node types สำหรับ agent ที่สมบูรณ์ +- **Multi-Agent Orchestrator** (Nate Herk) — Sub-agent pattern +- **Human-In-The-Loop** (Nate Herk) — Telegram approval workflow +- **Think Tool Agent** (Mahmut) — Anthropic's Think method + +### Memory & RAG +- **AI Agent with Zep Memory** — Long-term relational memory +- **Contextual RAG** (Cole Medin) — Chunk + context + Supabase +- **Agentic RAG System** — Vector DB + SQL hybrid +- **RAG Document System** (Nate Herk) — Google Drive → Supabase + +### Content Automation +- **Viral Shorts Machine** — Google Sheets → AI → Video → Post +- **Multi-Agent Content Maker** — Research + 3 platform agents +- **Human-In-The-Loop Automation** — Draft → Telegram review → Post + +### Lead Gen / Sales +- **Lead Qualifier System** (Rory Ridgers) — Form → Scrape → Phone Call → Calendar +- **Deep Cold Email Outreach** — Apollo → AI icebreaker → Instantly +- **AI Resume Screening** (Nate Herk) — Gmail → Drive → OpenAI → Sheets + +### Voice & Messaging +- **Voice AI Receptionist** (Jono) — Vapi + Twilio + Calendar +- **WhatsApp AI Agent** — Meta API + OpenAI + Memory +- **SMS AI Agent** (Rory) — Twilio + Buffer Memory + Gmail + +--- + +## Nodes ที่พบบ่อยใน Database + +| หมวด | Nodes | +|------|-------| +| **Trigger** | Webhook, Schedule, Gmail Trigger, Google Drive Trigger, Telegram Trigger, Form | +| **AI/LLM** | OpenAI Chat Model, Anthropic, Gemini, OpenRouter, AI Agent Node | +| **Memory** | Window Buffer, Postgres Memory, Supabase Memory, Airtable | +| **Vector DB** | Pinecone, Supabase (pgvector), Neon | +| **Data** | Google Sheets, Airtable, Google Drive, HTTP Request | +| **Communication** | Gmail, Slack, Telegram, Twilio, LINE | +| **Scraping** | Apify, Firecrawl, Crawl4AI, HTTP Request | +| **Media** | ElevenLabs, HeyGen, Runway, Sora, FAL AI | +| **Output** | Google Docs, Slides, Drive, Gmail Send | + +--- + +## ตัวอย่างการประยุกต์ + +### โจทย์: "ทำ LINE Bot สรุปข่าวรายวันส่งพนักงาน" +**ค้นพบใน DB:** +- Newsletter Automation → pattern รวบข่าว + AI สรุป +- Multi-Agent Content Maker → research + formatting agents +- 9-Platform Social Poster → distribution pattern + +**ประยุกต์:** +``` +Schedule (ทุก 7am) + ↓ +HTTP → RSS/News API (หลายแหล่ง) + ↓ +AI Agent (สรุป + จัดหมวด) + ↓ +LINE Messaging API (push message) + ↓ +Google Sheets (log) +``` + +--- + +## วิธีอ่าน Database + +ไฟล์: `references/n8n-workflows-database.xlsx` + +```python +# columns ใน Sheet1: +# name - ชื่อ workflow (สั้น, searchable) +# title - หัวข้อ YouTube video +# description - อธิบาย workflow ละเอียด (สำคัญมาก!) +# creator - ผู้สร้าง (Nate Herk, Nick Saraev, Cole Medin, etc.) +# youtube_url - ลิงก์ดูวิดีโอ +# template_url - ลิงก์โหลด template +# date_posted - วันที่ post +``` + +**Creators หลักที่น่าเชื่อถือ:** +- **Nate Herk** — AI Agents, RAG, Production patterns (~120 workflows) +- **Nick Saraev** — Cold Email, Lead Gen, Business Automation +- **Cole Medin** — Local AI, RAG, Advanced Architecture +- **Jono Catliff** — Google Workspace, Voice, General Automation +- **Rory Ridgers** — Sales, CRM, Multi-agent Research +- **MagicOps AI** — Voice Receptionist, Retell AI + +--- + +## Reference Files ที่ต้องใช้ + +| ไฟล์ | ใช้เมื่อไหร่ | +|------|------------| +| `references/n8n-workflows-database.xlsx` | ขั้นที่ 2: ค้นหาไอเดียและ template ที่ใกล้เคียงจากฐานข้อมูลหลัก | +| `references/templates.md` | ขั้นที่ 2: ค้นหาเทมเพลตเพิ่มเติมจากคลังข้อมูลผู้ใช้ | +| `references/n8n-json-schema.md` | ขั้นที่ 4 Mode 🅒: ดู node type, typeVersion, parameters ที่ถูกต้อง | +| `references/n8n-ready-templates.json` | ขั้นที่ 4 Mode 🅒: หา base template สำหรับ use case ทั่วไป | + +--- + +## หมายเหตุสำคัญ + +1. **อ่าน `description` ของ workflow ที่เจอ** — มีรายละเอียด node และ tech stack ชัดเจน +2. **ดู `template_url`** — ส่วนใหญ่มี JSON template ให้โหลดฟรี +3. **ผสมหลาย workflow** — ไม่ต้องใช้แค่อันเดียว เอา pattern จากหลายอันมา combine +4. **บอก creator ให้ผู้ใช้** — ให้เขาไปดูวิดีโอ YouTube เต็มๆ เพื่อ implementation detail +5. **JSON ต้องมาจาก schema จริง** — ห้าม generate typeVersion หรือ node type จากความจำ ต้องอ่าน n8n-json-schema.md ก่อนเสมอ diff --git a/Community/n8n-automation-hub/references/n8n-json-schema.md b/Community/n8n-automation-hub/references/n8n-json-schema.md new file mode 100644 index 0000000..e074e81 --- /dev/null +++ b/Community/n8n-automation-hub/references/n8n-json-schema.md @@ -0,0 +1,503 @@ +# n8n Workflow JSON Schema — Reference สำหรับ Generate ที่ Valid + +## โครงสร้างหลัก (Root Object) + +```json +{ + "name": "ชื่อ Workflow", + "active": false, + "nodes": [ ...array of node objects... ], + "connections": { ...connection map... }, + "settings": { + "executionOrder": "v1" + }, + "staticData": null +} +``` + +> หมายเหตุ: ไม่ต้องใส่ `id` และ `versionId` ตอน generate ใหม่ n8n จะ assign ให้เอง + +--- + +## Node Object Structure + +```json +{ + "id": "uuid-v4-string", + "name": "ชื่อ Node (แสดงบน canvas)", + "type": "n8n-nodes-base.webhook", + "typeVersion": 2, + "position": [240, 300], + "parameters": { ...ขึ้นอยู่กับ type... }, + "credentials": { + "credentialTypeName": { + "id": "credential-id", + "name": "ชื่อ Credential" + } + } +} +``` + +**กฎ position:** +- เริ่มต้น: `[240, 300]` +- เพิ่มทีละ: `[+250, 0]` (แนวนอน) หรือ `[0, +150]` (แนวตั้ง) +- Branch: `[+250, -150]` และ `[+250, +150]` + +--- + +## Connections Structure + +```json +{ + "connections": { + "ชื่อ Node ต้นทาง": { + "main": [ + [ + { + "node": "ชื่อ Node ปลายทาง", + "type": "main", + "index": 0 + } + ] + ] + } + } +} +``` + +**Branch (IF node):** +```json +"IF": { + "main": [ + [ { "node": "True Branch Node", "type": "main", "index": 0 } ], + [ { "node": "False Branch Node", "type": "main", "index": 0 } ] + ] +} +``` + +--- + +## Node Types และ Parameters ที่ใช้บ่อย + +### 1. Webhook Trigger +```json +{ + "id": "uuid-1", + "name": "Webhook", + "type": "n8n-nodes-base.webhook", + "typeVersion": 2, + "position": [240, 300], + "parameters": { + "httpMethod": "POST", + "path": "my-webhook-path", + "responseMode": "onReceived", + "responseData": "allEntries" + } +} +``` + +### 2. Schedule Trigger +```json +{ + "id": "uuid-1", + "name": "Schedule Trigger", + "type": "n8n-nodes-base.scheduleTrigger", + "typeVersion": 1.2, + "position": [240, 300], + "parameters": { + "rule": { + "interval": [ + { + "field": "cronExpression", + "expression": "0 9 * * 1-5" + } + ] + } + } +} +``` + +### 3. Manual Trigger +```json +{ + "id": "uuid-1", + "name": "When clicking 'Test workflow'", + "type": "n8n-nodes-base.manualTrigger", + "typeVersion": 1, + "position": [240, 300], + "parameters": {} +} +``` + +### 4. Gmail Trigger +```json +{ + "id": "uuid-1", + "name": "Gmail Trigger", + "type": "n8n-nodes-base.gmailTrigger", + "typeVersion": 1, + "position": [240, 300], + "parameters": { + "pollTimes": { + "item": [{ "mode": "everyMinute" }] + }, + "filters": {} + }, + "credentials": { + "gmailOAuth2": { "id": "1", "name": "Gmail account" } + } +} +``` + +### 5. AI Agent Node +```json +{ + "id": "uuid-5", + "name": "AI Agent", + "type": "@n8n/n8n-nodes-langchain.agent", + "typeVersion": 1.7, + "position": [740, 300], + "parameters": { + "promptType": "define", + "text": "={{ $json.message }}", + "options": { + "systemMessage": "You are a helpful assistant." + } + } +} +``` + +### 6. OpenAI Chat Model (sub-node ของ AI Agent) +```json +{ + "id": "uuid-6", + "name": "OpenAI Chat Model", + "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", + "typeVersion": 1.2, + "position": [740, 480], + "parameters": { + "model": "gpt-4o-mini", + "options": { + "temperature": 0.7 + } + }, + "credentials": { + "openAiApi": { "id": "2", "name": "OpenAI account" } + } +} +``` + +**Connection สำหรับ sub-node (ai_languageModel):** +```json +"OpenAI Chat Model": { + "ai_languageModel": [ + [{ "node": "AI Agent", "type": "ai_languageModel", "index": 0 }] + ] +} +``` + +### 7. HTTP Request +```json +{ + "id": "uuid-7", + "name": "HTTP Request", + "type": "n8n-nodes-base.httpRequest", + "typeVersion": 4.2, + "position": [490, 300], + "parameters": { + "method": "POST", + "url": "https://api.example.com/endpoint", + "authentication": "genericCredentialType", + "genericAuthType": "httpBearerAuth", + "sendBody": true, + "bodyParameters": { + "parameters": [ + { "name": "key", "value": "={{ $json.value }}" } + ] + } + } +} +``` + +### 8. Google Sheets - Read +```json +{ + "id": "uuid-8", + "name": "Google Sheets", + "type": "n8n-nodes-base.googleSheets", + "typeVersion": 4.5, + "position": [490, 300], + "parameters": { + "operation": "read", + "documentId": { + "__rl": true, + "value": "YOUR_SHEET_ID", + "mode": "id" + }, + "sheetName": { + "__rl": true, + "value": "Sheet1", + "mode": "name" + } + }, + "credentials": { + "googleSheetsOAuth2Api": { "id": "3", "name": "Google Sheets account" } + } +} +``` + +### 9. Google Sheets - Append +```json +{ + "id": "uuid-9", + "name": "Append to Sheets", + "type": "n8n-nodes-base.googleSheets", + "typeVersion": 4.5, + "position": [990, 300], + "parameters": { + "operation": "append", + "documentId": { + "__rl": true, + "value": "YOUR_SHEET_ID", + "mode": "id" + }, + "sheetName": { + "__rl": true, + "value": "Sheet1", + "mode": "name" + }, + "columns": { + "mappingMode": "autoMapInputData", + "value": {} + } + }, + "credentials": { + "googleSheetsOAuth2Api": { "id": "3", "name": "Google Sheets account" } + } +} +``` + +### 10. Send Gmail +```json +{ + "id": "uuid-10", + "name": "Send Email", + "type": "n8n-nodes-base.gmail", + "typeVersion": 2.1, + "position": [990, 300], + "parameters": { + "operation": "send", + "toList": "={{ $json.email }}", + "subject": "แจ้งผลการจอง", + "emailType": "text", + "message": "={{ $json.message }}" + }, + "credentials": { + "gmailOAuth2": { "id": "1", "name": "Gmail account" } + } +} +``` + +### 11. Set Node (กำหนดค่าตัวแปร) +```json +{ + "id": "uuid-11", + "name": "Set Variables", + "type": "n8n-nodes-base.set", + "typeVersion": 3.4, + "position": [490, 300], + "parameters": { + "mode": "manual", + "assignments": { + "assignments": [ + { + "id": "field-1", + "name": "result", + "value": "={{ $json.data }}", + "type": "string" + } + ] + } + } +} +``` + +### 12. IF Node (แยก branch) +```json +{ + "id": "uuid-12", + "name": "Check Condition", + "type": "n8n-nodes-base.if", + "typeVersion": 2.2, + "position": [740, 300], + "parameters": { + "conditions": { + "options": { + "caseSensitive": true, + "leftValue": "", + "typeValidation": "strict" + }, + "conditions": [ + { + "id": "cond-1", + "leftValue": "={{ $json.status }}", + "rightValue": "success", + "operator": { + "type": "string", + "operation": "equals" + } + } + ], + "combinator": "and" + } + } +} +``` + +### 13. Code Node (JavaScript) +```json +{ + "id": "uuid-13", + "name": "Process Data", + "type": "n8n-nodes-base.code", + "typeVersion": 2, + "position": [740, 300], + "parameters": { + "jsCode": "const items = $input.all();\nreturn items.map(item => ({\n json: {\n ...item.json,\n processed: true,\n timestamp: new Date().toISOString()\n }\n}));" + } +} +``` + +### 14. Telegram - Send Message +```json +{ + "id": "uuid-14", + "name": "Send Telegram", + "type": "n8n-nodes-base.telegram", + "typeVersion": 1.2, + "position": [990, 300], + "parameters": { + "operation": "sendMessage", + "chatId": "={{ $json.chatId }}", + "text": "={{ $json.message }}", + "additionalFields": { + "parse_mode": "HTML" + } + }, + "credentials": { + "telegramApi": { "id": "4", "name": "Telegram Bot" } + } +} +``` + +### 15. Telegram Trigger +```json +{ + "id": "uuid-1", + "name": "Telegram Trigger", + "type": "n8n-nodes-base.telegramTrigger", + "typeVersion": 1.1, + "position": [240, 300], + "parameters": { + "updates": ["message"], + "additionalFields": {} + }, + "credentials": { + "telegramApi": { "id": "4", "name": "Telegram Bot" } + } +} +``` + +### 16. Window Buffer Memory (สำหรับ AI Agent) +```json +{ + "id": "uuid-16", + "name": "Window Buffer Memory", + "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", + "typeVersion": 1.3, + "position": [740, 480], + "parameters": { + "contextWindowLength": 10 + } +} +``` + +**Connection (ai_memory sub-node):** +```json +"Window Buffer Memory": { + "ai_memory": [ + [{ "node": "AI Agent", "type": "ai_memory", "index": 0 }] + ] +} +``` + +### 17. Sticky Note (คำอธิบาย) +```json +{ + "id": "uuid-17", + "name": "Sticky Note", + "type": "n8n-nodes-base.stickyNote", + "typeVersion": 1, + "position": [100, 200], + "parameters": { + "content": "## วิธีใช้\n1. ใส่ API Key ใน Credentials\n2. แก้ Sheet ID\n3. กด Activate", + "height": 200, + "width": 300, + "color": 3 + } +} +``` + +--- + +## Credentials ที่พบบ่อย + +| Service | credentialType | fields | +|---------|---------------|--------| +| OpenAI | `openAiApi` | apiKey | +| Gmail | `gmailOAuth2` | OAuth flow | +| Google Sheets | `googleSheetsOAuth2Api` | OAuth flow | +| Telegram | `telegramApi` | accessToken | +| Slack | `slackApi` | accessToken | +| LINE | `lineNotifyApi` | accessToken | +| Airtable | `airtableTokenApi` | apiKey | +| Anthropic | `anthropicApi` | apiKey | + +--- + +## ตัวอย่าง Expression ที่ใช้บ่อย + +```javascript +// รับค่าจาก node ก่อนหน้า +{{ $json.fieldName }} + +// รับค่าจาก node เฉพาะ +{{ $('Node Name').item.json.fieldName }} + +// วันเวลาปัจจุบัน +{{ $now.toISO() }} +{{ $now.format('DD/MM/YYYY') }} + +// ต่อ string +{{ 'สวัสดี ' + $json.name }} + +// เงื่อนไข +{{ $json.status === 'active' ? 'ใช้งาน' : 'ปิด' }} + +// Loop item index +{{ $itemIndex }} + +// Input ทั้งหมด +{{ $input.all() }} +``` + +--- + +## Common Errors และวิธีแก้ + +| Error | สาเหตุ | วิธีแก้ | +|-------|--------|---------| +| `unknown node type` | typeVersion ผิด | ใช้ typeVersion จาก schema นี้ | +| `Credentials not found` | credential id ไม่มีในระบบ | เปิด workflow แล้วเลือก credential ใหม่ | +| `Cannot read property of undefined` | expression ผิด path | ตรวจ field name ใน JSON output | +| `Workflow could not be activated` | Trigger node config ผิด | ตรวจ parameters ของ trigger | diff --git a/Community/n8n-automation-hub/references/n8n-ready-templates.json b/Community/n8n-automation-hub/references/n8n-ready-templates.json new file mode 100644 index 0000000..bb50b0a --- /dev/null +++ b/Community/n8n-automation-hub/references/n8n-ready-templates.json @@ -0,0 +1,477 @@ +{ + "templates": [ + + { + "id": "tpl-001", + "name": "Telegram Bot → AI Agent → Reply", + "description": "รับข้อความจาก Telegram → AI ประมวลผล → ตอบกลับ. เหมาะสำหรับ chatbot พื้นฐาน", + "useCase": ["chatbot", "telegram", "AI agent", "assistant"], + "credentialsNeeded": ["telegramApi", "openAiApi"], + "setupSteps": ["สร้าง Telegram Bot ผ่าน @BotFather", "ใส่ Bot Token ใน Telegram credential", "ใส่ OpenAI API Key"], + "workflow": { + "name": "Telegram AI Chatbot", + "active": false, + "settings": { "executionOrder": "v1" }, + "nodes": [ + { + "id": "node-1", + "name": "Telegram Trigger", + "type": "n8n-nodes-base.telegramTrigger", + "typeVersion": 1.1, + "position": [240, 300], + "parameters": { + "updates": ["message"], + "additionalFields": {} + }, + "credentials": { + "telegramApi": { "id": "YOUR_TELEGRAM_CRED_ID", "name": "Telegram Bot" } + } + }, + { + "id": "node-2", + "name": "AI Agent", + "type": "@n8n/n8n-nodes-langchain.agent", + "typeVersion": 1.7, + "position": [490, 300], + "parameters": { + "promptType": "define", + "text": "={{ $json.message.text }}", + "options": { + "systemMessage": "คุณคือผู้ช่วยอัจฉริยะ ตอบเป็นภาษาไทยเสมอ" + } + } + }, + { + "id": "node-3", + "name": "OpenAI Chat Model", + "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", + "typeVersion": 1.2, + "position": [490, 480], + "parameters": { + "model": "gpt-4o-mini", + "options": {} + }, + "credentials": { + "openAiApi": { "id": "YOUR_OPENAI_CRED_ID", "name": "OpenAI account" } + } + }, + { + "id": "node-4", + "name": "Window Buffer Memory", + "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow", + "typeVersion": 1.3, + "position": [640, 480], + "parameters": { + "contextWindowLength": 10 + } + }, + { + "id": "node-5", + "name": "Send Reply", + "type": "n8n-nodes-base.telegram", + "typeVersion": 1.2, + "position": [740, 300], + "parameters": { + "operation": "sendMessage", + "chatId": "={{ $('Telegram Trigger').item.json.message.chat.id }}", + "text": "={{ $json.output }}", + "additionalFields": {} + }, + "credentials": { + "telegramApi": { "id": "YOUR_TELEGRAM_CRED_ID", "name": "Telegram Bot" } + } + } + ], + "connections": { + "Telegram Trigger": { + "main": [[{ "node": "AI Agent", "type": "main", "index": 0 }]] + }, + "OpenAI Chat Model": { + "ai_languageModel": [[{ "node": "AI Agent", "type": "ai_languageModel", "index": 0 }]] + }, + "Window Buffer Memory": { + "ai_memory": [[{ "node": "AI Agent", "type": "ai_memory", "index": 0 }]] + }, + "AI Agent": { + "main": [[{ "node": "Send Reply", "type": "main", "index": 0 }]] + } + } + } + }, + + { + "id": "tpl-002", + "name": "Webhook → Process → Google Sheets + Email", + "description": "รับข้อมูลจาก form/webhook → บันทึก Google Sheets → ส่ง email ยืนยัน", + "useCase": ["form", "registration", "booking", "lead capture"], + "credentialsNeeded": ["googleSheetsOAuth2Api", "gmailOAuth2"], + "setupSteps": ["ตั้งค่า Google Sheets credential (OAuth)", "ตั้งค่า Gmail credential", "แก้ Sheet ID ใน node", "Copy webhook URL ไปใส่ใน form"], + "workflow": { + "name": "Form to Sheets + Email", + "active": false, + "settings": { "executionOrder": "v1" }, + "nodes": [ + { + "id": "node-1", + "name": "Webhook", + "type": "n8n-nodes-base.webhook", + "typeVersion": 2, + "position": [240, 300], + "parameters": { + "httpMethod": "POST", + "path": "form-submit", + "responseMode": "onReceived", + "responseData": "allEntries" + } + }, + { + "id": "node-2", + "name": "Save to Sheets", + "type": "n8n-nodes-base.googleSheets", + "typeVersion": 4.5, + "position": [490, 300], + "parameters": { + "operation": "append", + "documentId": { + "__rl": true, + "value": "YOUR_GOOGLE_SHEET_ID", + "mode": "id" + }, + "sheetName": { + "__rl": true, + "value": "Sheet1", + "mode": "name" + }, + "columns": { + "mappingMode": "autoMapInputData", + "value": {} + } + }, + "credentials": { + "googleSheetsOAuth2Api": { "id": "YOUR_SHEETS_CRED_ID", "name": "Google Sheets account" } + } + }, + { + "id": "node-3", + "name": "Send Confirmation Email", + "type": "n8n-nodes-base.gmail", + "typeVersion": 2.1, + "position": [740, 300], + "parameters": { + "operation": "send", + "toList": "={{ $('Webhook').item.json.body.email }}", + "subject": "ยืนยันการรับข้อมูลของคุณ", + "emailType": "text", + "message": "สวัสดีคุณ {{ $('Webhook').item.json.body.name }}\n\nเราได้รับข้อมูลของคุณเรียบร้อยแล้ว\nทีมงานจะติดต่อกลับภายใน 24 ชั่วโมง\n\nขอบคุณ" + }, + "credentials": { + "gmailOAuth2": { "id": "YOUR_GMAIL_CRED_ID", "name": "Gmail account" } + } + } + ], + "connections": { + "Webhook": { + "main": [[{ "node": "Save to Sheets", "type": "main", "index": 0 }]] + }, + "Save to Sheets": { + "main": [[{ "node": "Send Confirmation Email", "type": "main", "index": 0 }]] + } + } + } + }, + + { + "id": "tpl-003", + "name": "Schedule → Fetch Data → AI Summary → Telegram Report", + "description": "รันตามเวลา → ดึงข้อมูล API → AI สรุป → ส่งรายงาน Telegram", + "useCase": ["daily report", "news summary", "monitoring", "digest"], + "credentialsNeeded": ["telegramApi", "openAiApi"], + "setupSteps": ["แก้ cron expression ตามเวลาที่ต้องการ", "แก้ URL ของ API ที่ต้องการดึงข้อมูล", "แก้ Chat ID ของ Telegram"], + "workflow": { + "name": "Daily AI Report to Telegram", + "active": false, + "settings": { "executionOrder": "v1" }, + "nodes": [ + { + "id": "node-1", + "name": "Schedule Trigger", + "type": "n8n-nodes-base.scheduleTrigger", + "typeVersion": 1.2, + "position": [240, 300], + "parameters": { + "rule": { + "interval": [{ "field": "cronExpression", "expression": "0 8 * * 1-5" }] + } + } + }, + { + "id": "node-2", + "name": "Fetch Data", + "type": "n8n-nodes-base.httpRequest", + "typeVersion": 4.2, + "position": [490, 300], + "parameters": { + "method": "GET", + "url": "https://YOUR_API_ENDPOINT", + "options": {} + } + }, + { + "id": "node-3", + "name": "AI Summary", + "type": "@n8n/n8n-nodes-langchain.agent", + "typeVersion": 1.7, + "position": [740, 300], + "parameters": { + "promptType": "define", + "text": "=สรุปข้อมูลต่อไปนี้เป็นภาษาไทย กระชับ ชัดเจน:\n\n{{ JSON.stringify($json) }}", + "options": { + "systemMessage": "คุณคือผู้ช่วยสรุปข้อมูล ตอบเป็นภาษาไทย กระชับ ใช้ emoji ประกอบ" + } + } + }, + { + "id": "node-4", + "name": "OpenAI Chat Model", + "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", + "typeVersion": 1.2, + "position": [740, 480], + "parameters": { + "model": "gpt-4o-mini", + "options": {} + }, + "credentials": { + "openAiApi": { "id": "YOUR_OPENAI_CRED_ID", "name": "OpenAI account" } + } + }, + { + "id": "node-5", + "name": "Send to Telegram", + "type": "n8n-nodes-base.telegram", + "typeVersion": 1.2, + "position": [990, 300], + "parameters": { + "operation": "sendMessage", + "chatId": "YOUR_CHAT_ID", + "text": "=📊 รายงานประจำวัน {{ $now.format('DD/MM/YYYY') }}\n\n{{ $json.output }}", + "additionalFields": { + "parse_mode": "HTML" + } + }, + "credentials": { + "telegramApi": { "id": "YOUR_TELEGRAM_CRED_ID", "name": "Telegram Bot" } + } + } + ], + "connections": { + "Schedule Trigger": { + "main": [[{ "node": "Fetch Data", "type": "main", "index": 0 }]] + }, + "Fetch Data": { + "main": [[{ "node": "AI Summary", "type": "main", "index": 0 }]] + }, + "OpenAI Chat Model": { + "ai_languageModel": [[{ "node": "AI Summary", "type": "ai_languageModel", "index": 0 }]] + }, + "AI Summary": { + "main": [[{ "node": "Send to Telegram", "type": "main", "index": 0 }]] + } + } + } + }, + + { + "id": "tpl-004", + "name": "Gmail Trigger → AI Classify → Route → Auto Reply", + "description": "รับ email ใหม่ → AI จัดหมวด → แยก route → ตอบอัตโนมัติ", + "useCase": ["inbox automation", "email triage", "customer support", "lead response"], + "credentialsNeeded": ["gmailOAuth2", "openAiApi"], + "setupSteps": ["ตั้งค่า Gmail OAuth credential", "ใส่ OpenAI API Key", "แก้ system message ให้ตรงกับ category ที่ต้องการ"], + "workflow": { + "name": "Smart Email Router", + "active": false, + "settings": { "executionOrder": "v1" }, + "nodes": [ + { + "id": "node-1", + "name": "Gmail Trigger", + "type": "n8n-nodes-base.gmailTrigger", + "typeVersion": 1, + "position": [240, 300], + "parameters": { + "pollTimes": { "item": [{ "mode": "everyMinute" }] }, + "filters": {} + }, + "credentials": { + "gmailOAuth2": { "id": "YOUR_GMAIL_CRED_ID", "name": "Gmail account" } + } + }, + { + "id": "node-2", + "name": "Classify Email", + "type": "n8n-nodes-base.openAi", + "typeVersion": 1.7, + "position": [490, 300], + "parameters": { + "operation": "message", + "modelId": { "__rl": true, "value": "gpt-4o-mini", "mode": "list" }, + "messages": { + "values": [ + { + "role": "system", + "content": "จัดหมวดอีเมลต่อไปนี้ ตอบเป็น JSON เท่านั้น: {\"category\": \"support|sales|spam|other\", \"priority\": \"high|medium|low\", \"summary\": \"สรุปสั้นๆ\"}" + }, + { + "role": "user", + "content": "=Subject: {{ $json.payload.headers.find(h => h.name === 'Subject')?.value }}\n\nBody: {{ $json.snippet }}" + } + ] + }, + "options": {} + }, + "credentials": { + "openAiApi": { "id": "YOUR_OPENAI_CRED_ID", "name": "OpenAI account" } + } + }, + { + "id": "node-3", + "name": "Parse Response", + "type": "n8n-nodes-base.code", + "typeVersion": 2, + "position": [740, 300], + "parameters": { + "jsCode": "const raw = $input.first().json.message.content;\ntry {\n const parsed = JSON.parse(raw);\n return [{ json: { ...parsed, emailId: $('Gmail Trigger').first().json.id } }];\n} catch(e) {\n return [{ json: { category: 'other', priority: 'low', summary: raw } }];\n}" + } + }, + { + "id": "node-4", + "name": "Route by Category", + "type": "n8n-nodes-base.switch", + "typeVersion": 3.2, + "position": [990, 300], + "parameters": { + "mode": "expression", + "output": "={{ $json.category }}", + "rules": { + "rules": [ + { "outputKey": "support" }, + { "outputKey": "sales" }, + { "outputKey": "spam" } + ] + }, + "fallbackOutput": "none" + } + } + ], + "connections": { + "Gmail Trigger": { + "main": [[{ "node": "Classify Email", "type": "main", "index": 0 }]] + }, + "Classify Email": { + "main": [[{ "node": "Parse Response", "type": "main", "index": 0 }]] + }, + "Parse Response": { + "main": [[{ "node": "Route by Category", "type": "main", "index": 0 }]] + } + } + } + }, + + { + "id": "tpl-005", + "name": "Webhook → AI Agent + Tools → Response", + "description": "รับ request → AI Agent พร้อม tools (HTTP, Code) → ส่งผลกลับ. เหมาะสำหรับ API endpoint ที่ใช้ AI ตัดสินใจ", + "useCase": ["API with AI", "smart webhook", "AI backend", "agent API"], + "credentialsNeeded": ["openAiApi"], + "setupSteps": ["ใส่ OpenAI API Key", "เพิ่ม Tool nodes ที่ต้องการ", "ปรับ system message"], + "workflow": { + "name": "AI Agent API Endpoint", + "active": false, + "settings": { "executionOrder": "v1" }, + "nodes": [ + { + "id": "node-1", + "name": "Webhook", + "type": "n8n-nodes-base.webhook", + "typeVersion": 2, + "position": [240, 300], + "parameters": { + "httpMethod": "POST", + "path": "ai-agent", + "responseMode": "lastNode", + "responseData": "firstEntryJson" + } + }, + { + "id": "node-2", + "name": "AI Agent", + "type": "@n8n/n8n-nodes-langchain.agent", + "typeVersion": 1.7, + "position": [490, 300], + "parameters": { + "promptType": "define", + "text": "={{ $json.body.prompt || $json.body.message }}", + "options": { + "systemMessage": "You are a helpful AI assistant. Use available tools when needed. Always respond in Thai." + } + } + }, + { + "id": "node-3", + "name": "OpenAI Chat Model", + "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi", + "typeVersion": 1.2, + "position": [490, 480], + "parameters": { + "model": "gpt-4o", + "options": {} + }, + "credentials": { + "openAiApi": { "id": "YOUR_OPENAI_CRED_ID", "name": "OpenAI account" } + } + }, + { + "id": "node-4", + "name": "Format Response", + "type": "n8n-nodes-base.set", + "typeVersion": 3.4, + "position": [740, 300], + "parameters": { + "mode": "manual", + "assignments": { + "assignments": [ + { "id": "f1", "name": "response", "value": "={{ $json.output }}", "type": "string" }, + { "id": "f2", "name": "success", "value": true, "type": "boolean" }, + { "id": "f3", "name": "timestamp", "value": "={{ $now.toISO() }}", "type": "string" } + ] + } + } + } + ], + "connections": { + "Webhook": { + "main": [[{ "node": "AI Agent", "type": "main", "index": 0 }]] + }, + "OpenAI Chat Model": { + "ai_languageModel": [[{ "node": "AI Agent", "type": "ai_languageModel", "index": 0 }]] + }, + "AI Agent": { + "main": [[{ "node": "Format Response", "type": "main", "index": 0 }]] + } + } + } + } + + ], + + "howToUse": { + "step1": "ดูว่า use case ของผู้ใช้ตรงกับ template ไหน (ดูจาก useCase array)", + "step2": "Copy workflow object ออกมา", + "step3": "แทน YOUR_*_CRED_ID ด้วย placeholder ที่ชัดเจน เช่น <<ใส่ credential ID ของคุณ>>", + "step4": "แทนค่า hardcode เช่น Sheet ID, Chat ID ด้วย YOUR_SHEET_ID หรือ placeholder", + "step5": "แสดง JSON ให้ผู้ใช้ copy ไป Import ใน n8n", + "step6": "อธิบาย setupSteps ให้ผู้ใช้ทำตามหลัง import" + }, + + "importInstructions": "1. เปิด n8n → 2. คลิก Workflows → 3. คลิก ⋮ (สามจุด) มุมขวาบน → 4. Import from File หรือ Import from URL → 5. Paste JSON → 6. บันทึก → 7. ตั้งค่า Credentials → 8. กด Activate" +} diff --git a/Community/n8n-automation-hub/references/n8n-workflows-database.xlsx b/Community/n8n-automation-hub/references/n8n-workflows-database.xlsx new file mode 100644 index 0000000..feb1c25 Binary files /dev/null and b/Community/n8n-automation-hub/references/n8n-workflows-database.xlsx differ diff --git a/Community/n8n-automation-hub/references/templates.md b/Community/n8n-automation-hub/references/templates.md new file mode 100644 index 0000000..b415a72 --- /dev/null +++ b/Community/n8n-automation-hub/references/templates.md @@ -0,0 +1,2193 @@ +# n8n Automation Templates Library + +## Unlock the Next Evolution of Agents with Human-like Memory (n8n + zep) +- **Description**: This video demonstrates a complete workflow where an AI agent is built using n8n integrated with Zep for long-term relational memory. The system retrieves and filters user data via HTTP requests and code nodes, combining short-term memory from a PostgreSQL store with a dynamic knowledge graph from Zep. It uses Telegram for session-based interactions and optimizes API token usage with two memory management methods. The workflow, created by Nate Herk, is available as a free template via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1-ewG4vHJQ4nRShlO6aPEuq3e1E24H89D/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=kNsX2qu8jHY +- **ID**: kNsX2qu8jHY + +## Only 1% of n8n Builders Use This Trick (7x faster) +- **Description**: This video by Nate Herk demonstrates an advanced system that leverages parallel execution using subworkflows to drastically improve processing times in automation. It details how to configure parallelization by running workflow nodes individually for each item, discusses technical considerations like API rate limits and error handling, and shows how modular design yields reusable automation components. The free template is available via Nate Herk's community resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1Ley71JVdGrUo-fwASLo8JYl6kOIuCoS-/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=qNW9KaLe1nY +- **ID**: qNW9KaLe1nY + +## Generate 100s of Viral Podcast TikTok Clips & Reels with This AI System +- **Description**: This system automates the conversion of long-form podcast episodes into engaging short-form clips for TikTok, Instagram, and YouTube. It’s built entirely in n8n and integrates multiple tools: an RSS feed for scraping, the Visard API for automated video clipping, OpenAI for generating compelling captions, Google Sheets for data logging, and Gmail for notifications. The workflow processes content detection, highlight extraction, and clip generation autonomously. Created by Nick Saraev, this free template provides a complete, ready-to-run solution for social media content repurposing. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1GSHGp8PUI_7ZV8YXoollecxA7JdOLMt0/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=yueOIxkDig0 +- **ID**: yueOIxkDig0 + +## Watch Me Build an AI Resume Analysis System in 28 minutes (no code) +- **Description**: In this tutorial, Nate Herk builds a no-code AI resume analysis system using n8n. The workflow integrates Gmail triggers to capture resumes, uploads and converts files in Google Drive (handling Word docs, PDFs, and text files), extracts content, and leverages an AI agent with OpenAI’s chat model to analyze candidate strengths, weaknesses, risk/reward, and overall fit. The output is structured and then pushed to Google Sheets. A free workflow template is available via his free Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1dFPQN0ydpHBKzSHLg31eKA8Tv0GtmW_R/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=M0s6O8xtVUE +- **ID**: M0s6O8xtVUE + +## n8n Just Leveled Up RAG Agents (Reranking & Metadata) +- **Description**: This system demonstrates a no-code AI agent that enhances vector-based document retrieval with a Cohere-powered re-ranker and metadata filtering. It uses a Superbase vector database to store chunked data and dynamically applies metadata filters for targeted queries. The workflow refines results by reranking returned chunks, ensuring accurate extraction of rule-based content. Developed by Nate Herk, the system is available via a free template in his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1ee6skeDuBnYYV_9thU9bCnwYgc1sM-Ii/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=xWhX61651H8 +- **ID**: xWhX61651H8 + +## can't believe i built a $70k ai creative team in 66mins using only N8N +- **Description**: This system, created by Nick Saraev, is an end-to-end PPC automation workflow that scrapes high-performing ads from the Facebook Ad Library using an API (via Appify) and then processes the assets with AI. It leverages modules for HTTP requests, Google Drive for file storage and organization, Google Sheets for logging, and OpenAI for image analysis and creative prompt generation. The workflow transforms scraped ad components into customized creative assets. Free template available. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1ka5OJF-1NWZdM0aM0VA8lZ9AJYvh2cnP/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=GNmlnt52aSM +- **ID**: GNmlnt52aSM + +## This n8n Automation Does ALL My Meeting Prep While I Sleep +- **Description**: Mark Kashef demonstrates an advanced automation workflow that converts Calendly bookings into tailored AI-generated meeting prep audio files. This system captures booking details and uses the Perplexity API for deep research on both the attendee and their company. It then consolidates insights using OpenAI’s o3-mini for reasoning and text-to-speech for audio generation, before sending a personalized email via Gmail. The free template is available via Gumroad for immediate use. +- **Creator**: Mark Kashef +- **Template URL**: https://drive.google.com/file/d/1vH6R5eVJJGNTgDB88ZCkfyKqUgrFkY_q/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=9HBa364RZBk +- **ID**: 9HBa364RZBk + +## I Built a YT Strategist AI Agent That Makes Me $6k/mo (free template n8n) +- **Description**: This system is a fully automated YouTube strategist workflow built in n8n that scrapes and analyzes YouTube channels to extract top-performing videos from niche channels, analyzes titles for power words, evaluates thumbnails using OpenAI, and aggregates viewer comments for insight. It combines scheduled tasks (weekly and daily) with API integrations via Appify and Google Sheets to generate actionable video ideation and packaging. Developed and demonstrated by Nate Herk, this free template offers a complete guided setup for creating a data-driven content strategy. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1FnftwssvJBwXu9XNFnKnoKMj296a-w9r/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Ch-AWxvX2Jc +- **ID**: Ch-AWxvX2Jc + +## This AI System Posts Viral ASMR Shorts Hourly (free template) +- **Description**: A fully automated system using n8n integrates Google V3’s text-to-video AI to generate ASMR glass-cutting fruit videos. It employs an idea agent with a structured output parser to select unique subjects and a prompt agent to create cinematic, detailed video prompts. The workflow leverages foul API for video generation, Google Sheets for rotating recent items, and Botato for auto-posting on YouTube, Instagram, and TikTok. Created by Nate Herk, the free template is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1iyeZv71q308XlZXzxIKyNvnAd_CKoO9I/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=RvuPRX-b7Lc +- **ID**: RvuPRX-b7Lc + +## I Built an AI System that Onboards Clients in 30 Seconds (Free n8n Template) +- **Description**: This system automates new client onboarding via a form-triggered workflow. It creates client folders in Google Drive, sets up project lists and tasks in ClickUp, and configures a dedicated Slack channel with personalized welcome messages. An AI agent parses proposal and scoping documents to extract actionable tasks with due dates. The integration leverages APIs for Google Drive, ClickUp, Slack, and Gmail. Creator: Nolan Harper. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/1jGUC5vcD2W0cOhtIfDwLGdMtMw4OuROY/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=gXKzEt1ZG38 +- **ID**: gXKzEt1ZG38 + +## I Built an AI Agent that Builds Entire Teams of AI Agents in n8n (free template) +- **Description**: This workflow is a no-code system built by Nate Herk that uses an AI agent to generate complete JSON-based automation flows on demand. It integrates Slack triggers, Gmail, Calendar, and Google Sheets for logging, using Anthropic’s Claude Opus 4 for natural language processing and output generation. The system provides detailed configuration via sticky notes, API integration, and a step-by-step setup guide, making it ideal for rapidly deploying custom automations. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1YidfszPBryjmb2nC1Eeig94X187bnYmq/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Ik8OHT3w4pE +- **ID**: Ik8OHT3w4pE + +## Build A Facebook Ad Spy Tool With N8N (Sell for $2k+) +- **Description**: This system is a fully automated Facebook Ads Scraper and Analyzer built on n8n by Nick Saraev. It uses Appify to scrape Facebook’s Ad Library and categorizes ads into video, image, and text types. The workflow integrates OpenAI’s GPT-4.5 for rewriting ad copy, Gemini API for video analysis, and stores data in Google Sheets. Intelligent filtering and dynamic routing ensure accurate ad analysis. A free template is provided via Gumroad. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1whrqvO_wTk_NFhufCd3oqD0ZiSk9kaWI/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=0PJNiDuihBg +- **ID**: 0PJNiDuihBg + +## The Simplest Setup for FREE AI Video Analysis (n8n + Google Gemini) +- **Description**: This video demonstrates a fully automated workflow that uses a no-code engine to perform video analysis via Google Gemini. The system supports both local file uploads and YouTube URLs, employing polling to monitor the status of the video processing. It covers technical details such as setting up Google API credentials, configuring HTTP requests with header parameters, handling binary video data, and prompting Gemini for detailed analysis (e.g., summarization, insight extraction). The template is provided free through Nate Herk's Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1UYTwp5P0zyz-kpZrQ6vlVH36d-zkPZSM/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=acB2o6nwAn8 +- **ID**: acB2o6nwAn8 + +## Generate VIRAL AI Videos Using Veo 3 in N8N! (No Code - Free Template) +- **Description**: Creator Mahmut Kasimoglu demonstrates an advanced workflow system that automates viral AI video generation. The setup uses a manual trigger, Google Sheets for data retrieval, and an AI prompt agent to craft cinematic scripts. It integrates HTTP requests to FAL AI’s V3 model and employs Google’s flow tool for free video output via a looping status-check. The free template can be accessed via his Free Skool Community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/1N6CHyusk8ucayPuJswGlcpp7Rf2xe9dR/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=axBR8S7AepQ +- **ID**: axBR8S7AepQ + +## Watch Me Build a Graphic Design AI Agent Team That Works 24/7 (n8n) +- **Description**: In this comprehensive live build, Nick Saraev demonstrates a graphic design AI agent system developed in n8n. The workflow leverages OpenAI’s GPT Image 1 for automated logo, style guide, and gradient background generation, integrating Google Drive for file uploads and sharing, and using Replicate API for upscaling and revisions. With HTTP requests, iterative sub-workflows, and dynamic agent logic, this system refines visual assets in real-time. A free template is offered via Maker School. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1zVQCaCBccYJWNTAoSsuLUCaeGN8CRYcL/view?usp=drive_link https://drive.google.com/file/d/1qLal1xQDZPgUKe2ojKqEa8AiI5S5D6M2/view?usp=drive_link https://drive.google.com/file/d/1Rt6fUSjNZtWYESJSZHkfw5TeRUwOyAIz/view?usp=drive_link https://drive.google.com/file/d/1fkqt-ec9CIAWGxtwNy31OGueAGEuA6kF/view?usp=drive_link https://drive.google.com/file/d/16wtHAysAuS7rN76hTm5kSifMedZ0i_Mf/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=DrqR7a7lmBE +- **ID**: DrqR7a7lmBE + +## The Ultimate Guide to Local AI and AI Agents (The Future is Here) +- **Description**: Cole Medin’s masterclass details how to build a local AI system featuring an n8n workflow agent. The video covers setting up open‐source components such as Olama, Superbase, CRXNG, and Open Web UI to create a private, offline AI solution. It explains LLM configuration, quantization, Docker containerization, and cloud deployment while providing a free n8n agent JSON template for easy import. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1amYKoQv0mqN_Jhe9bxEhqJSiU7A_Vw7J/view?usp=drive_link https://drive.google.com/file/d/1iKSmt_tyavpEvit0fIQQQ2V_RLvmZWPg/view?usp=drive_link https://drive.google.com/file/d/1Q95VtcuCRdOfsLmvpoXvlNo-PKj39oAR/view?usp=drive_link https://drive.google.com/file/d/1d2bixc0qdq97bj3vFsKSXj7dlYFI_ArE/view?usp=drive_link https://drive.google.com/file/d/1O-N2NridLujr_PH0tWlYyLaAIbTsERj7/view?usp=drive_link https://drive.google.com/file/d/14aBnJ_yZWlzU25dC1VpnWR23DLNr1g8A/view?usp=drive_link https://drive.google.com/file/d/1XypTaRApkT1FMLQqH9vXsz5j-9wkw-Fg/view?usp=drive_link https://drive.google.com/file/d/1AGAIa55ot77KF_5Z3hMY5By4ziSKrQGG/view?usp=drive_link https://drive.google.com/file/d/1JJ78kPhPJ_tP8zqChWHEnhq13K65nhwc/view?usp=drive_link https://drive.google.com/file/d/1Xu9Egek6OYsIOcONMipJDhIZOKpkyqF5/view?usp=drive_link https://drive.google.com/file/d/1UV5KPK-3N9eHEyROEBujeYd76imhkz-0/view?usp=drive_link https://drive.google.com/file/d/1C9kQNI7dzyAFAe22uggted99xnNbb-0k/view?usp=drive_link https://drive.google.com/file/d/14QMXz8WS3y_pvEC2h_iBiAL_HP_J7aV1/view?usp=drive_link https://drive.google.com/file/d/1J3XIipadoaP26R75CJThe_TGVmmznwro/view?usp=drive_link https://drive.google.com/file/d/1EnYajiXsJqLj7Z5mrGH5gLgyEiH2wRma/view?usp=drive_link https://drive.google.com/file/d/15e7FTAwSaE4gQug90E2upjDv2enDI1Os/view?usp=drive_link https://drive.google.com/file/d/1Se-uu6ah8Xa5S9WOWem0ReenczBie54x/view?usp=drive_link https://drive.google.com/file/d/1ZzWw-472tlQjjaMYFVcVq0FGlJAfkK_8/view?usp=drive_link https://drive.google.com/file/d/1FPzQIUIPmDtzxAc4KYSQ4eGfDYqvX_rI/view?usp=drive_link https://drive.google.com/file/d/1xbH16wLu3vE83wKbIqkMpn6-2VaJrmzv/view?usp=drive_link https://drive.google.com/file/d/1-bnYywrZX40Axq5riiT90AvEquGzXJT0/view?usp=drive_link https://drive.google.com/file/d/1D1ZY7PkcLM85k67wYWMpYv_ONao-PW8z/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=mNcXue7X8H0 +- **ID**: mNcXue7X8H0 + +## Multi-Agent Systems Have NEVER Been EASIER to Build (n8n, no code) +- **Description**: In this detailed demonstration, Nate Herk shows how to build a multi-agent orchestrator system using n8n's visual drag-and-drop interface. The workflow breaks down a complex task into specialized sub-agents (email, contacts, calendar, content creation) that communicate via sub-workflows, enabling robust task delegation. Key components include integration with Gmail, Airtable, and model selection (GPT-4.1 mini, Flash), all configured in n8n to provide a reusable, modular AI automation system. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1fl1KfmH2DaQihE9-xTlQ52hoJ4CcPkzs/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=0iUNOmeU7O4 +- **ID**: 0iUNOmeU7O4 + +## I Built the Ultimate Browser Agent with No Code (n8n + Airtop) +- **Description**: This system is a no-code browser agent that automates remote browser interactions using Airtop and OpenRouter. It leverages a workflow setup with tools to start browser sessions, load URLs, query DOM elements, perform click & type actions, and end sessions, mimicking human behavior. The agent can handle tasks such as scraping, interacting with authenticated websites, and executing dynamic searches. Created by Nate Herk, the setup includes a free JSON template available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1tPjnN9OmaaFDN3NOn7jduYqqTOR83nEH/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ar37oypyATQ +- **ID**: ar37oypyATQ + +## Connect ChatGPTs New Image Model to n8n (Step-By-Step) +- **Description**: This system integrates OpenAI’s latest image generation model with an n8n workflow that programmatically creates and merges images. The blueprint demonstrates two concrete use cases: generating a standalone image from API responses and combining two images (fetched from Google Drive) into one output via aggregators and HTTP request nodes. It covers Base64 conversion, prompt customization, and API key setup. Developed by Jono Catliff. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1jd3WdfHF1S7d5X53Iwru_T7wFzmrcXtk/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=nGNm4IBZpGg +- **ID**: nGNm4IBZpGg + +## This AI Agent INSTANTLY Pulls Real-Time Insights from X (Bolt + n8n Setup) +- **Description**: Mark Kashef demonstrates an end-to-end automated solution that extracts real-time insights from X. This system integrates Bolt.new for the front-end interface, Supabase for backend edge functions, and a dedicated n8n workflow powered by Grok’s Live Search API. It features detailed cURL API integrations, custom prompt engineering for a Pulse agent to route queries, and mechanisms to overcome CORS issues, all available via a free Gumroad template. +- **Creator**: Mark Kashef +- **Template URL**: https://drive.google.com/file/d/1PpM0qBBIAMXdWg1-dZbzMzHa2tehbUgw/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=7NIN0KNcVdM +- **ID**: 7NIN0KNcVdM + +## Stop Hallucinations: Perfect Your n8n Prompts for Consistent Output +- **Description**: This system focuses on ensuring consistent, accurate, and reliable outputs from AI agents by optimizing prompt-engineering parameters. It details techniques such as precise temperature control, self-consistency, step-back prompting, and JSON structured output, all of which safeguard multi-step processes. The system is demonstrated with hands-on examples and a free template download, helping users automate error checking and logging within their workflows. Created by MagicOps AI. +- **Creator**: MagicOps AI +- **Template URL**: https://drive.google.com/file/d/172WmX3aishmCiM_c_vx0PfGBzH9Z48Vh/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=1uDXVb7zp0Q +- **ID**: 1uDXVb7zp0Q + +## How to set-up and build an SMS Ai Agent (free template) +- **Description**: In this system, Rory Ridgers demonstrates a workflow that builds an SMS-based AI agent using n8n. The solution integrates Twilio for SMS messaging, setting up a webhook to trigger the flow, and uses Google Sheets for temporary message buffering and context accumulation. The workflow incorporates wait nodes, code blocks, and Gmail API nodes for sending and receiving emails. A free template is available to replicate this specific SMS AI agent system. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1_FgNxEA1lw6tNcMgK8y7BLNmrsgtlvbf/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=_igpx9vXYvA +- **ID**: _igpx9vXYvA + +## Build Web Apps with Firebase Studio + n8n In 30 Mins (Beginner’s Guide) +- **Description**: This system builds a SEO audit web application using Firebase Studio and a free workflow that leverages webhooks to trigger an Appify-powered audit. The setup incorporates HTTP request modules, chat agents for grouping and formatting data, and an aggregator to merge SEO metrics from multiple pages into a dynamic dashboard. Created by Jono Catliff, the blueprint is available free via the provided Gumroad link. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1KpjLcnmTArk39AAkGDw25QWECoMHEWB9/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=MCRF1914Fxs +- **ID**: MCRF1914Fxs + +## This AI Agent Can Scrape and Screenshot the Web with No Code (n8n tutorial) +- **Description**: In this tutorial, Nate Herk demonstrates a no-code n8n workflow that leverages Firecrawl’s powerful search API to perform precise web scraping and full-page screenshots. The system integrates advanced query operators, including site filtering and keyword exclusion, via HTTP request nodes, and supports multiple output formats such as markdown, HTML, JSON, and full-page screenshots. Detailed steps for setting up API authentication using bearer tokens are provided. A free JSON template for this n8n workflow is available through the free Skool community resource. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1klYxj1CZI2sLFT_li6sUEJUESn4KIgSi/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=3Pim6uCASSE +- **ID**: 3Pim6uCASSE + +## How I 14x’d My YouTube Channel in 7 Days (AI + n8n Workflow Breakdown) +- **Description**: This workflow system automates YouTube channel growth by researching trending videos, filtering by views and recency, and then generating improved video metadata. It combines a form trigger, HTTP requests to a YouTube scraper and transcript API, Google Sheets for data management, and OpenAI nodes for thumbnail analysis and title/outline generation. Built entirely in n8n, creator Nolan Harper shares his free template from the AI Automation Vault to help you replicate the success. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/1aX49kZzkWZDXayl7uzMmtSfNNOw7J2fk/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=t6iPH93krzY +- **ID**: t6iPH93krzY + +## This Ai Phone Agent qualifies leads on Autopilot (free template) +- **Description**: This workflow ingests new lead submissions via a web form and automates end-to-end qualification. The system scrapes the lead’s website, converts HTML to markdown, and uses the Tavly API to fetch LinkedIn data which is then summarized using an LLM. The consolidated lead details are stored in an AirTable CRM before a Vapi-powered AI phone agent calls the lead to qualify them and schedule meetings via Google Calendar. Created and demonstrated by Rory Ridgers, the free template is included. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1KQpLyRi9HymVoAaI0Pu8beaUZymDybYk/view?usp=drive_link https://drive.google.com/file/d/1kDrPhkIet9UZHxxbDp5CskVcHKP1rJK4/view?usp=drive_link https://drive.google.com/file/d/1DIIb0jkXCJ3L1idDtRt4vfsAnFvv4leq/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=oU8K3i5KqEc +- **ID**: oU8K3i5KqEc + +## Set Up Google Credentials In n8n In 5 Mins (Gmail, Drive, Sheets & More) +- **Description**: This workflow demonstrates a comprehensive integration of Google Workspace services including Gmail, Drive, Sheets, Docs, Calendar, and Slides through an automation platform. The video meticulously covers configuration in the Google Cloud Console, API enablement, OAuth consent setup, and creation of web application credentials using redirect URIs. Led by Jono Catliff, it provides a free, step-by-step blueprint template for securely connecting and automating Google APIs. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1KEGYRGnI2mNleanuyZqkNR5EFbAwo1fU/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=H1Kt1adcr84 +- **ID**: H1Kt1adcr84 + +## I Built an AI SYSTEM For Viral Baby Videos (n8n) +- **Description**: This system automates the creation and posting of viral baby videos using an AI-driven workflow. It integrates Google Sheets as a database for tracking ideas and video statuses, leverages OpenAI for text and image generation, and utilizes 11 Labs for high-quality audio synthesis. The system employs headro.com for video rendering and sync, and it uploads finished videos to Google Drive and YouTube. Detailed node setups, HTTP requests, and API credential configurations are explained by Oleg Melnikov, the creator, in this comprehensive tutorial. +- **Creator**: Oleg Melnikov +- **Template URL**: https://drive.google.com/file/d/1WVWf24E8ZLLMYWJ1BPqRQarLC1htfQS7/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Q7pJcZAPuGc +- **ID**: Q7pJcZAPuGc + +## Create Faceless YouTube Videos on Autopilot with AI + n8n (steal this) +- **Description**: This n8n workflow automates faceless YouTube video creation by triggering from Google Sheets via a webhook and using AI agents for script generation (Anthropic), image creation (OpenAI), video merging (Credomat, RunwayML, and Replicate for captions), and audio synthesis (11 Labs). It breaks a video into dynamic scenes and automates the entire production process. Created by Jono Catliff, the blueprint is available for free. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1_rNeNA-OiXTdB_VoK5LYoWRN05FOwdf1/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=MjZSsasHSq8 +- **ID**: MjZSsasHSq8 + +## Create Your No Code AI Clone (HeyGen + n8n Full Guide) +- **Description**: This system automates AI clone video creation by integrating HeyGen's API in a no-code workflow. It uses HTTP request nodes for API authentication, dynamically pulls avatar and voice IDs, and implements polling loops with wait steps to check video status. The system processes scripted text inputs to trigger personalized video generation, ensuring error handling and smooth automation. Created by Nate Herk, it comes with a free template available via the community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1Uu0LdyybOcLnDIT4hLG1HA-nVleaZkJf/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=llm60n03x3c +- **ID**: llm60n03x3c + +## Slash no-shows with this Ai Agent (free template) +- **Description**: In this video, Rory Ridgers presents a complete automated workflow system that tackles the problem of meeting no-shows. The system is built using n8n and integrates a cow.com trigger, web scraping with HTML-to-markdown conversion, an AI agent for summarizing website and LinkedIn data via Tavly, and CRM updates in Airtable. It also uses Twilio for SMS notifications, Gmail for approval-based emails, and Google Calendar for event management. The free template is available to jumpstart your setup. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1vriUXwdVDod16jFjefSJo3A61olAQpo-/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=1kZzPslvbXg +- **ID**: 1kZzPslvbXg + +## I Built a 24/7 Viral Shorts Machine with No-Code (free n8n template) +- **Description**: This system is an automated content creation workflow that transforms a simple Google Sheet entry into high-quality viral social media shorts. It integrates multiple AI services including FAL’s Flux for image generation, Cling for video creation, ElevenLabs for audio synthesis, and Creatomate for stitching media together. Blotato is used for auto-posting to Instagram, TikTok, and YouTube. Built by Nate Herk, the workflow runs entirely on no-code principles and comes with a free template download via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1-znRsMWmFUFbr1lFUjLGr42azzMlxPEz/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=BcfjIBd49C8 +- **ID**: BcfjIBd49C8 + +## This Vapi AI Voice Agent Automates Your Calls (steal this) +- **Description**: In this detailed workflow by Jono Catliff, a voice AI receptionist is built using Vapi and integrated with an n8n automation system. The system leverages Twilio for phone number management and real-time call handling, while also automating invoicing via Go High Level and managing appointment scheduling. The blueprint provides JSON-based parameter formatting and tool coordination, all available for free. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/18zq0uteI3AbyhZuq7SuXbrWslGmnPAMu/view?usp=drive_link https://drive.google.com/file/d/1X01k1Ct6l96z51A8bvJOv_ox4rgCZh3W/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=XeyrdkFhh_U +- **ID**: XeyrdkFhh_U + +## I Built a Team of AI Copywriters in n8n With No Code (Free Template) +- **Description**: This video demonstrates a sophisticated no-code automation system that creates a team of AI copywriters for generating cold emails, VSL scripts, sales letters, and more. The workflow uses n8n to trigger specialized AI agents via OpenAI nodes with detailed context instructions, JSON queries, and assistant setups, while routing outputs to Google Docs. Creator Nolan Harper explains each step and provides a free template via his AI Automation Vault. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/1uEXNL2JtSe8iVkGhZ4tHWFZQUJ3IkfsV/view?usp=drive_link https://drive.google.com/file/d/1TR72fSRmRKm9b710pKQ2tNC7EwA9K_Ac/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=GoDmjHs7o-M +- **ID**: GoDmjHs7o-M + +## The Simplest Way to Automate Scraping Anything with No Code (Apify + n8n tutorial) +- **Description**: This system is a no-code data scraping workflow that links Apify's pre-built actors with an n8n automation setup. In the tutorial, Nate Herk demonstrates how to trigger an Apify actor via HTTP endpoints, incorporate a wait step to ensure complete data retrieval, and use polling techniques to systematically capture results such as TikTok video data and Google Maps leads. The walkthrough details API integration and asynchronous processing, and it comes with a free template available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/14es-gxH7oZykRPnrgbdEeIK-ECCcY5Xa/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=gZ_RLC25gCw +- **ID**: gZ_RLC25gCw + +## I Built an AI SYSTEM For Viral LinkedIn Posts (n8n) +- **Description**: This system automates the creation and publishing of viral social media posts on LinkedIn (with extensions for Instagram and Twitter) using an AI workflow. It integrates web research via Perplexity AI, quality text generation via Anthropic, and image creation with OpenAI Image API while ensuring visual consistency through reference images stored in Google Drive. Google Sheets hold the database of post ideas and statuses, while scheduled triggers auto-publish posts via LinkedIn nodes. Created by Oleg Melnikov, the system is demonstrated in a comprehensive, beginner-friendly tutorial and includes a free template for easy setup. +- **Creator**: Oleg Melnikov +- **Template URL**: https://drive.google.com/file/d/1rWO0ZJ76Sa2hmrXQVQY58n4IaM0e884f/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=YpXzTSZ6csw +- **ID**: YpXzTSZ6csw + +## NEW AI Agent - Chat with YOUR files from Supabase and Google Drive +- **Description**: This n8n workflow demonstrates an AI agent that interacts with files stored in Google Drive and Supabase. It details the process of uploading files, setting up Supabase tables via SQL, parsing content with YamaParse, and storing vectorized data for subsequent AI querying using OpenAI. The system includes duplicate checks, file updates, and webhooks to trigger the AI agent, all built by Mark and Philipp of 5minAI. +- **Creator**: 5minAI +- **Template URL**: https://drive.google.com/file/d/1Wd0kKcOyL84zjePOUnkJAKZVt5rlQ4pR/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=NB6LhvObiL4 +- **ID**: NB6LhvObiL4 + +## Scrape ANY Website Automatically with n8n + Apify (Full System Breakdown) +- **Description**: This system automates the extraction of business data from websites such as Google Maps using a no-code workflow that integrates Apify with an automation platform. It demonstrates the use of HTTP requests, dynamic JSON configurations, filters, loops, and array aggregators to scrape, filter, and aggregate data like phone numbers and emails. The workflow also pipes data into Google Sheets for further use, such as in cold email outreach. Created by Jono Catliff, the free blueprint is available for immediate download. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1KUXLIeeWbxR41E43sGWQFwb_w0aLmulE/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=PxQwzoPmP3M +- **ID**: PxQwzoPmP3M + +## This Multi-Agent system can research ANYTHING (free n8n template) +- **Description**: Rory Ridgers presents a sophisticated multi-agent research system built with a workflow platform. This system delegates tasks across specialized AI agents powered by GPT-4 mini and integrated memory nodes. It handles market, company, and social media research by leveraging HTTP requests, Tavly API for advanced searches, and dedicated workflows for scraping and data conversion. The solution also uses Appify for LinkedIn and Instagram profile data extraction. Free templates are provided to get started immediately. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/19csBF7f40IvE-Q0KQSqCul2JjgHLoZ9H/view?usp=drive_link https://drive.google.com/file/d/1xD6RrWEkAynJo3Ci9UpLocep7o4hMtGl/view?usp=drive_link https://drive.google.com/file/d/1CmJykI1mb04Mk33-bS0aPWleIUOZo49G/view?usp=drive_link https://drive.google.com/file/d/1VFzm_9-xTxNnzlptbosBKSJ4fLbrGoaW/view?usp=drive_link https://drive.google.com/file/d/14p9y2B0KnOFJqnMWdkFmzZEJFZc2hWdk/view?usp=drive_link https://drive.google.com/file/d/1PN61vp11bwnwVetjn7W1jiAeJyCvtHUw/view?usp=drive_link https://drive.google.com/file/d/1FLTlUWdrBHZT397R_627Tmz9zfzPfaK3/view?usp=drive_link https://drive.google.com/file/d/1cCXjoIt3Q3HNhJBYhblMihm1_JYDaXEL/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ciogxooQelQ +- **ID**: ciogxooQelQ + +## Give Me 28 Minutes and I'll Completely Change the Way You Build AI Agents +- **Description**: Cole Medin demonstrates a comprehensive AI agent system using a free n8n workflow template. The blueprint divides the agent into 7 key nodes—LLM, tool, control, memory, guardrail, fallback, and user input—arranged as an interdependent graph. This system handles dynamic reasoning, error fallback, and human-in-loop approvals, while integrating external services like BrightData and AirTable for real-time data access. It offers a robust, modular approach to automating complex AI tasks. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1fzLIcpW45xlkY6zVpDcs4Qk8wGPEWGF0/view?usp=drive_link https://drive.google.com/file/d/1op5NDt8lE19Y_q1I_8226a72EkPwgBuN/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=TV8SyEuSMIA +- **ID**: TV8SyEuSMIA + +## This AI System Creates & Posts Faceless Shorts 24/7 (free n8n template) +- **Description**: This system automates the creation, rendering, and posting of AI-generated faceless shorts across YouTube, Instagram, and TikTok. It features AI agent prompt generation for scene creation, image processing via PI API, video assembly with Creatomate, data handling through Google Sheets, and scheduling via Blotato. Developed using n8n, Nate Herk provides a free template within his Skool community to get you started. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1XwPsOnmdx-ZJ1whhRBrCzuPIx2KwOIjK/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=jkEEVYFzT1U +- **ID**: jkEEVYFzT1U + +## APIs for AI Agents: The Only Beginner’s Guide You’ll Ever Need (n8n) +- **Description**: In this video, Nate Herk demonstrates how to build an AI agent workflow inside a no-code automation platform by integrating external APIs via HTTP requests. The tutorial explains in detail how to set up native integrations and manually configure HTTP requests using curl commands, JSON body parameters, and header authentication. It covers integration with services like Open Weather Map, Perplexity, and Tavi, clarifying error responses and best practices. Free resources for setting up this system are provided via his free community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1hXgATSqAxf_J62Qgm0XdkgQAm_jeE_R6/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=qZkX_gIlwsY +- **ID**: qZkX_gIlwsY + +## I Built a 24/7 AI Sales Assistant (Free Download Inside) +- **Description**: This comprehensive workflow by Nolan Harper uses n8n to deliver a 24/7 AI sales assistant tailored for automating lead capture and personalized follow-up. The system integrates Google Sheets for CRM data management, HTTP nodes to invoke the Tavi API for real-time company research, and advanced AI agents (using GPT-4) to generate custom email subjects, persuasive email bodies, and SMS messages. It also leverages testimonial data and filtering techniques for optimal sales engagement. A free template is available via the AI Automation Vault. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/1S9X2BA_VdqYU8WuCV_ScQTlL-7HVLUXm/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=1XPu71Hw_ck +- **ID**: 1XPu71Hw_ck + +## The Secret to Making AI Agents 100% Reliable - Human in the Loop (n8n) +- **Description**: This system automates a human-in-the-loop workflow for approving AI-generated social media content using a no-code environment. It integrates Telegram as the communication channel, utilizes a content creation agent powered by GPT-4.1 along with Tavly search for real-time research, and employs dynamic set nodes for iterative revisions. Built by Nate Herk, the system supports both yes/no approvals and free-text feedback for revisions. A free template to replicate this workflow is available in his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1f5W6h6lIphgulyZwwcuhKqSQzFCtE0P8/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=CdnR-fNVPKI +- **ID**: CdnR-fNVPKI + +## The EASIEST Possible Strategy for Accurate RAG (Step by Step Guide) +- **Description**: Cole Medin’s workflow showcases a robust RAG system enhanced with contextual retrieval. The system uses Google Drive triggers, custom JavaScript for text chunking, and an additional LLM call (using cost‐efficient models like GPT 4.1 nano with prompt caching) to prepend context to each chunk. Embedded in a Neon serverless Postgres (or similar vector database), this design improves document retrieval accuracy for AI agents. The free template is available via GitHub. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1Reoo3rAtAujEFVusHNbReSVE67CZuoFq/view?usp=drive_link https://drive.google.com/file/d/1nGKHGNI94SkBdY5iS0zI4V1WfYAqfpRK/view?usp=drive_link https://drive.google.com/file/d/1oy8QHnbYx8IkBXuyf1F3LvmYlREm_yYA/view?usp=drive_link https://drive.google.com/file/d/1yebfm_KFgJnCctuT4hyq3G4EZ_qXFQkq/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=z_LGan-t2Mo +- **ID**: z_LGan-t2Mo + +## Hijack Viral LinkedIn Posts (No Cold DMs) +- **Description**: This system automates LinkedIn lead generation using a no‑code workflow that scrapes comments from viral posts and enriches contact data in Airtable. It incorporates API scrapers to fetch post details and profile information, applies LLM-based qualification for lead intent, and generates personalized DMs. Built entirely in an n8n framework by MagicOps AI, the system streamlines high intent lead capture, ensuring efficient and tailored outreach. +- **Creator**: MagicOps AI +- **Template URL**: https://drive.google.com/file/d/1eg3xhPiyj_95ipMDgf4om9T-HWMysO18/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=JftnNwvagKA +- **ID**: JftnNwvagKA + +## 1,200+ Content Ideas Per Day with AI (Free Template) +- **Description**: This workflow automates content ideation by scraping YouTube comments via an HTTP request to an Appify actor, then processing them with AI nodes using OpenAI models. It filters and extracts comments containing content ideas, performs real-time research via a Tavi integration, and finally updates the results in Google Sheets. Built entirely in n8n with robust JSON data handling and API integrations, this free template is created by Nolan Harper. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/1bLDkLPbiK11yjYvcUWxLTVGZZyiHg2gM/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Xno2IGHfSDo +- **ID**: Xno2IGHfSDo + +## I Deep-Personalized 1000+ Cold Emails Using THIS AI System (FREE TEMPLATE) +- **Description**: In this video, Nick Saraev demonstrates a comprehensive workflow that automates the personalization and sending of 1000+ cold emails using a free AI system built in n8n. The setup integrates tools like Apollo for lead data, Apify for scraping, Instantly for email delivery, and Google Sheets for data management. It employs HTTP requests, HTML extraction, markdown conversion, and OpenAI’s GPT-4.1 to generate highly tailored icebreakers, making it an end-to-end, robust cold email automation system. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1mEJe6n3ohryVRm58sCBqfO5kyh-r49fb/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=oAWe5wFwHlo +- **ID**: oAWe5wFwHlo + +## This marketing agent automates EVERYTHING (free n8n template) +- **Description**: Rory Ridgers presents a free template for a marketing automation AI agent built in n8n. This workflow scrapes Google via Tavi and Instagram via Ampify to gather current social media and news data. Multiple LLM agents are used to summarize content, plan blog posts and social media updates, generate images through a GPT image generation API, and update results to Google Sheets and Google Drive. The system also includes integration with a custom web hook interface via Commonous Agents. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1pLK1tuB8EOPLEeGIshFrlXGJFffduwVx/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=7TUPVDIcD3k +- **ID**: 7TUPVDIcD3k + +## How I Auto Track AI Agent Actions and Token Usage (n8n tutorial) +- **Description**: This system provides a comprehensive workflow to track AI agent actions and token usage within an n8n setup. The tutorial details how to log initial inputs, intermediate steps, API calls, tool integrations (such as sending emails, retrieving contacts), and error handling into a Google Sheet using JavaScript nodes. Creator Nate Herk explains both the success and error branches, detailing cost calculations and observability, and offers a free downloadable JSON template via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/10WibhA7rvZoFvyS3ywOK9xy9dRJvXK_p/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=vVdS-ZEFf50 +- **ID**: vVdS-ZEFf50 + +## This n8n AI Agent will AUTOMATE your Carousels and Slideshows 🍄 +- **Description**: This system automates the creation and posting of carousels and slideshows for various social media platforms. It uses a fully configured workflow in n8n, featuring an AI agent powered by ChatGPT for generating quotes and image prompts, and integrates with the Blotato API to generate and publish content. The automation supports scheduling, structured output parsing, and multi-platform publishing including Instagram, TikTok, Twitter, and more. Creator Sabrina Ramonov offers a free template for direct import. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: https://drive.google.com/file/d/1ScC7DzKkVN8nLUzBuf7gNedagumbCXne/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Ev3xBsldyBk +- **ID**: Ev3xBsldyBk + +## My $27K/m Ai Proposal System in n8n (Free Template) +- **Description**: In this video, Nolan Harper demonstrates a comprehensive AI-driven proposal generator system. The workflow automates the creation of personalized sales proposals by using form triggers (via JotForm), Google Drive for template management and file conversion, and OpenAI for transcribing sales call recordings and generating dynamic content. The system integrates multiple nodes in n8n to seamlessly pull data, update documents, and send PDF proposals, all available with a free template. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/1RFt5KLTFdzjIuhCWJ3SsxVMFNYK2Voi5/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=FTaTMj0u0II +- **ID**: FTaTMj0u0II + +## Scrape Unlimited Leads WITHOUT Paying for APIs (99% FREE) +- **Description**: This system scrapes email leads from Google Maps using a free n8n workflow. It leverages HTTP request nodes for fetching Google Maps search results, custom JavaScript with regex (reax) for parsing URLs and emails, and filtering nodes to remove unwanted domains and duplicates. The workflow also integrates loop and wait nodes to manage rate limits and extracts data from Google Sheets. Built by Nick Saraev, it provides a comprehensive, automated lead scraping solution. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1Kxsl2-sbZGKPqY_X2nluN6aujuTqbcux/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=OroDNJl-pyc +- **ID**: OroDNJl-pyc + +## This AI Agent Picks Its Own Brain (10x Cheaper, n8n) +- **Description**: Created by Nate Herk, this no-code system uses a Slack trigger to dynamically select the best large language model based on user input. The workflow routes tasks to free or cost-effective models (e.g., Gemini 2.0 Flash, GPT 4.1 Mini, Claude 3.7 Sonnet) via OpenRouter. It integrates logging with Google Sheets and employs Superbase for RAG-based document querying, optimizing performance and cost. Free template resources are available through the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1bI39O_RM8Kq7F0zfWALQdW6DjITh6m3w/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=gwCQF--cARA +- **ID**: gwCQF--cARA + +## Automate Lead Generation and Email Personalization in Minutes with n8n! (Free Template) +- **Description**: This workflow automates lead generation and personalized email outreach in a two-step process. It sources leads from Apollo via an HTTP actor (using Epifi) and filters, deduplicates, and maps data into Google Sheets before passing it to an AI agent powered by OpenAI for personalized email drafting. A schedule trigger controls email dispatch limits. Created by Mahmut Kasimoglu | AI Automation, the free template is available via his Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/1ENxEyIhlHwtUCq5zyrCw6lDTFjksFlcz/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ZD2DlnuqCrA +- **ID**: ZD2DlnuqCrA + +## How I Automated Product Videography with AI (Step by Step n8n Tutorial) +- **Description**: This workflow automates product videography by capturing a product photo, title, description and email via a form trigger. The system uploads the image to Google Drive, then uses an AI agent (via OpenRouter with GPT-4.1) to generate a text image prompt. It processes the image with OpenAI's image edit API, converts the result and hosts it on ImageBB, and finally, uses the Runway API to generate a 10-second video before sending the outputs via Gmail. Created and demonstrated by Nate Herk, free template resources are available in his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1jtRDbCceuf1h6J52kU7lZJS8q1LKHusP/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=qV7xOEKEBDA +- **ID**: qV7xOEKEBDA + +## AI System Writes 10,000+ Personalized Cold Emails (Free Template) +- **Description**: This system is a no-code AI automation workflow for personalized cold email outreach. It scrapes prospect data using an Apollo integration, processes the data with HTTP and Google Sheets nodes, and employs an AI agent (via ChatGPT) to generate custom, human-like email icebreakers. The automation then sends the enriched leads into a cold email campaign using Instantly. Created by Nolan Harper, the template is available for free in his AI Automation Vault. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/1SzkKEMV6mdMLltG_ZA7W0lT2lng7pszn/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=2Utdn12JSK4 +- **ID**: 2Utdn12JSK4 + +## This Lovable + n8n Hack Builds Web Apps FOR You In Minutes (No Coding) +- **Description**: This workflow leverages Lovable’s natural language coding tool integrated within an n8n automation to create custom web applications in minutes. The system uses webhook triggers, HTML scraping for website content cleanup, and API calls like Dolly3 for image generation and OpenAI for text creation. User inputs such as company name, industry, and website URL are processed to dynamically generate tailored social media posts. The free blueprint template, provided by creator Jono Catliff, allows users to import and run the complete workflow immediately. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1g1By_B5MBr1R7KDdHvN4NHAaf9Ysmi8g/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=i08K-l8pjfs +- **ID**: i08K-l8pjfs + +## I Built a Marketing Team with 1 AI Agent and No Code (free n8n template) +- **Description**: This system builds an all-in-one AI marketing team using no-code automation. The workflow integrates multiple AI agents that create and edit images, generate LinkedIn posts, blog articles, and video content automatically via a Telegram interface. It leverages OpenAI’s image and editing endpoints, Google Drive and Sheets for logging, external APIs like Runway and CreativeMate for video rendering, and Flux image generation via HTTP requests. Created by Nate Herk, the video provides a free template through a Skool community resource. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1a9FskKLV_AgxUNPgb_CUOLKke97Ox3Sx/view?usp=drive_link https://drive.google.com/file/d/1WEWSJJZmMCg_Ii4U2I0fO-2xJwil_bVL/view?usp=drive_link https://drive.google.com/file/d/171-HNdf_RkGeVTZQppEANBzjRT8f42Ij/view?usp=drive_link https://drive.google.com/file/d/152aOdjNfmL--KpXTFj1m5Bw-mQkLI8N3/view?usp=drive_link https://drive.google.com/file/d/1yT36iHGZKk0mYLVvLnEgFDE87Tcr3Ore/view?usp=drive_link https://drive.google.com/file/d/1dN1KqlBJZsps_ww5sH2oSvl420AtjYY7/view?usp=drive_link https://drive.google.com/file/d/11OdlUx1lpDR57BFgWKRl0Nq795Au7f4b/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ldETapkr8Hg +- **ID**: ldETapkr8Hg + +## This EASY AI Agent System Creates Faceless Videos on Auto Pilot! (Free n8n and Make templates 🍄) +- **Description**: This system automates the creation and publishing of faceless videos via an AI agent workflow. It uses an initial node to brainstorm and write video scripts, then calls a unified API to generate AI videos with voiceovers, images, and animations. The workflow further includes steps for video rendering and publishing on social media. Developed by Sabrina Ramonov, this free template integrates various AI and API services for seamless content automation. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: https://drive.google.com/file/d/1OcC7yl7UGsEJbK2Sty0GiNxKAX0jlJX4/view?usp=drive_link https://drive.google.com/file/d/1q6rJa6kudBtTTxeZKfwRT_F2PcTHGONa/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=0qf0blCB4Mc +- **ID**: 0qf0blCB4Mc + +## This n8n Agent Creates & Edits Images with OpenAI’s New Image API +- **Description**: This system is a complete workflow built in n8n that integrates with OpenAI’s new Image API for generating and editing images via natural language prompts. It includes three subflows: one to create images using models like gpt-image-1 (with support for Dolly 2 and Dolly 3), one to edit images by referencing existing assets, and one to log details in Google Sheets. The automation features an AI agent that smartly routes commands based on context and converts images to Base64 for Google Drive storage. Created by Mark Kashef, it offers a free downloadable template for immediate use. +- **Creator**: Mark Kashef +- **Template URL**: https://drive.google.com/file/d/1-J4bR_Xx6v_eBNqLV9-dEMNf4b9qz1p2/view?usp=drive_link https://drive.google.com/file/d/1ZPOll5ZvYVvir_84JZSaSDtWwi6nn0zr/view?usp=drive_link https://drive.google.com/file/d/1-3_hYyaIYBZPDdLkaTVVTM4-H4Yg75ll/view?usp=drive_link https://drive.google.com/file/d/1P1fq0hB2v2156GqlX7DEevxXkrvDOaff/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=YqEtFVAV7M8 +- **ID**: YqEtFVAV7M8 + +## I Built an AI SYSTEM For Viral Faceless Shorts (n8n) +- **Description**: This system is a fully automated AI pipeline designed to create viral faceless shorts. It uses scheduled triggers to pull data from Google Sheets, generate fresh content ideas through chat-based AI, and produce visuals with PI API (16:9 aspect ratio). Videos are created via runway ML (using gen3/4 models), merged with CreateTomate, and finally published on YouTube through Google Cloud’s API integrations. Developed by Oleg Melnikov, the workflow is available as a free template. +- **Creator**: Oleg Melnikov +- **Template URL**: https://drive.google.com/file/d/1tKfWJp_sYJkF-evhwWfJ8PZtgKIKBfqV/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=oMcLgseGER0 +- **ID**: oMcLgseGER0 + +## This ChatGPT SECRET Automates Nearly Everything (connect 10K+ apps with n8n) +- **Description**: This system integrates ChatGPT with a multi-app workflow to automate tasks such as call scheduling, invoice processing, and spreadsheet updates. It leverages free blueprints that guide users through setting up custom webhook triggers, API integrations, and a custom GPT generator. Key components include HTTP GET/POST methods, Google Sheets, and third-party API interactions, demonstrated by creator Jono Catliff. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1u7pLhTuXyh_wVFpzNMyj5n3JVEgN9lF8/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=YcDLVPYIRSA +- **ID**: YcDLVPYIRSA + +## Use OpenAI’s NEW Image Generation API with n8n to create stunning images (Step by Step Tutorial) +- **Description**: MagicOps AI demonstrates a workflow that connects OpenAI’s new image generation API with an automation platform to create stunning visuals. The system uses HTTP request nodes to call the API, processes Base64 strings to convert images to files, and integrates Google Drive for storage. It supports both text-to-image and image-to-image transformations for generating recipe images and enhancing product photos. Free template available via Gumroad. +- **Creator**: MagicOps AI +- **Template URL**: https://drive.google.com/file/d/1t4D_qE2hlc-ao6Fi0U2Zo1L3UvLwWgA8/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=SAUxo5fcLMs +- **ID**: SAUxo5fcLMs + +## Build a No-Code AI Customer Support System That ACTUALLY Works +- **Description**: This video details a comprehensive no-code automation system for customer support built using n8n. The workflow integrates community posting (using Circle), a ticketing dashboard via Airtable, and an AI agent that leverages a search tool and perplexity API to provide tailored responses. The system automatically creates, updates, and resolves support tickets, ensuring efficient status tracking. Developed by Ben AI, it features HTTP webhooks, API calls, manual mapping, and automated status updates for real-time support. +- **Creator**: Ben AI +- **Template URL**: https://drive.google.com/file/d/1VVhH-po9vp3OWewlxNAuCNWnAZQD1Dmi/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=mJwZPK2A7cM +- **ID**: mJwZPK2A7cM + +## OpenAI's Image API Just Changed the Game (save 10+ hours/week, n8n tutorial) +- **Description**: In this workflow, Nate Herk demonstrates a comprehensive AI automation system for marketing on LinkedIn. The process begins with a form submission gathering email, post topic, and target audience, and then uses two AI agents: one to generate a research-backed post and another to convert it into a dynamic image prompt. The system integrates the OpenAI Image Generation API, Tavi for web search, and HTTP request tools for API calls along with binary conversion. A free template is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1dbB79dIiKGkotbZcPNVk4pNPoczN_vnj/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ACkHpQQnfxQ +- **ID**: ACkHpQQnfxQ + +## Automate Your Job Search With LinkedIn & n8n +- **Description**: This n8n workflow automates the entire job application process on LinkedIn. It creates a custom RSS feed to pull job listings, extracts job details via HTTP requests, and employs OpenAI (using GPT models) to rate job fit and generate tailored cover letters. The workflow also updates a Google Sheet to deduplicate and store job data. Created by Jono Catliff, the system is delivered with a free blueprint template on Gumroad. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1wwXndI5OydELz4rpFW4V_-Tax-y3mmir/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=dYNFqM84pSI +- **ID**: dYNFqM84pSI + +## Automate Your Inbox With n8n (No Code) +- **Description**: This video by Nolan Harper from the AI Automation Vault details a no-code workflow to automate email management. The system uses a Gmail trigger to monitor incoming mails, a text classifier to route emails into categories like promotions, internal, customer support, and sales, and integrates OpenAI models for drafting AI responses. It also leverages Slack for notifications and uses a free template available via the AI Automation Vault for seamless replication. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/17OYXI08wdcgIWDf-WqJ_v-V9AHRqBMrP/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=UDXDcFwAPQU +- **ID**: UDXDcFwAPQU + +## One n8n Workflow for Unlimited Error Handling (Step-by-Step) +- **Description**: In this detailed video tutorial, Nate Herk from AI Automation demonstrates a precise error logging system built within n8n. The workflow uses a global error trigger that funnels errors from various active workflows into a dedicated error logger, which appends data like timestamps, workflow names, workflow URLs, node names, and error messages into a Google Sheet. It also sets up notifications via Slack and other channels. The free Google Sheet template is available by joining Nate Herk’s Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1_EF3ESE9zRSrFNVgMwhMcTm23JwYzWLW/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=bTF3tACqPRU +- **ID**: bTF3tACqPRU + +## n8n Just Dropped a Game-Changing Tool for AI Agents — Inspired by Anthropic! +- **Description**: This video by Mahmut Kasimoglu explains a dedicated workflow that leverages the new Think tool – a scratchpad feature inspired by Anthropic – to enhance AI agent reasoning in multi-step processes. The system integrates a personal assistant agent that simulates tools such as email, calendar, CRM, and Slack, and employs tailored prompts and system instructions to improve execution reliability and planning. The workflow is available as a free JSON template in the free Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/1SNpBbNphUAmjSJRDEdJ-YO_VTkoMGJ2A/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=MPyQWs8dOpI +- **ID**: MPyQWs8dOpI + +## How we Automated a Meta Ad Agency with AI +- **Description**: Ben AI demonstrates a comprehensive automation workflow for a meta ad agency that streamlines product research, ad angle creation, script generation, and performance tracking. The system integrates Airtable, the Facebook Graph API, Scrapfly web scraping, and AI services such as Perplexity and Google Gemini 2.5 Pro. Using webhooks and multi-phase processing in n8n, it optimizes ad campaigns by analyzing ROI, making it a powerful, fully automated solution. Template provided by Ben AI. +- **Creator**: Ben AI +- **Template URL**: https://drive.google.com/file/d/1mkQLWY1YS59RNuFR7Q8d-GKwk34FlwQz/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Rm3ObJXsuOI +- **ID**: Rm3ObJXsuOI + +## How I Automated the Entire Hiring Process with n8n +- **Description**: This system automates the entire hiring process by integrating email triggers from Indeed with Gmail, Google Sheets, and cal.com. It leverages an OpenAI agent to extract job titles from unstructured email subjects and uses custom Google Apps Script to sync candidate data while dynamically routing stages—from initial application and onboarding to screening, testing, and interview scheduling. Created by Jono Catliff, this workflow blueprint is provided as a free template. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1qm916r1TGLBihsGOGJRMx_asQVyiKprd/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=dBTrOcWkYM0 +- **ID**: dBTrOcWkYM0 + +## Don’t Build Another AI Agent Until You Understand This: AI Agents vs AI Workflows ~ n8n +- **Description**: In this video, Mahmut Kasimoglu demonstrates two specific n8n systems built for automation: an email labeling system and a complaint ticket processing system. Both systems show a direct comparison between an AI agent approach and an AI workflow approach. The email system uses a Gmail trigger, LLM-based classification, tool calls to get label IDs, label emails, and send notifications, while the complaint system integrates Google Sheets and email notifications. A free template for these workflows is available via his Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/1TDMcJcOcdzCXNFv-_T-CBNzLWli14SDD/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=nQbd56j_dZ0 +- **ID**: nQbd56j_dZ0 + +## n8n Just Released MCP - Is It The Future of AI & No Code? +- **Description**: This video demonstrates a complete MCP integration workflow that leverages a dual-flow setup with an MCP client and MCP server trigger. The system enables communication between AI agents (like Claude and OpenAI) and external tools (Google Sheets, Google Calendar) via SSE endpoints, tool discovery, and auto-generated schemas. The blueprint and free template allow users to import a ready-made automation for AI-driven tasks. Creator: Jono Catliff. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1a32FZaRDmUr8f8ah63rpl2z0cn0atbTn/view?usp=drive_link https://drive.google.com/file/d/1PtaM-y2dzyD2JzhTecr9hNI0Q1QtwXV_/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Nw0v1-24x5w +- **ID**: Nw0v1-24x5w + +## n8n Just Leveled Up AI Agents (Anthropic's Think Method) +- **Description**: In this video, Nate Herk demonstrates an AI agent workflow that leverages a new Think Tool inspired by Anthropic’s structured reasoning approach. The system integrates multiple agents—including contact, email, calendar, and web search tools—to execute multi-step tasks such as scheduling events, sending notifications, and fetching quotes. It highlights advanced LLM integrations (e.g., GPT 4.1 and Claude 3.5) and tool output analysis for sequential decision-making with in-built validation steps. The free template is available via the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1zCMh9PYMXoWbEntB6Oq00IlMgmZQ6B2Z/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=WqyLxyALTt0 +- **ID**: WqyLxyALTt0 + +## How to add AI Agents to WhatsApp using n8n (Step-by-Step Guide) +- **Description**: This video presents a comprehensive WhatsApp AI agent workflow built entirely using n8n. The system integrates the WhatsApp Business Cloud API with Meta Developer platform setup, leveraging OpenAI for voice transcription, image analysis, and natural language processing. It handles text, image, and audio inputs with custom routing using switch nodes, and includes features like conversation memory and real-time web search. The creator, Leon van Zyl, also offers a free downloadable workflow template via GitHub. +- **Creator**: Leon van Zyl +- **Template URL**: https://drive.google.com/file/d/1qp0uJFG9h6Ps6mHWqhdIbdweg6gdJKWZ/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=LekI91ISf_8 +- **ID**: LekI91ISf_8 + +## Automate Anything With Claude MCP Workflows, Here's how: +- **Description**: Ben AI demonstrates a robust automation system that integrates Claude MCP workflows with n8n for content repurposing. The system uses cloud triggers to orchestrate a series of tools: YouTube transcription, fine-tuned LinkedIn post generation, dynamic image creation via external APIs, and Air Table/Webflow updates. The workflow is designed for social media and blog content automation with human-in-loop iterations, offering a detailed, step-by-step solution. Free template available. +- **Creator**: Ben AI +- **Template URL**: https://drive.google.com/file/d/1gow-LHalspkMCuQCI7xp580C4LbTThbx/view?usp=drive_link https://drive.google.com/file/d/1uqYk4jyWDpcSeUbeWO0JnqYEnvqeDQs8/view?usp=drive_link https://drive.google.com/file/d/1OBNRFIscIzI16NscMGZk259fYCXbOmZ5/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=_je0FbUcFkg +- **ID**: _je0FbUcFkg + +## Steal This AI Post Scraper (Free n8n Build) +- **Description**: This system automates scraping of posts and video transcripts from multiple social platforms including LinkedIn, Instagram, YouTube, and X. Built entirely in n8n, it integrates HTTP request nodes, AI text classification, and Google Sheets for deduplication and data aggregation. The workflow leverages pre-built Appify scrapers and looping mechanisms for batch processing. Created by Nolan Harper, this free template enables competitor research, content repurposing, and audience insights. +- **Creator**: Nolan Harper | Ai Automation +- **Template URL**: https://drive.google.com/file/d/14m6BvV1jlPb5_Esv_CRCfM9K3bDmCc3M/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=fhxqdoP7ivE +- **ID**: fhxqdoP7ivE + +## Automate Invoice and Expense Tracking with Gemini | BULLETPROOF! +- **Description**: This system automates invoice and expense tracking by processing receipts through a detailed workflow that integrates file upload via a form trigger, Google Drive for storage, and Gemini AI for file analysis. The flow splits file packages into individual items, leverages HTTP requests to Gemini endpoints for metadata extraction, and uses conditional logic with a switch component to update Google Sheets and send Slack notifications. Built and demonstrated by MagicOps AI, this video provides a free n8n template to get you started. +- **Creator**: MagicOps AI +- **Template URL**: https://drive.google.com/file/d/1uEbC2YozSiDhGH2v_o8LgpLmJGdq1U_Z/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=j9_gps_ZZNU +- **ID**: j9_gps_ZZNU + +## Turn Any Website Into LLM Ready Data in Seconds with n8n & Firecrawl +- **Description**: This system transforms any website into LLM-ready data using an n8n workflow integrated with Firecrawl. The workflow demonstrates how to initiate HTTP requests, perform intelligent extraction with a custom prompt, and handle asynchronous status checking with polling. It leverages wildcards to crawl multiple pages, incorporates header-based API key authentication, and uses JSON processing to parse quotes and authors from a target website. Created by Nate Herk | AI Automation, the free template is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1a5dDs4QXa4e7aCt7QErpadewvHBB7Pm_/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Ee9WtEEd300 +- **ID**: Ee9WtEEd300 + +## This n8n AI Agent Avatar will AUTOMATE your Social Media +- **Description**: This video details a fully automated social media workflow that leverages a custom AI agent to fetch Hacker News articles, generate a video script via ChatGPT, and then create an AI avatar video using HeyGen with optional 11 Labs voice integration and a faceless background video via Blotato. The system, built exclusively in n8n, automates content creation and multi-platform publishing (Instagram, YouTube, Facebook, Threads, LinkedIn, Twitter, TikTok). Created by Sabrina Ramonov, it includes a free template available through her provided link. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: https://drive.google.com/file/d/1b8ItsS54kg-SS1vJNUbeImKM-qFRzhhd/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=8sPYxqU1SoQ +- **ID**: 8sPYxqU1SoQ + +## I Built an AI Agent For VIRAL LinkedIn Posts (n8n) +- **Description**: This video details an advanced automation system for LinkedIn content creation. It scrapes competitor profiles, extracts multimedia data (text, images, PDFs, and videos), and repurposes viral posts using AI-driven rewriting processes with OpenAI and Perplexity integrations. The workflow also includes a Telegram-based agent that transcribes voice messages into text and uses AI to generate post content. Built by Oleg Melnikov, the system integrates database management with AirTable and offers a free template for immediate setup. +- **Creator**: Oleg Melnikov +- **Template URL**: https://drive.google.com/file/d/16Pw1GwO7NnhO_Rcs4oXVcBvcC4S-3sYG/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=GmlQZ8MG7HY +- **ID**: GmlQZ8MG7HY + +## How to build an army of Ai Sales Agents (automate 70% of your sales processes) +- **Description**: This workflow automates up to 70% of your sales process by using AI agents to parse incoming Gmail messages, extract lead data via LLM-driven steps, and integrate with Tavi for website and LinkedIn scrapes. It updates and manages lead data in Airtable while leveraging Google Docs as a dynamic knowledge base for drafting personalized email responses with a human-in-loop approval. Created by Rory Ridgers, this system streamlines sales automation in a robust, scalable pipeline. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1ESCFq9730iouuEIyoqXX-vGrstlhpe23/view?usp=drive_link https://drive.google.com/file/d/1kcKN0RkPGPcA40HgLABg1myNng9rMTkL/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=1MzQkN6C5D0 +- **ID**: 1MzQkN6C5D0 + +## Build A Claude MCP Agent That Does Everything! +- **Description**: This video demonstrates a comprehensive Claude MCP agent system that integrates multiple workflows such as email, calendar, CRM, Slack, WhatsApp, and LinkedIn using an n8n-based MCP server. Ben from Ben AI explains how to set up the agent with robust API configurations, SSE endpoints and tool-specific commands to automate daily business tasks. The free template provided allows you to replicate the system for your own deployments. +- **Creator**: Ben AI +- **Template URL**: https://drive.google.com/file/d/1u-9TkM8UVl7Pu6kgw9caeL9228pGYOhZ/view?usp=drive_link https://drive.google.com/file/d/1L7hxkZbSOZA9vOULhnkWF-fPs6zfYmp6/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=bATMtzNoap4 +- **ID**: bATMtzNoap4 + +## n8n Agent Posts to 9 Social Platforms Hourly! +- **Description**: This system is an automated workflow that reads content details from a Google Sheet, extracts media from Google Drive, and uses API calls to a dedicated social media integration service to post across 9 platforms including Instagram, YouTube, Facebook, Threads, LinkedIn, Twitter, TikTok, Blue Sky and Pinterest. It employs schedule triggers, filters, and dynamic JSON requests for each platform. Created by Sabrina Ramonov 🍄, the free template enables plug-and-play automation for social media publishing. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: https://drive.google.com/file/d/1UogWtgWOqfpD21SqneurX7KCp2y2fQTq/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=D9okDd_1tBI +- **ID**: D9okDd_1tBI + +## Build a ChatGPT Style App for Your n8n AI Agents in MINUTES +- **Description**: This free template demonstrates a complete ChatGPT-style interface integrated with an n8n workflow for AI agents. It leverages Open WebUI as a frontend, using webhook triggers and header authentication to securely map user chat inputs to AI responses. The system handles multiple API calls for generating conversation metadata like titles and tags, and even integrates tools such as the Brave API for web search. Creator Cole Medin provides GitHub resources to help users set up a robust, customizable AI agent solution. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1wf7GoW7w6KIETiLGdVMBtzAH98kisXhT/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=6zn8vVTeFE0 +- **ID**: 6zn8vVTeFE0 + +## Scrape ANY Website for FREE with Crawl4AI + n8n (No Code) +- **Description**: This workflow integrates a locally hosted, Docker-deployed Crawl4AI instance with an automation system to scrape websites for free using multiple strategies – basic extraction, LLM-driven structuring, and CSS selectors for paginated product data. It uses URL extraction, HTTP polling for task status, and proxy integration with Enro CLI for secure external access. Demonstrated by Mahmut Kasimoglu, the free template is available through his Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/1qVgaZbTZdlcL3Ceg4PBoTZ-ONMzujWa8/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=1CDGpbZItiY +- **ID**: 1CDGpbZItiY + +## This AI Agent Automates Your Sales on ALL Social Media (+MCP) +- **Description**: This system automates social media sales across WhatsApp, Facebook Messenger and Instagram DMs using a no-code workflow. It features a multi-agent AI setup with sub-agents handling CRM (via AirTable) and calendar scheduling. The workflow leverages RAG with Superbase, uses the WhatsApp Business API with outbound template messaging through webhooks, and demonstrates MCP integration for dynamic API tool selection. Created by Ben AI, a free template is provided for immediate implementation. +- **Creator**: Ben AI +- **Template URL**: https://drive.google.com/file/d/15MLlSCnjMWm9Vdlw_WjTynJlPQWAladL/view?usp=drive_link https://drive.google.com/file/d/1P9jtemW1psUoWGSc6UuAnrn06X-Wa81M/view?usp=drive_link https://drive.google.com/file/d/1j4IfpgXVACXtqIpu_GwZHSFBTmv8Dfl1/view?usp=drive_link https://drive.google.com/file/d/1c5dzocUh9IC5bQwqKwJCo6ZZ2mjYRtqZ/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=VnbfsX7iBl4 +- **ID**: VnbfsX7iBl4 + +## How I Create Custom n8n Dashboards To Automate Anything (Google Sheets) +- **Description**: This system demonstrates a custom automation workflow using Google Sheets as a dynamic dashboard. It leverages form submission triggers, conditional logic, webhooks, and Google Apps Script to update and manage data—automating tasks such as sending emails, calendar invites, and invoices. The workflow integrates with external systems like GoHighLevel and uses switch cases to route actions based on data changes. Created by Jono Catliff, all blueprints are offered as free templates. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/107ZLDb3F765CYbQyhL-2fnFzy6A0Bo2k/view?usp=drive_link https://drive.google.com/file/d/1wfnGidoUbiXdIbp1zCMsROrIFO4eO2lH/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Mw9AIejD39s +- **ID**: Mw9AIejD39s + +## 3 AI Workflows Step-by-Step (Beginner's Guide to n8n) +- **Description**: In this video, Nate Herk demonstrates a complete automated system for generating LinkedIn posts using n8n. The workflow pulls topics from a Google Sheet, performs a web search via the Tavali API, and leverages an AI agent (via Open Router) to craft engaging post content. It integrates additional services such as Gmail for follow-ups, OpenAI embeddings, and Pinecone for vector storage. Free setup instructions and resources are available via a Skool community template. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1yf2ncloV_YSoO6W5KkZR5jo247V8aeBO/view?usp=drive_link https://drive.google.com/file/d/1pbHvDIEz6WXkZ4dqOeSN4JlP_ZCAB3H5/view?usp=drive_link https://drive.google.com/file/d/18Cc9YhwEYPGmd26EkveKp1gkLJSdHLf6/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=06Beyp_iDL0 +- **ID**: 06Beyp_iDL0 + +## How I Increased Sales By 391% With One Change (Steal It) +- **Description**: This system automates lead follow-up using a no-code workflow on n8n. It captures form submissions via a webhook trigger and integrates with a CRM (GoHighLevel) to initiate fast outbound calls, logs lead data into Google Sheets, and sends real-time Telegram notifications. The demo includes step-by-step API data mapping and multi-module orchestration to maximize conversion rates. Created by Jono Catliff, the free blueprint template is available for immediate import. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1SvKBdfK6klqkqDYlrAA4N7UNV1zWHzBg/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=PWLVWhMh7og +- **ID**: PWLVWhMh7og + +## I Built an AI SYSTEM for Viral TikToks (n8n Tutorial) +- **Description**: This system is an n8n workflow built to automate the analysis of top-performing TikTok videos from selected influencers. It uses a schedule trigger, loops over influencer data stored in AirTable, and scrapes recent TikToks via HTTP requests. The workflow sorts videos by views, filters for video posts, and then leverages Gemini (Google's AI service) for video analysis to extract key viral factors. Advanced nodes include code formatting, delay/wait logic, JSON parsing, and API integrations. Created by Oleg Melnikov, the template is available for free. +- **Creator**: Oleg Melnikov +- **Template URL**: https://drive.google.com/file/d/13k2MOqI2BCgWTWPwOWNSAddGxlvRarlK/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=OSpw9AY1fJI +- **ID**: OSpw9AY1fJI + +## Extract Text From Images & PDFs Using AI (n8n tutorial) +- **Description**: This workflow system automates intelligent document processing using Telegram triggers to receive PDF invoices and image receipts. The blueprint demonstrates how to extract unstructured data via OCR and AI agents (using OpenAI’s ChatGPT models) integrated within a multi-step workflow, including subflows for PDF and image processing and a Google Sheets integration for structured output. Created by Jono Catliff, the free template is designed for real-time OCR extraction and data structuring. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1WVAtOzI_nFxYrRydcCxfnvAjC3GPrjW_/view?usp=drive_link https://drive.google.com/file/d/1Fj-c9hW_35vvc9yWZaB1cN1RGRkPcsK4/view?usp=drive_link https://drive.google.com/file/d/1REw9bSrAbFom_oArN7t-HR6cxL4j4N6Y/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ZXF9FcN11DI +- **ID**: ZXF9FcN11DI + +## AI AUTOMATES Your CRM Updates! +- **Description**: MagicOps AI presents a dedicated workflow that automates CRM updates tailored for real estate and similar data-intensive businesses. The system triggers on ClickUp status changes to create corresponding Google Drive folders, processes Gmail attachments with PDF extraction using GPT-4 mini, and updates CRM fields. It integrates key APIs from ClickUp, Gmail, and Google Drive while using custom code nodes for splitting attachments. A free, ready-to-use template is available from MagicOps AI. +- **Creator**: MagicOps AI +- **Template URL**: https://drive.google.com/file/d/1LVW2SP7kXj_hgJYa8fg5XdGOr-osibcd/view?usp=drive_link https://drive.google.com/file/d/1tKbZgm_YFmXSX3IGYtuAvg38FE9yJl3t/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=_oNrsL0GJBw +- **ID**: _oNrsL0GJBw + +## How I 100% Automated Long Form Content with n8n (free template) +- **Description**: This system automates the creation of faceless, long-form YouTube videos using an n8n workflow. It integrates workflow nodes that pull data from a Google Sheet, generate intro/outro scripts and a top 10 ranking via AI agents, and compile visuals using the JSON2Video API alongside ElevenLabs for realistic voiceovers. The workflow uses polling for video status and uploads the finished video to YouTube. Free template available via a Skool community by Nate Herk. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1RsonZRI1buGbXwzJcly7VWt427gP339W/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=lF2bvXoV-Zg +- **ID**: lF2bvXoV-Zg + +## Build Anything with Lovable + n8n AI Agents (beginner's guide) +- **Description**: This system, demonstrated by Nate Herk, is a dynamic workflow that integrates Lovable with an AI-powered excuse generator. It uses n8n’s webhook trigger to capture user input from a Lovable web app, passes the data to an AI agent (configured with OpenAI's chat model) for generating creative excuses, and then returns the output back to the app. Additional features include a dynamic level system and a tone selection drop-down, all available via a free template from the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1XjUrc-qvfVdOsUwltlru6_usqEYFJClN/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=kUpTUEwKnrk +- **ID**: kUpTUEwKnrk + +## Build This Automated AI LinkedIn DM System in 1 Hour (N8N) +- **Description**: This system automates LinkedIn outreach by scraping Apollo leads with an Apify actor, enriching them using AI-powered personalization, and generating custom icebreakers via OpenAI. The workflow logs data in Google Sheets, triggers webhooks, and sends targeted connection requests using PhantomBuster. Developed by Nick Saraev, the solution streamlines manual outreach into a coherent automated process, and the provided template is completely free. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1587u1Up2vB5nQ8AeHMvXmqzOZ3lHbynB/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=gsPGdq2C97c +- **ID**: gsPGdq2C97c + +## Analyze any Video, Image or PDF with Gemini and n8n (Step-by-Step) +- **Description**: In this step-by-step tutorial by MagicOps AI, a specific automation system is built for analyzing videos, images, and PDFs via the Gemini API. The system utilizes HTTP Request nodes, resumable upload techniques, dynamic JSON handling, and API integration to extract structured data (such as video format and topic). The walkthrough covers API authentication, file uploads, and configuring request headers, culminating in a free template for immediate use. +- **Creator**: MagicOps AI +- **Template URL**: https://drive.google.com/file/d/1IpgIE8XTSjCBDWqlwdp93HPGU7Iq_6YE/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=OWJKGkPEGSw +- **ID**: OWJKGkPEGSw + +## How to Build Your PERSONAL Prompt Engineer Agent with n8n (for any model!) +- **Description**: This system automates prompt engineering via an n8n workflow that dynamically selects and refines prompt generation for various LLMs such as OpenAI, Anthropic, and Gemini. It employs dedicated sub-workflows, context buffering, markdown formatting, and quality proofing nodes to differentiate between reasoning and non‐reasoning models. Triggered via chat input with Whisper Flow transcription, it streamlines prompt optimization. Creator Mark Kashef details technical integration and scalability in this advanced setup. +- **Creator**: Mark Kashef +- **Template URL**: https://drive.google.com/file/d/1NyFafJnrtUi7TOVLscPU_b8RS56M2U2X/view?usp=drive_link https://drive.google.com/file/d/1VOR6we1twlcOK6KqdBVKymZ1rdPieMjW/view?usp=drive_link https://drive.google.com/file/d/12Lyb9rlIbrWBk69QE7VGIDtNsRoAu4YJ/view?usp=drive_link https://drive.google.com/file/d/13oEa3bVH2l3Q0FX6dMGwXOWCB_PiufVk/view?usp=drive_link https://drive.google.com/file/d/1Xv2Rc0Mr2KsX1PqydpGPcvSLVY2cgxxG/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=c-NdrhFbUxY +- **ID**: c-NdrhFbUxY + +## Research ANYTHING and Get a PDF Report (free n8n template) +- **Description**: This system is an advanced AI research workflow that generates detailed PDF reports from a single search topic. It automates the process by using AI agents to break down a subject into chapters, retrieve and format multiple research sources via Tavi, merge data from Google Sheets, and compile a structured HTML output that is converted into a clickable PDF using an HTML-to-PDF API. Built by Nate Herk, this free template is available in his Skool community for cost-effective, high-quality report generation. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1ywEBz6UjLDv68uB2t4colnqmOrykwjMe/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=TeFCb5-4e5U +- **ID**: TeFCb5-4e5U + +## I Just Built An AI Agent Clone Of Myself (n8n) +- **Description**: This workflow demonstrates an AI voice clone agent built on n8n that integrates Telegram triggers, audio transcription via OpenAI, and voice synthesis with ElevenLabs. The system routes both audio and text messages using a switch mechanism, merges inputs for processing, and makes HTTP API calls to generate voice responses. Created by Jono Catliff, the free blueprint is provided to help users replicate the setup. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1ZNShy_DlSB4vhhK-MK_ZxLN3eLoTJWHU/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=QQLEnVCHB1I +- **ID**: QQLEnVCHB1I + +## We're All Using AI Agents Wrong. +- **Description**: In this video, Nate Herk explains a detailed, deterministic AI workflow system built in n8n that automates customer support email responses. The system uses Google Drive for document ingestion, Pine Cone for vector-based searches, and an OpenAI node for generating accurate replies, all integrated in a linear flow for improved reliability, cost-efficiency, and easier debugging. A free template is available via the creator’s community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1J2xOp3hobZ2AjlkMaRzTdgSqb_U73dVe/view?usp=drive_link https://drive.google.com/file/d/1ZxZJWKeLwDtrINECXwrECI8-9H94aNzZ/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=HuTyZiUDz2k +- **ID**: HuTyZiUDz2k + +## Don't Build Another AI Agent Until You See This: Langchain’s Multi Agent Architecture ~ n8n +- **Description**: In this video by Mahmut Kasimoglu, a multi-agent workflow system is demonstrated that uses a supervisor agent to orchestrate specialized sub-agents for handling emails, contacts, calendars, and context queries. The system, inspired by Langchain’s multi-agent architecture, shows how tasks are delegated sequentially or in parallel for improved efficiency and debugging. It is implemented in n8n with a free JSON workflow template available to download via his Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/1Z_RSpNhoAA06YMtuzUb-jcDEkC8xU6_9/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Ah-1-Lda4DU +- **ID**: Ah-1-Lda4DU + +## Want Viral TikTok Videos? Copy This AI System Now | N8N Tutorial +- **Description**: This system automates TikTok content analysis by scraping trending videos via Apify and managing topic data in Airtable. It downloads videos, stores them temporarily on Google Drive, and then leverages Google’s Gemini AI to extract key metrics such as hooks, visual cues, view counts, and captions. The workflow uses scheduled triggers and iterative processing to update Airtable records. Developed by MagicOps AI, the free template streamlines viral content strategy. +- **Creator**: MagicOps AI +- **Template URL**: https://drive.google.com/file/d/1SlrxzebxsPoE5hWiZj2gjnalItYBrf6v/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=IWUy79cSp60 +- **ID**: IWUy79cSp60 + +## Understand ANY Document with Mistral OCR in n8n (Step-by-Step) +- **Description**: Creator Nate Herk demonstrates a step-by-step system that automates document processing using Mistral OCR. The workflow, implemented entirely in n8n, includes uploading a binary document, retrieving a signed URL, and executing OCR extraction via HTTP requests with proper authentication. It processes PDFs and images to extract structured data for further AI agent integration and business applications. A free template for this complete system is available via the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1LGe7nJeBrarMK7yxFf9676LAZ2-z0YEJ/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=85qo6qC4r-0 +- **ID**: 85qo6qC4r-0 + +## How I Built JARVIS with No Code (Tutorial w/ Lovable, ElevenLabs, n8n) +- **Description**: This video demonstrates a complete no-code AI assistant system that integrates a voice UI built with Lovable and ElevenLabs with a backend automated workflow built on n8n. The system uses multiple sub-agents including email, calendar, contacts, and content creation along with a Tavly search tool. Creator Nate Herk explains how to configure API integrations, webhooks, and tool chaining, and offers the free template via his Skool community resource for replicating the workflow. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1kDObptC2SpkViCPxI7ajFP7phBm-7M6t/view?usp=drive_link https://drive.google.com/file/d/11kmVhQxb9nFV0PJr-C_RyFg1ZNjaIEL4/view?usp=drive_link https://drive.google.com/file/d/1GJLNj5MiPjG_u1eXEIKtUWtfLAKvD9ov/view?usp=drive_link https://drive.google.com/file/d/1BfHwX2aKv9FXbbGoEuZxD_WTBDvK6x8G/view?usp=drive_link https://drive.google.com/file/d/1TqY55BSuEycBfXC9QjL9aEFHwng3IU2T/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=KUvSzvFeZls +- **ID**: KUvSzvFeZls + +## This feature makes building AI Agents 10x easier (MCP server setup) +- **Description**: In this video, Rory Ridgers demonstrates a dedicated AI agent system that leverages MCP servers to streamline Airbnb data queries. The workflow uses a community node from GitHub to list available Airbnb functions and execute the appropriate tool based on dynamic parameters. This technical setup bypasses the need for hardcoded API calls by pulling a JSON schema for tool configuration, enabling efficient and flexible Airbnb searches. The free, open‐source template allows users to quickly integrate this system. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1Tw5tliKKpVYFH-NCkNAM9cTcGxd3jvWg/view?usp=drive_link https://drive.google.com/file/d/1NY2e1K1G5KoByQ3nR9N0n85F5T8LIKqI/view?usp=drive_link https://drive.google.com/file/d/18v98uQ-QkCkovMpLdb-6YpJ99vUw9ar8/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=QnPlb0VCcpE +- **ID**: QnPlb0VCcpE + +## Claude MCP has Changed AI Forever - Here's What You NEED to Know +- **Description**: In this video, Cole Medin demonstrates a complete AI agent workflow built on the Model Context Protocol (MCP), integrating various services using a free n8n community node template. The system standardizes tool usage across services such as Brave search and Stagehand via MCP servers, enabling a plug-and-play approach for AI agents. The tutorial covers setting up credentials, executing tool calls, and even shows a free template for rapid integration. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1PdCrvv2Tt-uEGTcuBmu69O2jLpKyOrp-/view?usp=drive_link https://drive.google.com/file/d/1yqXLc318sICay3sCahk_rQGzYOaX_jrt/view?usp=drive_link https://drive.google.com/file/d/1NjvaiT-uQXR2pV8pPbwezmbZWOb8_YAC/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=v_6EXt6T83I +- **ID**: v_6EXt6T83I + +## This AI Resume Screener Will Change How You Hire Forever! +- **Description**: Mahmut Kasimoglu demonstrates a robust AI resume screening workflow that automates candidate evaluation using a no-code automation tool. The system integrates Gmail triggers for email-based resume intake, AirTable for data management, and employs multiple AI models (GPT-4o, Claude 3.5, Gemini 2.0 flash, and o3 mini) within evaluator/optimizer and voting parallelization patterns. The workflow processes PDF/HTML resumes, extracts structured data, and iteratively aggregates scores. A free template is available via the linked community resource. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/1MSG1DN458vUafEhYZH30eEHotJsy2e1B/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=lGnsQ3qWUmk +- **ID**: lGnsQ3qWUmk + +## Ultimate No Code MCP Setup Guide (Self-Host, Installation, Common Issues) +- **Description**: In this detailed setup guide, Nate Herk walks you through deploying a self‐hosted MCP system using n8n’s community nodes. The video demonstrates installing the MCP community node via a free GitHub repository, configuring connections to various MCP servers, and integrating tools like Airbnb search, Brave search, and Airtable. It covers command execution with MPX, parameter handling, and environment variables to streamline automation without terminal commands, all backed by free resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1D2_NfUDEWV7UIxUBci_7CR6kKlfwL-T9/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=OUPW4DJMAsA +- **ID**: OUPW4DJMAsA + +## Add ChatGPT To Your Website In Minutes (n8n AI Chatbot) +- **Description**: In this video, Jono Catliff demonstrates a complete n8n workflow for adding an AI chatbot to a website. The system integrates an embedded chat trigger with an AI agent that uses OpenAI for responses and a secondary workflow for invoice generation, leveraging an HTTP request to communicate with Go High Level. The workflow includes dynamic data extraction (name and email collection) and a resume URL mechanism to continue execution after external processing. Free blueprints are provided via a Gumroad template. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1cGgIf2-fYp11MV5d3FhDSUuD1bgwCe5_/view?usp=drive_link https://drive.google.com/file/d/1TeG1KpLru6o0b7CK78lmKECIpfNl3t4y/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=4VD-6dFQJsk +- **ID**: 4VD-6dFQJsk + +## How to Actually Scrape Twitter/X Data with n8n +- **Description**: This system demonstrates an end-to-end workflow for scraping Twitter/X data using a free template shared by Nate Herk. It leverages the Twitter API with advanced search parameters, dynamic pagination using cursors, and a looping mechanism to extract tweet details such as IDs, URLs, content, likes, views, and dates. The workflow utilizes HTTP request nodes, code nodes for data parsing, and Google Sheets for data storage, all orchestrated within an automated n8n environment. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1Zg5rvw2q9PV437VzxjAhLp7eWrHM9YqD/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=lEo7IAgj0UY +- **ID**: lEo7IAgj0UY + +## This n8n Agent can scrape ANYTHING (no code) +- **Description**: This workflow is a no-code scraping AI agent built in n8n by Rory Ridgers. It integrates multiple tools to scrape data from LinkedIn, Google Maps, Trustpilot, and websites. The system uses Telegram triggers for user input, HTTP request nodes to interact with Apify actors for scraping, and a secondary workflow for converting HTML to markdown with a TAV API integration. It also features an OpenAI chat model with a buffer memory. The free template is available via Commonous. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1LuHzN-7UETUS2XeIR5KLort05KV1UXEm/view?usp=drive_link https://drive.google.com/file/d/1IpqzqaQTf2ublU2SiuLsqlpsyrQ3-X_j/view?usp=drive_link https://drive.google.com/file/d/1nPKpOw4bYc37MR4ItNb7MqVEaCsDtYeZ/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=TDB-St0V5vM +- **ID**: TDB-St0V5vM + +## Create Your Own Private Local AI Cloud Stack in Under 20 Minutes +- **Description**: Cole Medin demonstrates a full cloud deployment of a local AI stack, integrating LLM (Ollama), databases (Supabase, Qdrant), automation agents (n8n with Flowise), local search (SearXNG) and a user interface (Open WebUI). The setup uses Docker containers, secured endpoints via Caddy, and detailed firewall/DNS configurations for subdomains. This free, open-source system extends an original n8n template and is available on GitHub for immediate use. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1s94exFWhqQeFSxvvNPsm9i12LwpyVdLD/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=hKrl5Gr7hM0 +- **ID**: hKrl5Gr7hM0 + +## How I Automated Faceless Shorts with AI in n8n (free template) +- **Description**: Creator Nate Herk presents a comprehensive AI-powered workflow that automates faceless shorts production. The system uses a Google Sheets trigger for content ideas, an agent for generating detailed image and sound prompts, and integrates multiple APIs including Pi API (flux image generation), Runway (video synthesis), 11 Labs (audio creation), and Creo mate for final video rendering. The result is a fully automated process that uploads generated videos to YouTube. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1kaelJeo5Th8d_gW43NmlFq4JBFSvzWd-/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Gc03J27xmBc +- **ID**: Gc03J27xmBc + +## How to Fine-Tune Models the EASY WAY Using ChatGPT & n8n (No Code) +- **Description**: This system demonstrates a no‐code workflow for fine-tuning OpenAI models by integrating generated JSONL training data from ChatGPT with automated progress monitoring. It features two methods: a direct fine-tuning using the OpenAI Playground and an advanced setup that leverages Airtable to trigger webhooks and track metrics like training loss, epochs, and batch sizes. The workflow uses API calls, real-time testing, and a feedback loop to compare outputs. Created and explained by Mark Kashef, the video provides free template assets via a Gumroad link. +- **Creator**: Mark Kashef +- **Template URL**: https://drive.google.com/file/d/1N1G-pzAC_eHMZlLIc2yA_8kaTRj1Yt2k/view?usp=drive_link https://drive.google.com/file/d/1kmwq2z0gSt0THfu7gaJkAn5OP1Pk_JxZ/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=dvksJK8TTQE +- **ID**: dvksJK8TTQE + +## Store All Data Types with Agentic RAG in n8n +- **Description**: This n8n workflow implements an Agentic Retrieval Augmented Generation (RAG) system that processes diverse data types using a Superbase vector database and SQL queries for tabular data. The system dynamically retrieves, embeds, and aggregates PDF content and structured sales data while using file content fetching and error-handling nodes. Built by Nate Herk with a featured template by Cole, it offers a robust, free automation template to enhance AI agent reasoning before querying. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1Vw3_4cDrwjTSN3pEpZ14EKntDdOJGZ0D/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=BhGaGFH0jR4 +- **ID**: BhGaGFH0jR4 + +## I Built an AI SYSTEM For Viral Content (n8n Tutorial) +- **Description**: This system is a complete workflow that automates the analysis of viral Instagram Reels and other social media videos. It scrapes data from Instagram using Apify, organizes influencer data from Airtable, and then processes video content through Google Gemini AI for detailed analysis of hooks, ideas, and scripts. The workflow is set up in n8n and is designed for content creators and agencies. Created by Oleg Melnikov, the system is available as a free template. +- **Creator**: Oleg Melnikov +- **Template URL**: https://drive.google.com/file/d/17qrwc62-4CH6SfjD4-PORhcmpjWbVwgE/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=zEzcwjZf7c8 +- **ID**: zEzcwjZf7c8 + +## The ULTIMATE n8n RAG AI Agent Template - Local AI Edition +- **Description**: Creator Cole Medin details a local agentic RAG AI workflow built with n8n. The system enables offline, secure Retrieval Augmented Generation by triggering file ingestion (PDF, CSV, text), extracting content, splitting text, and storing document data in PostgreSQL. It integrates SQL query capabilities for tabular data and uses Ollama for local LLM processing, alongside voice API tools like Cartesia. The free GitHub template offers a complete no-code solution for advanced document automation. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/152Q2fgzduqmE1EpjadZu8WkwGtLtcYrU/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=T2QWhXpnT5I +- **ID**: T2QWhXpnT5I + +## Google Sheets on Autopilot: 11 Insane n8n Automation Hacks +- **Description**: This video showcases a comprehensive automation workflow that integrates Google Sheets with n8n. The system uses triggers, webhooks, filters, and conditional logic to detect changes, update or append rows, and implement inline functions for calculations. It also demonstrates AI integration using ChatGPT for auto-classification and error handling, all while addressing rate limiting issues. The free blueprint template provided via Gumroad by Jono Catliff is featured throughout the tutorial. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1FrH_-Qenv9ZaIQ3A7T-MAfqhAu-JEQwD/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=c8D1PP2erbo +- **ID**: c8D1PP2erbo + +## How to Build an Outlook Inbox Manager in n8n (Step-by-Step, No Code) +- **Description**: This video walks through building an Outlook Inbox Manager automation system that routes emails based on AI-powered classification. It leverages an Outlook trigger to detect incoming mail, cleans HTML content using an OpenAI node, and uses a free flash 2.0 model for text classification into high priority, billing, and promotional branches. Each branch employs tailored logic including moving emails, drafting responses, and sending Telegram notifications. Created by Nate Herk, the free template is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1UuoqORnry6tnEDSp9m0I9qYGJM32Sshf/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=h7BLVKh7yzc +- **ID**: h7BLVKh7yzc + +## How to build Technical Analyst AI Agent with N8N +- **Description**: This system is a complete workflow for automated stock analysis. It integrates Telegram triggers, an audio/text transcription pipeline using OpenAI, and a GPT-4 based technical analysis agent to generate advanced stock charts. The workflow utilizes an external API (chartimg.com) for dynamic chart creation with indicators like candlestick patterns, RSI, and volume, and saves tickers for daily automated reports. Created by 5minAI (Mark and Philipp), it enables no-code trading insights with a free community template. +- **Creator**: 5minAI +- **Template URL**: https://drive.google.com/file/d/1f8TnvD8CK8A0QIUCAZ7kuKChpEOYu0Jp/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=94vh6hSiP9s +- **ID**: 94vh6hSiP9s + +## How to Build a Website AI Agent in 13 Min (Free N8N Template) +- **Description**: In this detailed tutorial, Nick Saraev demonstrates a complete workflow to build a website chat agent within 13 minutes using a free template. The system integrates an AI chatbot using an OpenAI Chat model with window buffer memory, and it leverages Google Calendar APIs for event retrieval and booking. The setup includes configuring an embedded chat widget via CDN code, along with instructions on prompt customization and dynamic scheduling, making it ideal for businesses. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1YG9P3Jzqs4TIgEzaTEPMPpIKHTWujhmx/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=c2kaOwkkhpo +- **ID**: c2kaOwkkhpo + +## I Built An n8n Agent That Builds Other Agents (Game Changer) +- **Description**: Mark Kashef demonstrates a highly technical system that leverages a core workflow to generate fully functional automation agents from simple textual prompts. The method uses JSON blueprint conversion, subflow invocation, deep research with perplexity, and integrations with Slack, Google Sheets, and Google Calendar to create self-building workflows. The video details how the agent scans a large automation database and outputs a clickable import link for immediate use. A free template is provided via Gumroad. +- **Creator**: Mark Kashef +- **Template URL**: https://drive.google.com/file/d/1xuUSr26-imVhXdOYtgvRj6dC1Q64qyB3/view?usp=drive_link https://drive.google.com/file/d/1gyD0h4PC-0LoPGqYLYSaqvIAnbBU36EH/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=mQ-2lcl3svc +- **ID**: mQ-2lcl3svc + +## I Built the ULTIMATE n8n RAG AI Agent Template +- **Description**: In this video, Cole Medin presents an advanced Agentic RAG system that overcomes traditional RAG limitations by dynamically switching between vector-based document lookups and SQL-driven analysis of tabular data. The workflow includes modules for file extraction from Google Drive, intelligent data chunking, Postgres and Supabase integration, and embedding using OpenAI’s models. This comprehensive setup enables accurate source citation, improved context retrieval and detailed data analysis. The free template is available on GitHub. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/10iNT-cKrcFepYwBE9KjI0EVk4EsZcTMv/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=mQt1hOjBH9o +- **ID**: mQt1hOjBH9o + +## Make Your Agents Communicate Better in n8n (Feedback, Specifying Inputs, Agent Logs) +- **Description**: This workflow demonstrates a multi-agent architecture where a parent agent communicates with child agents to perform tasks like story generation. It details the use of system and user messages, branching for error handling, and parameter validation (e.g., main character, setting, adventure) within a robust automation setup. Creator Nate Herk explains triggering sub-workflows, routing data via JSON, and managing execution logs to ensure seamless agent communication. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1P6nmdLur8KaXBa0yC9UYtyWsmQrOG-Ap/view?usp=drive_link https://drive.google.com/file/d/1OYUcXCCe6O5HSK30lfOqx_cC1LhVO8en/view?usp=drive_link https://drive.google.com/file/d/1DAhQB9mCTPmJAL4rckstYdZ5nIOFReHp/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=vwlx-e8UYC8 +- **ID**: vwlx-e8UYC8 + +## Build your first Ai Agent on n8n (no code) +- **Description**: In this video, Rory Ridgers demonstrates a complete workflow to build an AI email automation agent. The system uses a chat trigger as input and integrates a GPT-4 based chat model for decision making, alongside a memory node to maintain context. Built with tools that interact with Google Sheets for contact lookup and Gmail for sending and retrieving emails, the agent responds to natural language prompts. A free template is provided via Commonous for instant deployment. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/1hMSUQzkyxfgd_Xddd48tzrrjK0T7cxd0/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=DAbnhOOFuD8 +- **ID**: DAbnhOOFuD8 + +## Copy Top Viral Reels in 1 Click with THIS AI automation +- **Description**: This system uses a no-code workflow to automatically scrape and analyze viral Instagram reels. It integrates with Airtable to fetch creator records, utilizes an API module to retrieve reel details, and processes data with looping and sorting modules. The workflow then downloads the video, uploads it for Gemini analysis, and uses OpenAI prompts to generate detailed guidelines on how the reel starts, ends, and its key elements. Built by 5minAI creators, Mark and Philipp, the free template is available via their community. +- **Creator**: 5minAI +- **Template URL**: https://drive.google.com/file/d/1z6ViyFn1ROskvJNMTWCIfwHAG14HmdNB/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=SQPPM0KLsrM +- **ID**: SQPPM0KLsrM + +## n8n AI Agent Tutorial | Building Multi Agent Workflows +- **Description**: Leon van Zyl presents a comprehensive multi-agent workflow system that orchestrates various AI agents using a free n8n template. The system includes a supervisor agent delegating tasks to worker agents for email, calendar, contacts, and content creation. It employs integrations with Gmail, Google Calendar, Google Contacts, Serp API, and Pinecone for a custom knowledge base. The setup leverages AI models like OpenAI GPT-4 and Grog for different tasks, making automation seamless. +- **Creator**: Leon van Zyl +- **Template URL**: https://drive.google.com/file/d/1iU4bsasK-0_iyUvAZ2jXAAZj51L4EMak/view?usp=drive_link https://drive.google.com/file/d/1CRHKYJMIGBkzlAVdXVd98BnHJw7iB0-V/view?usp=drive_link https://drive.google.com/file/d/15Cz-cUo2gggSW39Ql4cUuIEhbtobG1jO/view?usp=drive_link https://drive.google.com/file/d/1P0K3_lctW9xg-4r48Tk_cUgH_TRAe3Ls/view?usp=drive_link https://drive.google.com/file/d/1zEbzYbi1OyK5OicBH08bWIVdlfztv4VC/view?usp=drive_link https://drive.google.com/file/d/1XYsyJuU5HGI-flnc8Ia2MFHV_zt4edXn/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=o2Pubq36Pao +- **ID**: o2Pubq36Pao + +## How to Build a Customer Support AI Agent with n8n ~ No Code Guide for Beginners! +- **Description**: This workflow automates customer support for a client called WalTart by interfacing with a Google Sheets database that holds customer and order details. The system uses a no-code approach with n8n and integrates OpenAI's GPT-4 for conversational tasks. It includes dedicated tools for retrieving and updating orders while enforcing strict cancellation and refund policies. Creator Mahmut Kasimoglu offers a free template via his Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: https://drive.google.com/file/d/109iwXMZ7JMfEuqJBehXKSe_21MEM4Ycw/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Soa8o82q5qY +- **ID**: Soa8o82q5qY + +## How to Set up Supabase and Postgres for RAG Agent with Memory in n8n (2025) +- **Description**: This tutorial demonstrates a fully integrated workflow that sets up a Retrieval-Augmented Generation (RAG) agent using a relational database and a vector store. In the video, Nate Herk shows how to configure Postgres as chat memory and Supabase as a vector database using PG Vector for similarity search. The system is implemented within n8n by establishing credentials, configuring both database and tool nodes, and leveraging recursive text splitting for document ingestion. Detailed technical steps include setting up Supabase, connecting to Postgres, and embedding documents for AI-driven query responses. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1wTHYtYugfe0I6CpvV7b8S5lkaLd7NSuX/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=JjBofKJnYIU +- **ID**: JjBofKJnYIU + +## I made a Personal Assistant Ai Agent on n8n (no code) +- **Description**: This system built by Rory Ridgers is a complete personal assistant AI agent workflow that manages emails, calendar events, and Airtable CRM records while generating YouTube video ideas. It uses a Telegram trigger to receive both text and voice inputs, employs LLM steps for transcriptions and extracting company URLs via Google search, and integrates Gmail, Google Calendar, and Airtable. The workflow also features a YouTube ideas tool powered by GPT-40 mini, all assembled in a no-code setup using a free template. +- **Creator**: Rory Ridgers +- **Template URL**: https://drive.google.com/file/d/16x81ZbiXOR38VzfOOe5slUysAM7AI9Bi/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=kvY6CMe1Rmc +- **ID**: kvY6CMe1Rmc + +## How to EASILY Convert Make Automations to n8n (No Code) +- **Description**: In this system, Mark Kashef demonstrates a method to convert Make.com JSON blueprints into fully functional automation templates for n8n. The workflow leverages a Google Drive trigger for file monitoring, converts binary data to JSON, and employs advanced node mapping using GPT-03 and Perplexity for error checking and handling unsupported integrations. It supports batch processing and includes robust validation steps, all available via a free template accessible through the Gumroad link. +- **Creator**: Mark Kashef +- **Template URL**: https://drive.google.com/file/d/17VOc0_yCn5Q1lG_Rpv-_Ox7Ri_WDoZKH/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=bK_4qJiQ5IM +- **ID**: bK_4qJiQ5IM + +## This n8n AI Voice Agent Will Call Anyone For You (100% automatic) +- **Description**: This system automates voice calls using an AI agent built in n8n. It orchestrates a voice AI that integrates a ChatGPT-based model, short-term memory, and various tools like Telegram triggers, HTTP requests for web scraping via Appify from Google Maps, and integrations with Google Contacts and Calendar for booking. Outbound calls are managed through Vapi. Developed by Jono Catliff, this free blueprint is available via Gumroad. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1VD_WTaUoLRgG-dWuPJ71_bLMCzgLtpmO/view?usp=drive_link https://drive.google.com/file/d/13gBZ5nag70oAodLHS7ugVnRRgKXYoVY-/view?usp=drive_link https://drive.google.com/file/d/1CE769nokIMWCZA3_MQ9UZn3jyQ08x0I-/view?usp=drive_link https://drive.google.com/file/d/1vcjpBNx_kd8kmHe-JNsitNO8sqVEiMFy/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=k3mcttDLJB4 +- **ID**: k3mcttDLJB4 + +## I Built a Human in the Loop Calendar Agent in n8n with No Code +- **Description**: This workflow demonstrates a human-in-the-loop calendar system that automates scheduling tasks by combining intent, feedback, and correction agents. It integrates Google Calendar for creating, updating, and deleting events; Airtable is used for contact verification; and Telegram serves as the interface for human confirmation. Built and demonstrated by Nate Herk, it ensures conflict checking, attendee verification, and dynamic adjustments—all without a single line of code. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1KPcGwRPH_o0BZ9x3ISRcPOdmImu8yYEB/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=z-gDDajSSNE +- **ID**: z-gDDajSSNE + +## I Built An AI Agent That Automates Upwork ($500K+ Earned) +- **Description**: This system automates Upwork job applications by orchestrating an AI agent that triggers multiple workflows: one generates a tailored application copy, another creates a dynamic Google Docs proposal using a pre-designed template, and a third produces a mermaid diagram for workflow visualization. It leverages ChatGPT prompt engineering, workflow triggers, and API integrations with Google Drive to deliver a high-quality, revenue-driving automation solution. Created by Nick Saraev. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1GxyOkaCQ2jijODNNNg_GYD8MLsBtgWeS/view?usp=drive_link https://drive.google.com/file/d/11mOiQAb2CPdJ6B30A-y4dn_LuAaIrWMN/view?usp=drive_link https://drive.google.com/file/d/1B-JV6NDdd0vkiIsaM39hOi_AHdbOrgsV/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=0LVTTv9zxwE +- **ID**: 0LVTTv9zxwE + +## Run Supabase 100% LOCALLY for Your AI Agents +- **Description**: Cole Medin upgrades the original local AI package by the n8n team by integrating Supabase into the stack, providing a local, Dockerized solution for AI agents. The system leverages n8n for workflow automation, incorporates Supabase as both an SQL database and PGVector-based vector store for RAG, and works alongside tools like Ollama and Flowise. This detailed setup demonstrates container orchestration, environment variable configuration, and troubleshooting, all built on a free template available on GitHub. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1HTNCir9RFmYGV6XWAhsVvVwjUHyGVl3t/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=pOsO40HSbOo +- **ID**: pOsO40HSbOo + +## This n8n AI Assistant Will Manage Your Life (Automate Everything) +- **Description**: This workflow is a comprehensive AI personal assistant built on a n8n blueprint by Jono Catliff. It automates a range of tasks including calendar management, email handling, document processing (PDF to JSON extraction), Airtable task updates, and social media content generation. Integrated modules include Telegram triggers, HTTP requests, voice agent functionalities with vapi, and data merging for multi-type inputs. The free template is available via the provided Gumroad link. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1un7zmUQzszQeYemiiQa_BgRBg-mSa0IC/view?usp=drive_link https://drive.google.com/file/d/1IbG_ETQc4PuLmseh1QV-JOa7hlKPBEWM/view?usp=drive_link https://drive.google.com/file/d/1HQIKlEMlPHraWAEBGbhacURjqaQmggM-/view?usp=drive_link https://drive.google.com/file/d/1EOQJW9laQQEkq6ePmbpa1-w6kTUK3Uml/view?usp=drive_link https://drive.google.com/file/d/1rYXqD60yhZ0r8uXrp4dSjDd4FUGywUkr/view?usp=drive_link https://drive.google.com/file/d/1IBuRANFwJITSUZZF8OwjZAWa2ft3Ssza/view?usp=drive_link https://drive.google.com/file/d/19Nd5VkE5-tHPvyqeX1VI0c59daHvwt1o/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=iEzr0GdFitU +- **ID**: iEzr0GdFitU + +## I Built an AI Voice Travel Agent with ElevenLabs and n8n (Free Template) +- **Description**: This system implements an AI Voice Travel Agent that leverages ElevenLabs for realistic voice interactions and automates travel planning via a detailed workflow. It collects travel details via a webhook and retrieves flights, hotel, and activity information using APIs (including Ser API and Tavali), then formats a personalized HTML email with airport codes, dates, and amenities. Created by Nate Herk, the free template is available through his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1_pRzOQMU0E_uitCxAilcvelukXOLTfOl/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=5zhTxuuPc3A +- **ID**: 5zhTxuuPc3A + +## This AI Agent Can Scrape ANYTHING (100% Automatic) +- **Description**: In this workflow, Jono Catliff demonstrates an AI agent built on n8n that automates web scraping from Google Maps. The system leverages an HTTP request module to interact with a web scraping API (via Apify), parses dynamic JSON data using expressions, and aggregates results into Google Sheets. It features an AI agent using OpenAI's ChatGPT model for command interpretation and memory buffering. All components are tied together to scrape industry-specific search data, making it a robust, free, and importable template. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1wEG5BF066ilFle4EUHVl4RNwE6-VggHG/view?usp=drive_link https://drive.google.com/file/d/1pyJaRo4ayUTs_2keEhSfhWqJOMsgj8Pe/view?usp=drive_link https://drive.google.com/file/d/1aXlcOBkJoC9v2Fj-w3kobxmsizFf6pd7/view?usp=drive_link https://drive.google.com/file/d/1sv-fvplAXeKxJyn2-KMX0nV980wN7-OM/view?usp=drive_link https://drive.google.com/file/d/1fdFCPyDjEgsaumrZ3J6TT2x4LpkCwZhX/view?usp=drive_link https://drive.google.com/file/d/1sT552PlkviUPBhCL-EUDdF9v14xfJig6/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=VAaFsqu5NE8 +- **ID**: VAaFsqu5NE8 + +## Create This RAG n8n AI Agent in 30 Minutes (You'll Use This Daily) +- **Description**: In this video, Jono Catliff builds a fully functional RAG AI agent workflow using n8n. The system uses Google Drive as a trigger to detect new documents, uploads file data to a Pinecone vector store with OpenAI text embeddings and a recursive text splitter, and integrates Airtable to automatically generate tasks. This detailed example shows the integration of APIs and AI agents within a robust automation pipeline. The free blueprint template is provided by the creator on Gumroad. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1DePiMuwOnKru3Llo2uZjVPaj9VKLxKcs/view?usp=drive_link https://drive.google.com/file/d/1teQpVLs-3_nX6itv0GjRH5sg9yte2LB8/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=KC34sUqgU5A +- **ID**: KC34sUqgU5A + +## This n8n AI Agent Will Manage Your Email Inbox (100% Automatic) +- **Description**: Jono Catliff demonstrates an AI-powered email management system for Gmail that uses a free n8n workflow. The workflow automatically classifies emails into categories such as promotions, social, personal, sales, receipts, and miscellaneous using an AI text classifier powered by ChatGPT (GPT-4 mini). It then performs actions like labeling, summarizing, drafting replies, forwarding messages, and appending data to Google Sheets. The system integrates Gmail, OpenAI, Google Sheets, and custom logic. Free blueprint available on Gumroad. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/16fEk0SgtcGqijGYBIrmZgfR13AQAJJX9/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=l0SiFihbetA +- **ID**: l0SiFihbetA + +## n8n Tutorial: AI Agents with Human Feedback +- **Description**: Leon van Zyl demonstrates a sophisticated multi-agent AI system that orchestrates a storytelling process with human feedback checkpoints. The workflow sequentially generates a story premise, characters, and outline, integrating Telegram for real-time feedback, Gmail for email delivery, and OpenAI's GPT models for content generation. The video details how to set up decision points using text classifiers and set nodes, with a free downloadable template available via the linked workflow prompt. +- **Creator**: Leon van Zyl +- **Template URL**: https://drive.google.com/file/d/1cjOP713BwHJNrQq8tbZe2JtHi6kQA1i5/view?usp=drive_link https://drive.google.com/file/d/1dIWQlEIHHl7TCZwg7HjnwuoilyqceKLt/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=4wsV1GgIsrs +- **ID**: 4wsV1GgIsrs + +## The N8N Instagram Parasite System (10K Followers In 15 Days) +- **Description**: Nick Saraev demonstrates a complete Instagram scraping and content repurposing workflow built on n8n. This system uses Apify to scrape Instagram Reels from niche profiles, then processes the data via HTTP requests, integrates with Google Sheets for record management, and uses OpenAI Whisper for video transcription. Advanced steps include filtering with AI (GPT and Perplexity) to generate tailored content, making it ideal for automating social media growth. A free template is provided. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1TF418y0Ff1XmXVMlna0olcW8iXbUSFdP/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=9zBtU1mwOR4 +- **ID**: 9zBtU1mwOR4 + +## 4 Agentic Frameworks for More Efficient Workflows in n8n +- **Description**: In this video tutorial, Nate Herk showcases four specialized frameworks—prompt chaining, routing, parallelization, and evaluator optimizer—built using an n8n system. The workflows demonstrate sequential processing for blog generation, email classification with Gmail, Telegram alerts for high priority tasks, parallel data analysis with distinct LLMs, and an iterative optimization loop that refines outputs via Google Docs integration. Free templates for these agent-driven workflows are available in the community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1d6rikqHI_20LQtV3az7O1jIlgxXwOxDi/view?usp=drive_link https://drive.google.com/file/d/1ZonJFV6B8U2px_-Fe8WblUDfNvsKomZf/view?usp=drive_link https://drive.google.com/file/d/1f-AqEGZ8b-EIHwfLtxz9QMexEQ-pcYbg/view?usp=drive_link https://drive.google.com/file/d/1tKgq5uXibES3KSNZi7RkMBiixQxQ7UeL/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=nSQnJoqK4DQ +- **ID**: nSQnJoqK4DQ + +## Build Your First No-Code n8n AI Agent (Beginner's Guide) +- **Description**: Jono Catliff’s video details a dual AI agent workflow built in n8n. The first agent processes internal chat messages using integrated calculator and Wikipedia modules via an OpenAI chat model and memory. The second agent uses Telegram to handle text and voice inputs, transcribe audio, and automate Google Calendar event creation/updating with logging to Google Sheets. This setup demonstrates advanced multi-tool AI automation with dynamic scheduling and conflict management. Free blueprint templates are available at the provided link. +- **Creator**: Jono Catliff +- **Template URL**: https://drive.google.com/file/d/1JcVrQKNTzgqbJcj0EMFbtWjiUK5Fk_mt/view?usp=drive_link https://drive.google.com/file/d/1G1X-kX70sMy-bmU1ppUJegqOXOONvRK4/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=81prU7h9yWs +- **ID**: 81prU7h9yWs + +## Build an AI Agent That Actually Remembers You (n8n Tutorial) +- **Description**: Leon van Zyl presents a detailed workflow that enables an AI agent to retain long-term user memories. The system integrates chat triggers, OpenAI's GPT40 Mini for processing, and Airtable to store and retrieve conversation memories. It utilizes merging of current chat inputs with aggregated past memories and injects them into the system prompt, effectively personalizing responses much like ChatGPT's memory feature. The free template download is provided via a direct link in the video description. +- **Creator**: Leon van Zyl +- **Template URL**: https://drive.google.com/file/d/1WwQi8GjaPJgFCc5UWv5gHTig-Any8kAz/view?usp=drive_link https://drive.google.com/file/d/1ux94BknPxPV6wqUW8AtBq6hR71Xf914R/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=t_azqARQSb8 +- **ID**: t_azqARQSb8 + +## Watch Me Build a $7.5k AI Price Tracker in 40 min (N8N) (No-Code) +- **Description**: This system is a no-code AI competitor price tracker that automates price monitoring for e-commerce brands. It uses a workflow built in n8n to scrape product prices via HTTP requests and advanced scraping techniques (including bypassing anti-scraping measures with Scrapperfly), extracts prices with a language model (Google Gemini), updates Google Sheets, and visualizes data in Looker Studio while triggering Slack notifications on price changes. Developed by Ben AI, it comes with a free template available through his community. +- **Creator**: Ben AI +- **Template URL**: https://drive.google.com/file/d/1vPITJg2ceRPUAqvIWlelg069sJebyaER/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=KFB6BBcbIjg +- **ID**: KFB6BBcbIjg + +## I Built a Human In The Loop Sales Team That Waits for Feedback and Approval in n8n +- **Description**: This workflow implements a human-in-the-loop solution for AI-driven sales email outreach. It uses an Airtable trigger to capture leads, then an AI sales agent generates personalized emails while a revision agent refines them based on human feedback via Gmail. With a structured output parser splitting email subjects and bodies, the system leverages Claude 3.5 for content generation. Created by Nate Herk, the workflow is available as a free downloadable template via his community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1t64LWOhddRMDPFi1OfOpBlRn7cHqiMhM/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=FcAAlOw6KZ8 +- **ID**: FcAAlOw6KZ8 + +## I Built A $2,485 AI Proposal Generator In N8N (Copy This) +- **Description**: Dynamic AI Proposal Generator is an automated workflow built on n8n that converts form input into professional, customized proposals. The system duplicates and customizes a Google Slides template by replacing text fields with AI-generated content via the OpenAI API. It also integrates with Gmail for automated delivery and supports Pandadoc enhancements. Created by Nick Saraev, this video provides a free-use template hosted on Gumroad. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1ILUbRyqO4i-rQO3V8MGjHXV9PLneNe6r/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=viN9gX030T4 +- **ID**: viN9gX030T4 + +## I Built the Ultimate Team of AI Agents in n8n With No Code (Free Template) +- **Description**: This video by Nate Herk showcases a no-code automation system built in n8n that orchestrates a team of specialized AI agents. The workflow integrates an email agent, calendar agent, content creator agent, and contact agent to manage tasks such as sending emails, creating calendar events, drafting blog posts, and updating contacts. It leverages GPT-4 and Claude 3.5 Sonet along with APIs for Gmail, Airtable, and calendar services. The system’s modular design, dynamic tool calls, and multi-step processing are highlighted with demos and a free downloadable JSON template. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1jeWlCmi_aOGEsvUcIexGNyj9RI8oUMs5/view?usp=drive_link https://drive.google.com/file/d/1nXudDokTVGBJohdS_jUKqcUTj1CYO9aO/view?usp=drive_link https://drive.google.com/file/d/16hT112vkKH7WPBd1gXVMzDuGimIMehLq/view?usp=drive_link https://drive.google.com/file/d/12vo-ispmMjBpIqTKcvJOXlA7llcbntCc/view?usp=drive_link https://drive.google.com/file/d/1pj4L9NOwECWs0raucJPkWheR_AcTaQyM/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=9FuNtfsnRNo +- **ID**: 9FuNtfsnRNo + +## OpenAI Fires Back at DeepSeek With a New Reasoning Model: o3-mini (n8n AI Agent) +- **Description**: This video by Nate Herk demonstrates a system that integrates OpenAI’s new O3 Mini reasoning model as an AI agent within an automation workflow. The tutorial builds a travel agent that pulls data from three Pinecone databases (resorts, flights, and activities), formats an HTML itinerary, and sends it via a Gmail tool. The video details prompt engineering, sequential tool calls, and includes a free downloadable workflow template available through his free Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1RWYii5r5yOSIItRc-_6aNtXGmd-ltEA0/view?usp=drive_link https://drive.google.com/file/d/1z7Pj1D9uiRLMfwpu2ofB1SGLSDhKSFTY/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=IBaT-XQm_wE +- **ID**: IBaT-XQm_wE + +## How to process with AI 500 CVs from your Gmail in 1 hour +- **Description**: This system automates HR processes by using a Gmail trigger to capture incoming CV emails and process multiple attachments such as PDFs and DOC files. It extracts and aggregates text, then uses OpenAI API to match CV data against job listings stored in Airtable and score candidates based on custom criteria. Error handling is implemented via loops and conditions, ensuring robust processing. Created by Mark and Philipp from 5minAI, this walkthrough includes a free workflow template. +- **Creator**: 5minAI +- **Template URL**: https://drive.google.com/file/d/1Iz1z5Xb1ceiwKIkM632kQZaHfYmkkIqH/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=iNjFF4RzoVg +- **ID**: iNjFF4RzoVg + +## Best Model for RAG? GPT-4o vs Claude 3.5 vs Gemini Flash 2.0 (n8n Experiment Results) +- **Description**: In this detailed workflow, Nate Herk demonstrates a RAG (Retrieval-Augmented Generation) system that compares three AI models—GPT-4o, Claude 3.5, and Gemini Flash 2.0. The n8n-based setup integrates vector database queries to fetch Nvidia financial data and uses dynamic tool calls to generate, evaluate, and grade responses over multiple parameters such as speed, query understanding, and context management. The free template is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1U74wSgEZOVT8Hl6Z9XhLzlmg38CPGAhq/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=_DbZjllXDv8 +- **ID**: _DbZjllXDv8 + +## N8N Foundational Concepts (AI Agents, JSON, Logic) +- **Description**: This comprehensive workflow automates personalized cold email outreach by integrating a Google Sheets trigger for lead data, OpenAI for generating dynamic email subject lines, icebreakers, elevator pitches, and Gmail for drafting emails. It showcases advanced techniques using fixed vs expression fields, JSON manipulation, looping, filtering, and merging to build robust business processes. Created by Nick Saraev. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1H92R8P6Q8zRHbbbU9ZJl4XvI09Tn6PnP/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=6b442bN0CyI +- **ID**: 6b442bN0CyI + +## n8n + Crawl4AI - Scrape ANY Website in Minutes with NO Code +- **Description**: This system integrates an open-source web scraping engine deployed via Docker with a no-code workflow that automates website crawling, content extraction, and data ingestion for retrieval-augmented generation. The workflow uses HTTP requests to trigger asynchronous scraping tasks, parses sitemap.xml for URLs, processes markdown and HTML responses, and feeds vector embeddings (via OpenAI) into a Supabase vector store. The process also includes AI agent components such as Pydantic AI and TEN Agent. Creator Cole Medin demonstrates step-by-step deployment and integration techniques in this free template workflow. +- **Creator**: Cole Medin +- **Template URL**: https://drive.google.com/file/d/1nUl0j6Y7HQRcE2sOOsU8hx9lTlVSMHJC/view?usp=drive_link https://drive.google.com/file/d/159iNaTq4b4sO2LJY87Og7svvFB3RuBd_/view?usp=drive_link https://drive.google.com/file/d/1UsJuUUq-63fQKGPNwnAZ3sNGwS-0Tntg/view?usp=drive_link https://drive.google.com/file/d/1GOrBLRSOnEBkaG_ZzBr_hsPa9LEB615-/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=c5dw_jsGNBk +- **ID**: c5dw_jsGNBk + +## How to Actually Build Agents with DeepSeek R1 in n8n (Without OpenRouter) +- **Description**: In this workflow, creator Nate Herk demonstrates a system that integrates the DeepSeek R1 reasoning model as a planning agent to handle real-world automation tasks like email sending and calendar event creation. The setup uses an HTTP request to connect directly to DeepSeek’s API, bypassing OpenRouter, and splits responsibilities between a planning agent that converts user commands into detailed step-by-step instructions and a tools agent that executes the tasks using other models such as GPT-4 or Claude 3.5. The free template is available through his community link. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1fjOajCeqbE1flHCpx5Kq0qr8nvoMsMVN/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=tjaD65OCoE8 +- **ID**: tjaD65OCoE8 + +## N8N For Everyone (AI Agents, Workflows, & More) +- **Description**: In this comprehensive tutorial by Nick Saraev, the creator demonstrates how to build complete automated workflows using n8n. The video walks through setting up triggers—from manual activation and form submissions to API events from cal.com—and integrates multiple actions such as sending personalized emails via Gmail, using OpenAI for dynamic content, and updating CRM records in ClickUp. A free template collection for these workflows is available at the linked Gumroad page. +- **Creator**: Nick Saraev +- **Template URL**: https://drive.google.com/file/d/1qsO-s48nDhyv-xC6x9AO06W1hbdYxOGJ/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=r6uX3btBgvw +- **ID**: r6uX3btBgvw + +## Two Ways to Save 96% of Your Money Using DeepSeek R1 in n8n +- **Description**: This system, presented by Nate Herk, demonstrates a technical integration of DeepSeek R1—a cost-effective, reinforcement learning driven AI model—into a workflow using Chat Model and HTTP Request nodes. The video explains setting up API credentials via OpenRouter, cost comparisons with OpenAI models, and details how to download the free workflow template from the free Skool community. Keywords: DeepSeek R1, API, HTTP, reinforcement learning, cost efficiency. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/15Uf3Dk_0ilgXXbfPbU-H1_fczj7Er9md/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=o69yGTxB8EE +- **ID**: o69yGTxB8EE + +## Build Your OWN AI Agent That Can SEE And SPEAK With Ease +- **Description**: Leon van Zyl demonstrates a full-featured AI agent workflow that processes text, voice, and images without coding. This system integrates Telegram triggers, voice transcription, and text-to-speech capabilities alongside advanced OpenAI chat and image analysis. Additional tools include Gmail for email handling, Google Calendar for scheduling, SERP API for web search, and Pinecone for a custom knowledge base. The workflow uses dynamic system prompts and switch nodes for multimodal input management. A free downloadable template is provided. +- **Creator**: Leon van Zyl +- **Template URL**: https://drive.google.com/file/d/154CXEPU9aInFDPu5VeXmPyp2l9PRI2OV/view?usp=drive_link https://drive.google.com/file/d/1OgJheom6elKiDngLw96h3H6Xh8Q1EF7T/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=cTvaMD4Tt9Y +- **ID**: cTvaMD4Tt9Y + +## How to analyse any video with Gemini AI in N8N +- **Description**: This system automates the review of audition tapes by integrating Google Drive, Gemini AI (using Jimini API), and Airtable into one seamless workflow built on n8n. It starts with a Google Drive trigger to upload video files, then passes them via HTTP requests and file download/upload modules to Gemini AI for emotional and facial analysis. The AI returns ratings and comments that are stored in Airtable, enabling rapid candidate evaluation. Developed by Mark and Philipp on the 5minAI channel, the full workflow is available via the linked free template. +- **Creator**: 5minAI +- **Template URL**: https://drive.google.com/file/d/18LCOLhvfUCIEifES9g7_bzAkQspp2jGp/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=zehXwwnH8d0 +- **ID**: zehXwwnH8d0 + +## How I Built A Technical Analyst AI Agent in n8n With No Code +- **Description**: This workflow builds a technical analysis agent using n8n. It triggers via Telegram to receive stock tickers (e.g., Apple), then sends an HTTP POST to a free chart-image API to generate technical charts and retrieves the image via an HTTP GET. The workflow processes the chart with AI nodes (Anthropic 3.5 and OpenAI image analysis) to produce detailed technical insights. Developed by Nate Herk, the free template is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1S1t9eQmgYXVML6kWmOBZfJjyg563ppdi/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=dooXxhGy5Ow +- **ID**: dooXxhGy5Ow + +## How I'd Teach a 10 Year Old to Build AI Agents (No Code, n8n) +- **Description**: In this tutorial video by Nate Herk, a complete workflow is built in n8n for creating an AI-powered email agent. The system combines an OpenAI chat model for processing user inputs, window buffer memory for maintaining conversation context, a Gmail tool for sending emails, and a Google Sheets contact database for dynamically retrieving recipient information. The video demonstrates setting up credentials, configuring dynamic expressions for email contents, and updating system prompts. Free access is provided via his free Skool community, where the workflow template is available. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1pkdI5-ezSEHMv1IuNqniaM60lMtnt04k/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=6DLZK7XDOGo +- **ID**: 6DLZK7XDOGo + +## This AI Agent Handled 1000+ Support Tickets (Here's How) +- **Description**: This system automates customer support by handling FAQs, package tracking, ticket creation, and call scheduling through a sophisticated AI agent workflow. It integrates an AI agent with OpenAI, manages dynamic chat memory via Postgres, and leverages document retrieval using Supabase as a vector store. Additional modules interact with Airtable for database operations and Google Drive/Calendar for document management and scheduling. The guide, provided by Mark and Philipp of 5minAI, offers a free template in the community. +- **Creator**: 5minAI +- **Template URL**: https://drive.google.com/file/d/1SeslCyoTxjySKkppm2aCkSOcnuQw7W_D/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=LCRxRnsWErs +- **ID**: LCRxRnsWErs + +## Having an Actual Conversation with Data Using an ElevenLabs Voice Agent and n8n +- **Description**: This video demonstrates a complete n8n workflow that integrates a conversational voice AI agent using ElevenLabs with a vector database (Pine Cone) for Retrieval Augmented Generation (RAG). The system pulls project data from a Google Doc via n8n workflows, processes user queries through a webhook, and responds with natural voice interactions. Creator Nate Herk explains how to set up the web hook, the ElevenLabs voice agent, and the vector search, offering a free template available in his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1ix9Oihxw8GUT-VBdgBoL_7NoHFg-wvKW/view?usp=drive_link https://drive.google.com/file/d/1YEc-zjlRwW0q8xX2HaCBbuXzlv5m_c-p/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=pJYm7MOyMH0 +- **ID**: pJYm7MOyMH0 + +## Flowise AI Tutorial (2025) #12 - Telegram Integration +- **Description**: In this tutorial, Leon van Zyl shows how to build a Telegram chatbot workflow that integrates Flowise AI with an automation tool. The system uses Telegram triggers to receive messages and HTTP request nodes to post queries to Flowise’s API endpoints. It manages chat history and context by passing chat IDs, and incorporates SER API and OpenAI credentials for web search and text generation. The free template is available via the course resources on GitHub. +- **Creator**: Leon van Zyl +- **Template URL**: https://drive.google.com/file/d/1puYPa55_fP14zxK8us4qb83dSOB30zFK/view?usp=drive_link https://drive.google.com/file/d/1Xf-nw-sR_n7oGlCVrGgHE8hHXRZLv_H6/view?usp=drive_link https://drive.google.com/file/d/1XRC2kHjweSajJ_e96i11EpFzZTI2_ovc/view?usp=drive_link https://drive.google.com/file/d/152LPpnD3gJuKZXvINXVYZ68HqUwL6NE3/view?usp=drive_link https://drive.google.com/file/d/1qxOCjhI7ki5QZda8e0QeuJeNUjN5weY5/view?usp=drive_link https://drive.google.com/file/d/13d8PL79x7RA3gH9fC1_vxXjPr9KiOFLf/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=o8yhnqCF2gs +- **ID**: o8yhnqCF2gs + +## DOUBLE Your Business with this AI Agent for Airtable +- **Description**: This workflow integrates an AI agent with Airtable data, enabling dynamic data queries, math operations, filtering, and map generation. It uses a chat-based agent configuration with OpenAI for code interpretation and response generation, and Mapbox for visual mapping. The system is implemented in n8n and is designed to automatically retrieve base and schema details from Airtable. Created by Mark and Philipp from 5minAI, it comes with a free template available for community use. +- **Creator**: 5minAI +- **Template URL**: https://drive.google.com/file/d/1YfhuXF3KnSeiFn19IOyp9KQx7Lb2uSOD/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=SotqsAZEhdc +- **ID**: SotqsAZEhdc + +## How I Built an AI Agent to Automate my Emails in n8n (Step by Step, No Code) +- **Description**: This workflow automates email handling by detecting customer support inquiries. Using a Gmail trigger and set field node, the email content is evaluated via an OpenAI node to determine if it is support-related. If true, a conditional switch routes the email to an AI agent which consults a Pinecone vector database loaded with customer support policies and FAQs, drafts a response, and then notifies via Telegram. Created by Nate Herk and available through his free Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1CMMCcU56QNDyXLo2G9GTbjMr6CnXObiJ/view?usp=drive_link https://drive.google.com/file/d/1yDwZQ5p_BkWJPs6cgIeuQ_zSK_8IEowo/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=KIJHRq_Tg6o +- **ID**: KIJHRq_Tg6o + +## The Best RAG System On YouTube (Steal This!) +- **Description**: In this detailed tutorial, Nate Herk demonstrates a robust RAG system built on n8n that integrates Supabase and Postgres for dynamic document management. The workflow monitors a Google Drive folder for file creations and updates, automatically converting file types (e.g., Google Docs to text, PDF processing) and extracting metadata for vector database uploads. With built-in versioning and AI agent interaction, this automation streamlines data consistency and retrieval. Free template available via the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1_t3bSGLr2u-IT_cy9Pf0ry7wmw3uDgPe/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=Kvf-Pr1LRe4 +- **ID**: Kvf-Pr1LRe4 + +## This AI Agent Extracts Text From Images in n8n +- **Description**: This workflow implements a no-code solution that processes invoice images triggered via Telegram. The system downloads the image, sends it to a free OCR API (ocr.space) to extract text, and then parses the extracted data to update a database and upload the original image to Google Drive. It further generates a summary response back to Telegram. Built by Nate Herk on his AI Automation channel, this practical system demonstrates robust integration of multiple APIs and nodes. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1YZJKUed1cueBFn9yiOGj60GBLhI3i9m-/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=skHe-qIRkM4 +- **ID**: skHe-qIRkM4 + +## Vector Database Optimization with n8n: Metadata, Text Splitting, & Embeddings +- **Description**: Nate Herk presents a detailed workflow for optimizing vector database operations using a no-code automation system. The system covers inserting data into Pinecone, handling metadata, and implementing various text splitting techniques (recursive, token, and character splitting) to fine-tune embeddings for Retrieval-Augmented Generation (RAG). The tutorial explains API configurations, binary versus JSON processing, and error handling for embedding mismatches. The free template is accessible via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1DjxnKBX35rCQta__qNSMpICilX5sZRYA/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=VBw5PEV-zKw +- **ID**: VBw5PEV-zKw + +## Build this Multi AI Agent System for Research and Content Creation in n8n +- **Description**: This system is a multi-agent workflow designed for automated research and tailored content creation. It integrates with Google Sheets to trigger a series of processes that use the Tavali API for real-time news search, then channels the gathered data into three specialized agents to produce optimized posts for LinkedIn, X (Twitter), and blogs. Built in n8n, it leverages automated triggering and data-driven prompts to deliver audience-targeted content. Creator: Nate Herk. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1Up3GxZU9_29biPbi2H0VsxJl3S6GRMgu/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=u2Tuu02r7QI +- **ID**: u2Tuu02r7QI + +## How to Build a Personal Assistant AI Agent in n8n (Step-by-Step, No Code) +- **Description**: This in-depth tutorial by Nate Herk demonstrates a no-code personal assistant built in n8n that integrates multiple agents and tools. The system uses telegram triggers, a built-in AI agent with memory, and several tool nodes including Gmail for emailing, Google Sheets for contact management, Google Calendar for event scheduling, and a research agent leveraging Wikipedia and Hacker News. It also showcases text-to-speech conversion via 11 Labs. Access the free workflow template via the free Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1-NTtE59s0xq6uhhm-01fOOG0XHtGwBDd/view?usp=drive_link https://drive.google.com/file/d/10UW7XA4h--As9rmknmCPV-4qYQMS7_dS/view?usp=drive_link https://drive.google.com/file/d/1jcCh0VbaAjoS_H7Qk-CzaS_w-np6Ve37/view?usp=drive_link https://drive.google.com/file/d/1YCrEOazOxgqvQakaxH4OX9tezW5KXa3D/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ZP4fjVWKt2w +- **ID**: ZP4fjVWKt2w + +## Step by Step: RAG AI Agents Got Even Better +- **Description**: This video presents a detailed build of a RAG AI agent workflow using a no-code platform. It integrates a persistent memory system with Postgres, a vector store via Supabase, and file automation driven by Google Drive triggers, while leveraging text embeddings and OpenAI-based models. The agent retrieves and updates contextual data in real time for project management. Created by Nate Herk, the free template is available through his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1rlyxt0PlcFnz21hCjnALRPZSQjc3z9ZL/view?usp=drive_link https://drive.google.com/file/d/1Wqvj3w1mp9TNSnvjtB0p9ZhqAm8wtsc0/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=wEXrbtqNIqI +- **ID**: wEXrbtqNIqI + +## Step by Step: Scrape UNLIMITED Emails for FREE with n8n +- **Description**: This workflow system automates email scraping from Google Maps by iterating over custom search queries. It sends dynamic HTTP GET requests to Google Maps, parses large HTML chunks with code nodes, filters and removes duplicate domains using regex, and then aggregates the valid email addresses before appending them to a Google Sheet. The system features error handling through looping configurations and a trigger workflow to call sub-workflows. Created by Nate Herk, the free template is available from his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1T1IZcunKHOlmQrv5jMUpvKqsVu6EJb9m/view?usp=drive_link https://drive.google.com/file/d/1clcHKxR1shjZu-CUj05k3R9gUrTbPcf2/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=NzMNuuS5JbI +- **ID**: NzMNuuS5JbI + +## Step By Step: Automating Lead Nurturing with No Code in n8n +- **Description**: This automated lead nurturing workflow built with n8n integrates Google Forms and Sheets, OpenAI’s GPT-4, Gmail, and Slack notifications to capture and process lead data. The system triggers on new Google Form submissions, processes inputs with custom JavaScript and AI to generate personalized emails, updates CRM status and tagging in Google Sheets, and notifies teams via Slack. Created by Nate Herk, this video provides access to a free template via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1aLQOrXF8LQsi6UI-qqbLqZhcW-cuWVJp/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=fWtXJswvUcA +- **ID**: fWtXJswvUcA + +## n8n Masterclass: Build AI Agents & Automate Workflows (Beginner to Pro) +- **Description**: In this masterclass by Nate Herk, a complete system is built using n8n to design AI agents and automate workflows. The video walks through a hands-on demo featuring integrations with Google Sheets, Gmail, OpenAI (for LLM-powered summarization), and Pinecone for vector database operations, along with retrieval-augmented generation (RAG), sub-workflows, error handling, and API calls. Viewers can import free community templates from the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1WL-IJULogX6h4wvNHnodJTnE4mzgOvJX/view?usp=drive_link https://drive.google.com/file/d/1BjrxM3yZI2m-QPpC65fV-LQAR5UYq4Ml/view?usp=drive_link https://drive.google.com/file/d/16inc2zxJAtAlDCxxWK7pwHz3-kZWCVee/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=ZHH3sr234zY +- **ID**: ZHH3sr234zY + +## Step-By-Step: Add 100+ Files to Pinecone for RAG AI Agent with n8n +- **Description**: In this in-depth tutorial by Nate Herk, a complete workflow is demonstrated for automating the upload of multiple documents from Google Drive to the Pinecone vector database, creating a Retrieval-Augmented Generation (RAG) AI agent. The system features file search, content download, looping for batch processing, recursive text splitting, and integration with OpenAI’s API to enable a restaurant assistant application. The free template is available via the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1F0buhz4quaxru0H1GQbcYWnefWik_vyP/view?usp=drive_link https://drive.google.com/file/d/1dP1ujDPksBYQUbivmijquDri5E1oFhCg/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=iT9xpiUwVbI +- **ID**: iT9xpiUwVbI + +## I Built an AI Agent that Automated my Inbox with n8n (No Code) +- **Description**: This workflow automates email management by classifying incoming emails into categories such as high priority, customer support, promotional, and finance. It leverages Gmail triggers to capture email content, utilizes OpenAI nodes for text classification and response generation, and integrates Telegram for real-time notifications. Detailed steps include JSON variable handling, draft creation, and conditional routing. Created by Nate Herk, this free system is available through his community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1y6HbQ9V-eYxFf167rjxTxKIfQzVEAYA2/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=JUx2ZfNfD64 +- **ID**: JUx2ZfNfD64 + +## I Built a Personal Assistant AI Agent with No Code in n8n +- **Description**: In this detailed tutorial, Nate Herk builds a no-code personal assistant AI agent that integrates seamlessly with Telegram, Gmail, Google Calendar, and a Google Sheets database using the n8n workflow platform. The system leverages OpenAI’s GPT-4 for natural language processing, Pinecone for vector storage, and custom nodes for fetching/sending emails, calendar events, and database updates. The free template is provided through the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: https://drive.google.com/file/d/1hbZp6hIXDpyyHaR1gR4igpSbEJgdHT2a/view?usp=drive_link https://drive.google.com/file/d/1sUObA32j6HTdWtLcHsOCTJ2xtCpiEaWR/view?usp=drive_link https://drive.google.com/file/d/1tyz8fyezQQ3RvSmX4jdoLiaeH2fwYWRM/view?usp=drive_link https://drive.google.com/file/d/1RtDoTmF2zhLhoRNiD_LldGZHuxi0T1-n/view?usp=drive_link https://drive.google.com/file/d/1alDeKxzDLbP4Kx5v6eNmiQqQnIAcH8J2/view?usp=drive_link https://drive.google.com/file/d/1TyNe9JVcB8jMLwyjbH7f9X5thBmd1yvc/view?usp=drive_link https://drive.google.com/file/d/1CM7hWjc0yXXUwsR5g7om6jNEdXb3M2xI/view?usp=drive_link +- **YouTube URL**: https://www.youtube.com/watch?v=omw1MEvMCo0 +- **ID**: omw1MEvMCo0 + +## n8n Webhook Security: Learn This Before It’s Too Late +- **Description**: This system secures webhook endpoints by implementing three authentication methods—Header Auth, Basic Auth, and JWT—to prevent abuse and unexpected API costs. It demonstrates using Postman for testing, configuring credentials, and generating secure tokens via jwt.io. The tutorial, created by Nate Herk, includes detailed step-by-step instructions and provides a free template accessible through his free Skool community, ideal for securing automation workflows. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=3FfCRbq3XMs +- **ID**: 3FfCRbq3XMs + +## From Zero to RAG Agent: Full Beginner's Course (no code) +- **Description**: In this beginner-friendly tutorial, Nate Herk shows how to build a complete retrieval-augmented generation (RAG) system with a no-code workflow. The setup ingests a 22-page PDF from Google Drive, splits and chunks the content, and then uses OpenAI embeddings to vectorize data into a Supabase (Postgres) vector store. An AI agent, triggered via chat, retrieves and processes these vectors while leveraging Postgres for short-term memory. The free template is available via the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=cCD303XsUjI +- **ID**: cCD303XsUjI + +## $1,000,000 AI Automation & Agents Advice for 5 Hours Straight +- **Description**: This video demonstrates a complete workflow that builds an AI graphic design agent using n8n. The system automates the creation and iterative revision of design assets such as logos, style guides and gradient backgrounds. It integrates API calls to OpenAI’s image generation endpoint (GPT Image 1), uses Replicate for upscaling and Google Drive for file storage and sharing. The workflow employs dynamic routing, revision loops and templating to fine-tune output based on user inputs. Created and explained by Nick Saraev, all resources and blueprints are available free via his link. +- **Creator**: Nick Saraev +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=L4Qbx8OM9l4 +- **ID**: L4Qbx8OM9l4 + +## Smarter RAG Starts with Metadata (Beginner's Guide) +- **Description**: This system implements a no-code Retrieval-Augmented Generation (RAG) workflow that processes YouTube video transcripts and enriches each chunk with metadata such as video title, URL, and timestamps. It uses nodes for scraping data via HTTP requests, code nodes for chunking with precise timestamp retention, and integrates with Supabase for vector storage and Google Sheets for management and deletion pipelines. Built by Nate Herk, the free template is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=lnm0PMi-4mE +- **ID**: lnm0PMi-4mE + +## Building an AI Agent Swarm in n8n Just Got So Easy +- **Description**: In this video, Nate Herk explains how he built a comprehensive AI agent swarm using n8n, with a main orchestrator delegating tasks to specialized sub-agents like email, YouTube, contact, and calendar. The system leverages no-code tools, OpenRouter for chat models, and integrates with Gmail and Google Calendar. Detailed debugging via agent logs and live tool-calling is demonstrated. Free resources and templates are available through his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=vpyllOeLhs4 +- **ID**: vpyllOeLhs4 + +## Build an AI SaaS in MINUTES with Claude Code + N8N (No-Code Guide) +- **Description**: This system is a complete AI content management SaaS built with n8n workflows that integrate Claude Code for automated PRD generation and content creation, alongside Supabase for database management. The workflow automates steps such as user context generation, strategy and idea generation, and final content production for platforms like LinkedIn and newsletters. Created by Ben AI, the video provides a free template accessible via his community, making it ideal for rapid, no-code deployment of an AI-powered content system. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=W-RZeHX43vI +- **ID**: W-RZeHX43vI + +## 6 Context Engineering Lessons From 204 AI Automations (no code) +- **Description**: In this video, Nate Herk demonstrates a no‐code automation workflow that powers an AI assistant through advanced context engineering in n8n. The system covers detailed modules including memory setups (short-term and long-term), RAG tool calling, chunk-based retrieval, and summarization techniques. It integrates external APIs such as Gmail, vector databases, and CRM tools to dynamically fetch and process data. A free template for this system is available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=wq001sxDTWw +- **ID**: wq001sxDTWw + +## Turn Your AI Agent Into a Voice Assistant in Minutes (n8n & ElevenLabs) +- **Description**: In this detailed tutorial, Nate Herk demonstrates how to build a voice assistant system using n8n workflows. The setup integrates ElevenLabs for both text-to-speech and transcription, along with Telegram for receiving and sending audio messages. The workflow connects an AI agent via open router chat models and includes dynamic voice conversion and real‐time conversation capabilities. This video provides a free template accessible via Nate Herk's Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=qJRFu88HUio +- **ID**: qJRFu88HUio + +## How to Build a WhatsApp Agent with n8n (credential tutorial) +- **Description**: This tutorial by Nate Herk details a fully integrated workflow that connects WhatsApp Business API with an AI agent inside an n8n automation. The system uses distinct credentials for the WhatsApp trigger and the send-message node, integrating a chat agent (via Open Router) to process and respond to incoming texts. It includes step-by-step setup instructions from creating Facebook Business app credentials to testing complete round-trip messaging. The free template for this specific WhatsApp automation is provided through Nate Herk’s Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=A0OwvNOLNlw +- **ID**: A0OwvNOLNlw + +## Build Anything with GPT-5 and n8n AI Agents +- **Description**: In this video, Nate Herk walks through a complete no-code AI automation system that integrates GPT-5 into an n8n workflow. The system demonstrates live agent evaluations, tool calling, image prompt generation, and multi-model comparisons. By connecting to OpenAI’s API and utilizing dynamic error handling and evaluation steps, it showcases a robust, production-ready AI agent. The setup is available for free through Nate Herk's Skool community template. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=gGCwSIlIRlY +- **ID**: gGCwSIlIRlY + +## 5 Must-Know Error Handling Techniques for Production n8n Workflows +- **Description**: This system offers a comprehensive workflow focused on error handling in production environments. It covers techniques such as error workflows, retry on failure, fallback AI agent integration (switching between models like Open Router and Google Gemini), 'continue on error' to avoid halting the entire flow, and polling to check task completion. The system integrates multiple API calls and smart notifications to ensure robust operations. Created by Nate Herk, the video also provides a free template available through his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Irk4-DO5qgM +- **ID**: Irk4-DO5qgM + +## This n8n Blog System Got Me 50,000 Clicks Per Month (Copy This) +- **Description**: This workflow system automates blog content creation and social media publishing. Triggered via a Google Sheets update (using a custom App Script) that sends data to a webhook, it employs AI agents (ChatGPT and Perplexity) for drafting SEO‐optimized blog posts and generating images via GPT image models. The process then integrates with WordPress (using HTTP modules for media upload) and external platforms for social media scheduling. Creator: Jono Catliff. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=5Pej5OkAQi4 +- **ID**: 5Pej5OkAQi4 + +## AI Agent Writes Twitter Threads On Autopilot! (n8n & Make) +- **Description**: This system automates the creation and scheduling of long-form Twitter threads by triggering on incoming Gmail emails with a specific subject tag. The workflow uses three connected OpenAI agents (primary, backup, and formatter) to expand a brief idea into a viral thread format, then publishes the thread—complete with optional media URLs—to Twitter, Threads, and BlueSky via a Blotato verified community node. Developed by Sabrina Ramonov, the free template leverages n8n for seamless integration and scheduling. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=QnseBiphF7E +- **ID**: QnseBiphF7E + +## This AI Clone Posts to All Platforms 24/7 (n8n Guide) +- **Description**: This tutorial by Oleg Melnikov details an automated AI avatar system that leverages n8n to orchestrate multiple APIs for complete video creation and distribution. It integrates 11Labs for professional voice cloning, HeyGen for custom AI avatar generation and dynamic video rendering, and Blata for automated multi-platform posting on social channels such as Instagram, TikTok, YouTube and LinkedIn. The free template enables users to quickly set up the workflow for content marketing and personal branding. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=m-pmZizBXzg +- **ID**: m-pmZizBXzg + +## This Workflow Auto-Posts to 9 Different Socials (free template) +- **Description**: This automated workflow system enables one-click posting to nine social media platforms including Instagram, TikTok, X, LinkedIn, Facebook, Threads, Bluesky, Pinterest, and YouTube. It leverages a Google Sheets interface for content management, integrates with Blotato for media processing, and uses native community nodes to simplify API interactions. Designed with error handling and optional Google Drive file extraction, this robust solution is demonstrated by Nate Herk on his AI Automation channel and is available as a free template. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=QovlUE_VlWQ +- **ID**: QovlUE_VlWQ + +## I Built the Ultimate Army of Media Agents in n8n (free template) +- **Description**: In this video by Nate Herk, an advanced n8n workflow is showcased that builds an army of autonomous media agents. The system integrates personal assistant capabilities (email, calendar, Google Drive, contact lookup) with creative tools (image creation, video production, image-to-video conversion) and social media research and posting. It uses Telegram for interaction, logs activity details, and employs GPT5 Mini alongside other APIs. A free template is provided via the Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=jBanaNBY-sM +- **ID**: jBanaNBY-sM + +## I built this AI Agent in 2 hours (and got paid $1200) +- **Description**: This system is an automated LinkedIn content workflow built in n8n by Nate Herk. It leverages an AI-powered idea generator alongside HTTP API calls and data processing nodes to create and schedule tailored posts that maintain a brand's voice and messaging. Running multiple times daily, it streamlines content marketing for LinkedIn by automating idea generation and post creation. Free implementation resources are available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=8C6iCpJ9HPo +- **ID**: 8C6iCpJ9HPo + +## 3 n8n Google Automations You’ll Actually Use (Gmail, Sheets, Drive) +- **Description**: In this video, Jono Catliff demonstrates three highly practical automation blueprints that integrate Gmail, Google Sheets, and Google Drive. The Gmail workflow leverages an AI agent for inbox management—automatically categorizing, labeling, drafting, and even forwarding emails. The Sheets automation transforms spreadsheets into a dynamic web application for project pipelines and recruitment tracking with status-based triggers. The Drive blueprint intelligently sorts and converts files, extracting content for proper categorization. All workflows are built with n8n and come with free blueprints for full video walkthroughs. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=tbzVKbFqSqs +- **ID**: tbzVKbFqSqs + +## Watch Me Build a Multi-Agent Newsletter System in n8n (step-by-step) +- **Description**: This video demonstrates a complete AI-powered newsletter automation workflow built in n8n. The system sequentially triggers an initial research using Tavi, passes data through multiple specialized AI agents for planning, section writing, and editing, and finally aggregates the content to send an HTML formatted newsletter via Gmail. It leverages JSON structured output parsers, pinning, and API integrations (Open Router for GPT models, Tavi for research) to create a reproducible solution. Created by Nate Herk, the video also offers access to a free resource pack template available through his community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=pxzo2lXhWJE +- **ID**: pxzo2lXhWJE + +## Ultimate N8N Course 5-Hours (Beginner to Selling Al Systems) +- **Description**: This video by Ben AI is a comprehensive 5‐hour course focused on building an AI-powered workflow using n8n. The system demonstrates practical use of trigger nodes, action nodes, API integrations, data transformation, and error handling with human-in-the-loop verification, all applied to a LinkedIn outreach automation. A free community template is provided via the resource link for users to import and customize their own outreach system. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=K7SoGqR5ISY +- **ID**: K7SoGqR5ISY + +## Claude Code Can Build N8N Workflows For You! +- **Description**: Leon van Zyl showcases an AI-powered system that automates the creation and modification of workflows using Claude Code and two MCP servers—one for direct API integration and one using browser automation via Playwright. The system leverages a chat trigger, an AI agent node, OpenAI with a GPT5 mini model, a simple memory node, and SER API for web search. The free template (prompt and configuration) is provided via GitHub for easy setup across multiple OS environments. +- **Creator**: Leon van Zyl +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=a2sfkJeXmE0 +- **ID**: a2sfkJeXmE0 + +## How to Build AI Agents INSTANTLY with n8n’s NEW NATIVE AI Builder +- **Description**: This system demonstrates a native AI Assistant Builder that turns plain-English prompts into production-ready workflows. It automates a lead qualification process by integrating tools like Calendly for triggering events, GoHighLevel for CRM actions, and Outlook for notifications, while incorporating OpenAI and Perplexity for AI-enhanced research. It also covers multi-agent orchestration using LangChain for content generation and form submissions for ticket creation. Created by Mark Kashef, the video includes a free Gumroad template asset for immediate use. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=erSlRlwpr-g +- **ID**: erSlRlwpr-g + +## My AI Agent Posts Viral Content 24/7 (Beginner Guide) +- **Description**: This automation system uses GPT-5 capabilities and n8n to create viral social media posts across platforms including Facebook, Instagram, LinkedIn, and Twitter. It integrates a Telegram bot trigger for voice messages, OpenAI for transcription and text generation, Perplexity AI for web research, and image generation with style references from Google Drive. The workflow also utilizes Bloata for automatic cross-posting. Developed by Oleg Melnikov, the free JSON template offers a complete, step-by-step guide to setting up an AI-powered social content system. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=wakjJ2Wsnas +- **ID**: wakjJ2Wsnas + +## NEW Google Gemini Nodes in n8n - Full Setup & Use Cases +- **Description**: Jono Catliff demonstrates a full setup of the new Google Gemini node within an n8n workflow. The video covers a comprehensive integration process including video generation, image analysis, PDF parsing, audio transcription, and comparison against ChatGPT capabilities. It also details API key setup in Google Cloud and step-by-step workflow configuration, making use of a free blueprint available via Gumroad. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=m4DF1x1nE1k +- **ID**: m4DF1x1nE1k + +## I Built an AI Presentation App in Minutes with Base44 +- **Description**: Mark Kashef demonstrates a dedicated AI presentation generator that automates slide deck creation from a simple chat. The system uses Base44 as the interactive front-end and an n8n workflow to capture brainstorming inputs, structure JSON data, and call Gamma’s API for generating polished decks. It includes smart retries, status checks, and history logging to ensure reliability. The workflow leverages AI agent prompt engineering and API orchestration, with free template assets available via Gumroad. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=KLcIseQ7z-0 +- **ID**: KLcIseQ7z-0 + +## I built an AI newsletter in system N8N that works on autopilot (free template) +- **Description**: This system automates the creation of a daily newsletter by initiating scheduled triggers, performing web searches, and scraping content from URLs. It uses API nodes for extraction and integrates Google Sheets to aggregate data before passing it to AI agents that analyze and select relevant news topics. The final content is formatted in HTML and drafted via Gmail. Creator Rory Ridgers demonstrates an advanced workflow combining search, extraction, and AI-driven writing in a seamless, ready-to-use template. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=hmY3mV6HACs +- **ID**: hmY3mV6HACs + +## Beginner's Guide to Workflow Evaluation in n8n (Stop Guessing!) +- **Description**: This video demonstrates a complete workflow evaluation system that processes emails using an AI tagging agent. The system uses evaluation, check-if-evaluating, set metrics, and set outputs nodes to run tests on email categorization and priority scoring while logging results in a Google Sheet. It shows how to iteratively tweak prompts and compare different models for accuracy and performance. Creator Nate Herk offers all the free workflows and resources through his community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=-zFd1nPn6U0 +- **ID**: -zFd1nPn6U0 + +## Your ULTIMATE n8n RAG AI Agent Template just got a Massive Upgrade +- **Description**: This video by Cole Medin presents a comprehensive n8n workflow that implements an advanced Retrieval Augmented Generation (RAG) system. The system leverages three key strategies: Agentic Chunking for intelligent document splitting, Agentic RAG for dynamic knowledge exploration across Google Drive and other file sources, and Re-ranking using Cohere models to filter results. It integrates Postgres (via Neon) for vector storage, LangChain nodes for LLM-based processing, and supports tabular data handling with SQL query generation. A free GitHub template is provided for immediate use. +- **Creator**: Cole Medin +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=iV5RZ_XKXBc +- **ID**: iV5RZ_XKXBc + +## Build Your OWN AI Phone Agent for Car Dealership +- **Description**: This video from MagicOps AI demonstrates a complete AI phone agent system designed specifically for car dealerships. The workflow integrates voice capabilities through Retell AI, inventory management using Airtable with fuzzy matching, and appointment scheduling via Cal.com—all coordinated with custom functions and webhooks in n8n. The system focuses on checking vehicle availability and booking test drives, ensuring smooth conversation flows and automated call handling. A free ready-to-use template is provided on Gumroad for immediate deployment. +- **Creator**: MagicOps AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=YkGFOsquZKc +- **ID**: YkGFOsquZKc + +## I Built a Photoshop AI Agent in n8n with no code (NanoBanana) +- **Description**: Nate Herk demonstrates a no-code AI agent built in n8n that automates advanced Photoshop workflows. The system orchestrates Google Drive file operations (uploading, renaming, and searching), leverages ImageBB to convert files into public URLs, and integrates with FAL AI to use Google's Nano Banana image generation model for both combining and editing images based on dynamic text and image inputs. Designed to create ad creatives and manage UGC, every tool and sub-workflow is detailed, making it a robust template available free via Nate Herk's community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=7UNsK9LoORo +- **ID**: 7UNsK9LoORo + +## The #1 Overlooked Skill Behind Every $1M AI Business +- **Description**: This video showcases a productized SEO automation system that leverages context engineering and prompt optimization to reliably generate high-quality content. The workflow is built with a no‐code automation platform and integrates tools like PromptMetheus for prompt testing, Airtable for data management, and API calls for keyword research. The system is designed with multiple human-in-the-loop checkpoints for quality assurance. Created by Ben AI, the video includes a free template accessible via the provided link. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=sc-lTA8h-E4 +- **ID**: sc-lTA8h-E4 + +## AI Avatar Posts VIRAL News Videos (n8n, Heygen, Blotato) +- **Description**: This automation workflow leverages several APIs to create viral AI avatar news videos. It triggers daily at a scheduled time to research trending news via Perplexity, uses ChatGPT for script generation, and calls HeyGen to produce talking head avatar videos with configurable voices and optional background media. The completed video is then auto-posted to multiple social platforms using Blotato. Developed by Sabrina Ramonov, this free template provides a full end-to-end AI-driven content system. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=0T3FjaxDISI +- **ID**: 0T3FjaxDISI + +## *LIVE* Selling $6,000 AI Workflow to a Business +- **Description**: This system is an automated AI assistant workflow that streamlines business operations by integrating tools like Gmail, Slack, Notion, and Dropbox while leveraging vector databases (e.g., Pinecone) for efficient data ingestion and contextual recall. Demonstrated in a live sales call by Nate Herk, the workflow orchestrates specific tasks to enhance operational efficiency and ROI. A free template and setup guide are available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=NSwl_E0WWKk +- **ID**: NSwl_E0WWKk + +## Stop using Apollo for lead enrichment in n8n, use this instead. +- **Description**: Rory Ridgers presents a complete lead enrichment workflow that integrates Explorium’s API and MCP server to dynamically enrich both company and prospect data. The system uses HTTP POST requests for matching contacts, bulk enrichment of contact details, and profile lookups, and then it merges the data to update a CRM (HubSpot). The setup demonstrates real-time webhook triggering and an AI agent that processes natural language prompts for data extraction—all provided as a free downloadable template. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=y3YOBemsdCI +- **ID**: y3YOBemsdCI + +## n8n's Text to Workflow Somehow Made Building Agents Even Easier +- **Description**: In this video, Nate Herk demonstrates n8n’s new text-to-workflow builder that converts natural language prompts into fully configured automation workflows. The system is showcased through live demos including a lead qualification workflow, an AI-powered newsletter generator integrating Tavi and Perplexity, and a multi-step personal assistant setup with Gmail, ClickUp, and Telegram subagents. It details API integrations, variable mapping, prompt refinement, and troubleshooting for reliable AI automation. Free setup resources and templates are available via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=TDHFkKSTJ30 +- **ID**: TDHFkKSTJ30 + +## n8n + AI Builds & Styles Google Docs for Me (100% Automated) +- **Description**: This workflow automates the creation and styling of Google Docs using AI. It leverages n8n to manage API requests and integrates a custom Google Apps Script which converts HTML into a formatted Google Doc. The system configures Google Credentials, deploys a web app via the Drive API, and sends JSON payloads (document ID, append mode, HTML content) to style the document using an Anthropics model. Blueprint and step-by-step guide are provided by Jono Catliff. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=hFzt3Xxs2qs +- **ID**: hFzt3Xxs2qs + +## This Vapi + n8n Voice Agent Won $5,000 in Just 21 Days +- **Description**: This system leverages Vapi for voice communications, Google Firebase for authentication, and Bolt.new for the front-end, while n8n orchestrates the backend workflows. It features webhooks for form onboarding, AI agents for profile management and call customizations via Google Sheets, as well as safety checks to route emergencies. The design supports both on-demand and scheduled calls, dynamically managing phone number availability and updating call summaries. Presented by Nate Herk during his hackathon, the free template is accessible via his community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=7siRW0My05o +- **ID**: 7siRW0My05o + +## I Automated a Newsletter Agency with 1 AI System (no-code) +- **Description**: This video details a full workflow for automating a newsletter agency using a no-code system. The solution covers comprehensive steps including onboarding, context engineering, idea generation, content drafting with tone mimicry, and image generation. Integrations with Airtable, PDF parsing, and advanced prompt engineering via Promptmetheus enable smart automation. Created by Ben AI, this free template streamlines newsletter production and distribution. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=ZVoJuZOCig4 +- **ID**: ZVoJuZOCig4 + +## The NEW Easiest Way to Build RAG Agents in Minutes (no code) +- **Description**: This system integrates Pinecone Assistant with an n8n workflow to create a robust RAG agent specifically designed for processing financial and earnings reports. It automates document ingestion, splitting, indexing, and dynamic query handling through custom HTTP request nodes to fetch accurate answers with source citations. Developed by Nate Herk, the tutorial details API key integration, dynamic query construction, and system tuning, and it offers a free template via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=QojPKL96Dx4 +- **ID**: QojPKL96Dx4 + +## How to Build a Dynamic AI Agent (Retell AI Masterclass) +- **Description**: This tutorial by MagicOps AI demonstrates a complete workflow for a dynamic AI call agent. The system uses Retell AI to allow clients to update greeting messages and phone routing settings without any code changes. It integrates features such as dynamic variables, inbound webhooks, Airtable for configuration and call logs, and a dynamic phone transfer setup. The process is built within an automated workflow using n8n, and a free template is provided to replicate this system. +- **Creator**: MagicOps AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=36X_OVDz7eQ +- **ID**: 36X_OVDz7eQ + +## I Collected 37 BEST n8n Templates For Marketing (FREE) +- **Description**: This curated system aggregates 37 free automation templates focused on marketing workflows. It features specific solutions for social media content creation, LinkedIn and Instagram automation, YouTube strategy, SEO, email marketing, and cold outreach. Each workflow leverages integrated API calls, Google Sheets for data management, and modular AI-driven components, enabling rapid deployment and customization. Crafted by Oleg Melnikov, the resource is accessible through a free Skool community. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=rDXvereGMrU +- **ID**: rDXvereGMrU + +## n8n's NEW Native Data Tables Just Made Building Agents So Much Easier +- **Description**: Creator Nate Herk presents a detailed automation system that leverages native data tables to build an AI agent for sales and contact management. The workflow imports data from Google Sheets into built-in tables, then utilizes filtering, dynamic queries, conditional logic, and calculator functions to process sales data and answer product queries. This system enables real-time data processing without external API calls, streamlining operations. A free workflow template is available. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=QCjMBOEhpLE +- **ID**: QCjMBOEhpLE + +## How to build AI agents with NEW OpenAI Responses API (n8n) +- **Description**: This video by 5minAI | AI Agents demonstrates a complete workflow built with n8n that leverages OpenAI's new Responses API for AI automation. The system covers migration from the Assistance API, management of chat history and sessions via response IDs, and integration of external tools like web search and image generation. It also outlines how to process outputs and aggregate data from vector storage, providing a full step-by-step guide. Free workflow templates are offered through their community. +- **Creator**: 5minAI | AI Agents +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=fQdsVBJ-M60 +- **ID**: fQdsVBJ-M60 + +## Knowledge Graphs in n8n are FINALLY Here! +- **Description**: In this video, Cole Medin demonstrates a sophisticated AI system that integrates knowledge graphs into a RAG pipeline using n8n. The workflow leverages the Graphiti MCP server and Neo4j to extract and store entity relationships, complementing a vector database (Postgres with PG Vector) for classic retrieval tasks. The video covers detailed Docker, firewall, and network configurations to securely connect components while enabling dynamic agent queries. A free template is available on GitHub for users to replicate this system. +- **Creator**: Cole Medin +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=NQ3vJ8iZPaQ +- **ID**: NQ3vJ8iZPaQ + +## n8n Just Got a Built-In Database... And It's FAST +- **Description**: This workflow showcases a built‐in Data Tables feature that replaces slow external API calls (e.g. Google Sheets) with a native internal database. The demo covers creating tables, mapping and type conversion, and using operations like insert, update, and upsert to manage rows. Additionally, an AI agent is integrated for dynamic querying and interaction. Developed by Mark Kashef, the video walks through a real-world, robust workflow and provides a free template asset. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=emmlqnP1WL4 +- **ID**: emmlqnP1WL4 + +## How to generate AI content with Replicate (n8n) +- **Description**: This workflow leverages Replicate's API to generate AI images and videos through a no-code automation system. It details configuring HTTP requests, mapping JSON inputs (including prompts and aspect ratios), handling asynchronous task statuses, and error control. The system integrates multiple AI models such as ImageGen and Cream within the platform, and it also demonstrates the construction of an AI agent to orchestrate these processes. Created by Mark and Philipp of 5minAI | AI Agents, the video offers free workflows to copy via their community. +- **Creator**: 5minAI | AI Agents +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=w1S_ij_IFWw +- **ID**: w1S_ij_IFWw + +## This system that generates infinite YouTube content ideas (free template) +- **Description**: This workflow automates the generation of YouTube content ideas by scraping niche videos and analyzing their performance. It uses the YouTube Data API v3 to fetch video metrics such as views, likes, and comments, calculates views per minute and engagement scores, and filters for top-performing videos. Integrated with Google Sheets for data aggregation and OpenAI for thumbnail analysis, the system then employs a ChatGPT-driven AI agent to generate a detailed report and unique video ideas with titles, descriptions, and thumbnail prompts. Created by Rory Ridgers. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=CXzUTozevhE +- **ID**: CXzUTozevhE + +## 3 Hidden Data Table Hacks for Smarter AI Agents +- **Description**: In this video, Nate Herk demonstrates a comprehensive n8n workflow system that leverages data tables to enhance AI agents. The setup uses data tables for storing models, prompts, logging agent actions, syncing data with Google Sheets, and running evaluations on agents, providing dynamic control and auditability. The system integrates various API calls and tools like chat models, perplexity, and tavly, and is designed to optimize prompt engineering and agent performance. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=lcNN3X9gXls +- **ID**: lcNN3X9gXls + +## Automate Your Upwork Job Hunt With This n8n AI Agent +- **Description**: This automated system streamlines Upwork job hunting by scraping job listings via Appify’s Neatrat/upwork-job-scraper actor and scoring them based on criteria such as budget, contract type, and service relevance. It uses an AI agent to generate tailored proposals and logs job details into a Google Sheet, with scheduled triggers, data processing, and custom GPT integration for proposal refinement. Developed by Jono Catliff, this free blueprint enables agencies and freelancers to efficiently scale outreach. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=gJod3CqLOn8 +- **ID**: gJod3CqLOn8 + +## Perplexity's NEW Search API MIGHT Replace Google +- **Description**: This system integrates Perplexity's new Search API into a multi-agent workflow that executes instant, grounded, and academic searches with structured JSON outputs. It demonstrates API calls with variable schema outputs, domain filtering, and parallel agent processing to synthesize results. The workflow includes primary and sub-agent configurations for sourcing, filtering, and consolidating search data using advanced parameters. Demonstrated by Mark Kashef, free template assets are provided. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=T0YdGV1285U +- **ID**: T0YdGV1285U + +## How to Automate ANY Content with Poppy and n8n (no code) +- **Description**: In this video, Nate Herk demonstrates a no-code workflow that automates newsletter content generation by integrating Poppy AI with an n8n automation workflow. The system uses scheduled triggers, HTTP API calls, and grouped data sources—such as health trend research, sales storytelling videos, and HTML style guides—to dynamically generate and style HTML newsletters. The workflow showcases technical aspects like POST method configuration, text block integration, and API endpoint usage, all within a practical content automation framework. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=FgP_AEfnfok +- **ID**: FgP_AEfnfok + +## How to chat with documents for FREE (n8n+Lovable) +- **Description**: This system is a document chat solution that leverages a low-code automation workflow for file uploads, deletions, and interactive chat. It uses Supabase for database management and vector storage with integrated RLC rules and anonymous sign-in for secure access. File parsing is handled via Yama Pars while dynamic responses are powered through the OpenAI API. Demonstrated by Mark and Philipp from 5minAI, the free template is accessible for immediate use. +- **Creator**: 5minAI | AI Agents +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=RkVrpZ1jamE +- **ID**: RkVrpZ1jamE + +## Build ANYTHING with Claude Sonnet 4.5 and n8n AI Agents +- **Description**: This system integrates Anthropic’s Claude Sonnet 4.5 AI model into an automated workflow that connects real-world tools such as email, calendar, and web search. The setup uses API connections managed through open router for robust token handling and contextual evaluations, allowing the agent to perform tasks like content generation and schedule management without extensive system prompts. Created by Nate Herk, the free template and complete resources are available through his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=X80ljdCPM_U +- **ID**: X80ljdCPM_U + +## Auto-Post to Social Media in 1 Click with n8n (My Posts Get 5–30K Views) +- **Description**: This video demonstrates a complete workflow for automating social media content posting on LinkedIn using n8n. The system integrates a suite of tools including Appify for scraping YouTube ideas, Google Sheets for data aggregation, ChatGPT for caption generation, Google Drive for image management, Notion for blueprint creation, and Blot for publishing. Creator Jono Catliff walks through scheduling, filtering, looping, and HTTP integrations, offering a free blueprint to get started. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=l61rIq-LLmk +- **ID**: l61rIq-LLmk + +## I Built Hormozi's $6K AI Tool For FREE (n8n Guide) +- **Description**: In this detailed tutorial by Oleg Melnikov, a complete AI tool is built to replicate Hormozi’s $6K ACQ.AI system using an automation workflow. The system integrates Google Drive for downloading and extracting text from PDFs, splits book content into manageable chunks, and stores the data in a Supabase vector store with OpenAI embeddings. It culminates in a chat interface that processes business queries. The free template is available via the provided Skool group. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=qHb8jG1-3Jg +- **ID**: qHb8jG1-3Jg + +## I Automated a Recruiting Agency with AI (No-Code) +- **Description**: In this video, Ben AI demonstrates a full recruiting automation system built with no-code workflows, integrating tools such as Air Table for database management and Clay for data enrichment and scraping from sources like LinkedIn and Indeed. The system uses webhooks and API calls to monitor job changes across 17,000 profiles, automatically identifying hiring managers and triggering personalized outreach. A free template for this recruiting pipeline is provided via the link in the description. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=LJA7sawCvec +- **ID**: LJA7sawCvec + +## I built a 24/7 Viral Reels clone machine with no-code (free n8n template) +- **Description**: This system is an end-to-end automation workflow built by Sabrina Ramonov that converts Instagram reels into branded AI avatar videos. The workflow integrates multiple APIs and services: Apify downloads the reels, ChatGPT rewrites the script and caption, HeyGen generates the AI avatar video, AirTable manages the data and human review step, and Blot automates social media posting across platforms (Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Twitter/X, and Threads). A free template is available to replicate this setup. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=BdKqEkdvlgQ +- **ID**: BdKqEkdvlgQ + +## Build ANYTHING with Base44 and n8n AI Agents (beginner's guide) +- **Description**: This video by Nate Herk demonstrates a complete no-code lead magnet system that combines Base44 for creating a professional landing page with n8n powered AI agents handling backend automation. The workflow captures user data via a webhook, then triggers one AI agent to generate a detailed implementation guide and a second agent to format it into styled HTML for email delivery via Gmail. All resources and the free template are available through a free Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=tFFKuq2t0rI +- **ID**: tFFKuq2t0rI + +## Apply to 100+ Jobs in Minutes Using AI (Indeed, LinkedIn, ZipRecruiter) +- **Description**: This video by Jono Catliff demonstrates a detailed workflow system that automates the job application process using a visual automation tool based on n8n. It shows how to scrape job listings from Indeed, LinkedIn, ZipRecruiter and more using an Appify actor, score the jobs via OpenAI, and generate cover letters automatically. The workflow further saves results in a Google Sheet for easy tracking. All steps are built with free tools and accounts and the free template is provided in the description. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=LIzZRgfW4ok +- **ID**: LIzZRgfW4ok + +## I Built an n8n Agent That Listens For Trends 24/7 (Free Template) +- **Description**: This video outlines a sophisticated automation system for real-time trend monitoring across Twitter, newsletters, and websites. The workflow connects APIs to scrape Twitter data, filter and extract Gmail newsletters, and log all data into Google Sheets. It further leverages airtop for web scraping and integrates Perplexity AI for enhanced context analysis. Creator Oleg Melnikov provides step-by-step instructions and a free template link, making it ideal for investors, traders, and AI agencies. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=0rLFZi9zEEE +- **ID**: 0rLFZi9zEEE + +## AI Receptionist that ACTUALLY Works (Using Retell Conversation Flow) +- **Description**: MagicOps AI presents a dedicated workflow to create an AI voice receptionist that handles booking, canceling, and rescheduling appointments. The system uses Retell AI for advanced conversational flow and automates tasks via an n8n workflow integrated with Cal.com and Airtable. Features include dynamic phone number formatting, API-driven client lookup, error handling, and call transfer logic. A free, ready-to-use template is available via Gumroad, demonstrated by MagicOps AI. +- **Creator**: MagicOps AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=e0QcYzk-3nM +- **ID**: e0QcYzk-3nM + +## Build Your First RAG Pipeline for Better RAG (step-by-step) +- **Description**: This video demonstrates a complete, no-code RAG pipeline that handles document ingestion into a vector database. It uses Google Drive triggers to detect file creation, updates, and deletions, converting Google Docs to PDFs before syncing with a Supabase vector store. The workflow integrates metadata management and OpenAI embeddings to ensure AI agents retrieve accurate, up-to-date information. Created by Nate Herk of AI Automation, viewers can access the free template by joining his free Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=5uw1wE6niGc +- **ID**: 5uw1wE6niGc + +## How I create 100s of viral UGC videos in n8n (free template) +- **Description**: Created by Rory Ridgers, this n8n workflow automates the production of UGC-style videos from a simple product upload. The system converts and manipulates binary data (file to base64 and back) before sending the image to an OpenAI analysis node for model and setting generation. It integrates Nano Banana (Gemini 2.5) to create a reference frame and Sora to generate the final video, with a polling loop for completion and a Google Drive upload, all available via a free template. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=_PFqoZeywKQ +- **ID**: _PFqoZeywKQ + +## Create ANY Document with PandaDoc in n8n ($60K/yr Saved) +- **Description**: This video demonstrates a dedicated n8n workflow that automates the creation, customization, and dispatch of PandaDoc documents such as contracts, invoices, and proposals. The system integrates PandaDoc's API via HTTP requests, employs dynamic token mapping for custom fields, pricing table configurations, and conditional rendering of document sections. Additionally, an AI node refines sales call inputs into polished document content. Created by Jono Catliff, the free blueprint is available for download. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=bYJ5MBFPFlE +- **ID**: bYJ5MBFPFlE + +## Create ANYTHING with Sora 2 + n8n AI Agents (Full Beginner's Guide) +- **Description**: In this comprehensive tutorial by Nate Herk, a full workflow is built using n8n to integrate Sora2’s video generation API via Key.ai. The system automates text-to-video, image-to-video, cameo insertion, and storyboard creation. It features step-by-step setup of API credentials, dynamic JSON body construction, polling for task completion, and error handling. Nate offers a free template accessible via his FREE Skool community for immediate deployment. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Vm8QOo9MiC4 +- **ID**: Vm8QOo9MiC4 + +## I Cloned Neil Patel's Marketing Brain With AI (n8n Guide) +- **Description**: Oleg Melnikov presents a detailed AI system that replicates Neil Patel’s marketing expertise using a no-code workflow. The system scrapes YouTube videos and blog articles via API services and FireCrawl, stores and processes data in Google Sheets, and then ingests it into Superbase for efficient vector search and knowledge base management. An OpenAI-powered agent then serves actionable marketing advice through a custom chat interface. The free template is available via his Skool group. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=u4y7kzZZtx0 +- **ID**: u4y7kzZZtx0 + +## ChatGPT's Atlas Browser + n8n Text-to-Workflow is ELITE +- **Description**: In this 11-minute guide, Mark Kashef demonstrates an advanced automation system that integrates ChatGPT’s Atlas browser with a no-code text-to-workflow builder. The video walks through a master prompt that dynamically generates, audits, and refines workflows designed for lead qualification tasks. It details AI agent injection, conditional node configuration (like swapping from HubSpot to Slack based on budget criteria), and the overall process of automating Gmail triggers with real-time workflow optimization. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=RtP9ioLXc1k +- **ID**: RtP9ioLXc1k + +## Steal this system to analyse your competitors 24/7 (free template) +- **Description**: Rory Ridgers' competitor analysis system uses an automated n8n workflow to continuously monitor competitor activity and generate actionable insights. The system uses a scheduled trigger to pull data from Google Sheets, integrates with Explorium's MCP for qualitative enrichment (e.g., content output, ad activity, product launches, partnerships, technology changes), and employs Appify actors to scrape LinkedIn profiles for follower and employee counts as well as website traffic data. Tably is used to retrieve LinkedIn URLs and an AI agent compares competitor metrics against in-house data. Free template provided. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=7b04At6eVR0 +- **ID**: 7b04At6eVR0 + +## Steal this n8n system that will 4x your conversion rate (free template) +- **Description**: In this video Rory Ridgers demonstrates a practical sales automation workflow that eliminates pre-call research and post-call follow-up bottlenecks. The system triggers on new bookings via cow.com, then uses an AI agent with MCP server integration to enrich lead data from Explorium, crafting a detailed briefing email for sales teams. A second workflow extracts Google Docs meeting notes for an automated call debrief. Free template available. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=VsqUFBRFHyQ +- **ID**: VsqUFBRFHyQ + +## How To Connect Notion To n8n (10x Productivity) +- **Description**: Oleg Melnikov's tutorial presents a targeted automation workflow that connects Notion with an automation platform to boost personal productivity. The system covers writing to plain text pages and databases in Notion, integrating a Telegram-based AI assistant that transcribes voice messages via OpenAI. This solution leverages APIs and in-app nodes to manage tasks and content dynamically, and it is available as a free template through his Skool community. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=EgKa0Jdf_rc +- **ID**: EgKa0Jdf_rc + +## This n8n Sales Automation Won $5,000 in Just 14 days +- **Description**: This video showcases a highly engineered sales automation system that converts missed calls into booked appointments. The workflow uses a series of n8n nodes integrated with Twilio Studio for call handling, HTTP requests for ringless voicemails, Google Sheets as a CRM, and conditional logic for deterministic routing. The system is built with minimal code reliance and leverages code nodes, function nodes, and API integrations including Countly and Zillow/Redfin for property data. The creator, Nate Herk, explains how Brett’s template helped win a $5,000 hackathon prize. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Z46F8ZiHZJo +- **ID**: Z46F8ZiHZJo + +## I Automated a Faceless YouTube Channel with AI (Sora 2 + n8n) +- **Description**: In this tutorial by Leon van Zyl, an end-to-end automated YouTube channel is built using AI and workflow automation. The system leverages OpenAI's Sora 2 for video generation, complete with AI voice and sound effects, integrated seamlessly with n8n. Key steps include generating a video script via an LLM chain, polling video status through HTTP nodes calling the OpenAI API, downloading the generated video, and ultimately uploading it to YouTube via the YouTube node. A free ZeroSense workflow template is provided for easy replication. +- **Creator**: Leon van Zyl +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=RWxay6c_6Ds +- **ID**: RWxay6c_6Ds + +## From Zero to Inbox Agent (Full Beginner's Course, No-Code) +- **Description**: This tutorial by Nate Herk demonstrates a fully automated inbox management system built entirely in n8n. The workflow uses Gmail triggers and a text classifier to sort incoming emails into customer support, finance/billing, high priority, and promotion branches. AI agents via OpenRouter generate tailored responses—one friendly and one sarcastic—and execute tasks like labeling, auto-reply drafting, and notification emailing. The system leverages dynamic variables and integrates models such as GPT4.1 mini and Claude 3.7. A free template with detailed setup instructions is offered via Nate’s free Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=HN0oWxbF2bM +- **ID**: HN0oWxbF2bM + +## I Built Entertaining AI Videos For $0.15 Each (Sora 2 + n8n) +- **Description**: This system automates faceless YouTube video creation by integrating Sora2 video generation with a comprehensive workflow that includes scheduling, AI prompt generation, API-driven video production, and YouTube uploading via Google OAuth. The process leverages HTTP request nodes and AI agents for structured output, enabling cost-efficient video production at 15¢ per video. Creator: Oleg Melnikov. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=feDi0IAV8Wk +- **ID**: feDi0IAV8Wk + +## How to Build AI Agents with CLAUDE SKILLS in n8n +- **Description**: Mark Kashef demonstrates a robust system that leverages the Anthropic API to create, fetch, and execute Claude Skills with automated file generation in various formats such as PPTX, PDF, DOCX, and XLSX. The workflow covers technical details including JSON payload structuring, API key and header configuration, file ID extraction, and the use of in-browser code execution to automate skill creation. A free workflow template is provided via the description. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=zgcUIT4veYY +- **ID**: zgcUIT4veYY + +## How I Automated UGC Content with AI Agents (free template) +- **Description**: This no‐code workflow automates UGC ad creation by integrating multiple AI agents within a comprehensive n8n system. It reads product images and specifications from Google Sheets, then routes tasks through image and video prompt nodes to generate realistic content using models like Nano Banana, VO3.1, and Sora 2 via HTTP requests to Key AI. The process includes wait nodes, dynamic JSON body manipulation, and status checks. Developed by Nate Herk, the complete free template is fully customizable for rapid UGC ad production. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=AYsg5gAMWyo +- **ID**: AYsg5gAMWyo + +## Create ANYTHING with Sora 2 + n8n AI Agents In 10 Minutes +- **Description**: This system automates the creation of cinematic video ads by integrating Sora 2 with a workflow automation platform. It uses a form submission trigger to gather video descriptions and images, which are then resized to the required dimensions. An AI agent powered by the OpenAI chat model refines the prompt. The merged inputs are used to generate production-ready videos via Sora 2. Demonstrated by Jono Catliff, this setup comes with a free blueprints template. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=228_Ztocc4k +- **ID**: 228_Ztocc4k + +## I built an AI system to automate my ENTIRE business while I sleep (Free templates) +- **Description**: In this video, Rory Ridgers demonstrates an advanced business automation suite built with n8n workflows and AI agents. The system comprises four distinct automations: new lead management via email and HubSpot integration triggered by cow.com, AI-driven meeting note processing using Google Docs and Gmail/Calendar agents, YouTube content idea generation from scraped video metrics with detailed analysis, and a cold outreach personalization workflow that scrapes websites and uses AI to craft genuine compliments. A free template is provided for direct implementation. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=ZkIJNqfLwhA +- **ID**: ZkIJNqfLwhA + +## How to MASTER Vibe Automation in n8n (Text-to-Workflow) +- **Description**: This system uses a board game analogy to simplify the creation of workflows by leveraging manual, schedule, and webhook triggers along with processing nodes like set, split, and merge. It demonstrates how text-to-workflow features can compress complex multi-node flows into a single code node using AI-driven LLM steps and agent nodes. Mark Kashef details design patterns, practical routing of e-commerce data, and offers a free interactive Vibe Automation Canvas template. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=2bqVsRezYqY +- **ID**: 2bqVsRezYqY + +## This multi-agent system researches leads competitors and ANYTHING else +- **Description**: In this video, Rory Ridgers demonstrates a sophisticated multi-agent research system built within n8n, designed to automate lead generation, competitor analysis, and company research. The workflow features three dedicated AI agents: one for comprehensive internet searches and deep data analysis, one for social media investigation, and one for extracting detailed company information. The system is triggered via simple text prompts, offering a direct, free template implementation for efficient business research. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=j_Iai1QXqJE +- **ID**: j_Iai1QXqJE + +## This multi-agent system researches leads competitors and ANYTHING else +- **Description**: This multi-agent system orchestrates three distinct AI agents to research leads, competitors, and company metrics. It leverages a Google search API using Tavly and Perplexity for quick and deep searches, a social media agent built with Creator Mate to scrape Instagram, LinkedIn, and X profiles, and a company research agent that uses Explorium MCP for detailed company enrichment. Created by Rory Ridgers of Autonomously AI, the system is available with a free n8n template. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=oMmQpjaVl1o +- **ID**: oMmQpjaVl1o + +## Automate Up To 65% of Sales with n8n (40,000 Leads Tested) +- **Description**: This system automates the sales funnel, from new lead capture and immediate callback to appointment scheduling, contract generation and payment follow-ups. It features detailed workflows integrating tools such as Gmail, Google Sheets, PandaDoc via HTTP module, and optional integrations with go high level and Telegram for notifications. Designed by Jono Catliff and tested on 40,000 leads, this free blueprint is a complete, technical, end-to-end sales automation solution. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=sd4s-xtae-Y +- **ID**: sd4s-xtae-Y + +## How to Actually Use n8n's AI Builder to Get Results +- **Description**: In this video, Nate Herk demonstrates a system built using the AI Workflow Builder on n8n. The video details how to convert a text prompt into a complete automation workflow by chaining nodes for tasks like researching trends, generating sales briefs, and crafting daily newsletters. It covers using APIs such as Tavly and Perplexity, handling variable mapping and troubleshooting errors, while explaining best practices for step-by-step workflow assembly. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=a5sJNwfZ528 +- **ID**: a5sJNwfZ528 + +## n8n JUST Leveled Up AI Agents With Guardrails: Here's How It Works +- **Description**: This workflow showcases n8n's new Guardrails node designed to secure AI automations by filtering sensitive data such as PII, secret keys, and unsafe URLs, while also detecting jailbreak prompts and NSFW content. The video by Nate Herk on AI Automation details how to configure multiple guardrail types—including keyword blocking, jailbreak detection, and custom rule stacking—to keep workflows both safe and compliant. The system is available as a free template from his community resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=oWdJMJp2HgM +- **ID**: oWdJMJp2HgM + +## Gemini's File Search API Makes RAG Easy (and Cheap!) +- **Description**: Mark Kashef presents a turnkey file search system that uses Google’s Gemini File Search API integrated into an n8n workflow. The system demonstrates how to upload files (PDFs and text), auto-chunk them, generate embeddings via cosine similarity, and perform retrieval augmented generation with grounded citations. It features metadata filtering, intelligent chunking, and an AI agent query pipeline using integrations with AI Studio and Claude Code/Cursor. A free template for the complete workflow is available via the provided Gumroad link. +- **Creator**: Mark Kashef +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=_wN2v8o-imo +- **ID**: _wN2v8o-imo + +## I Built an AI Agent For AUTHENTIC LinkedIn Posts (n8n) +- **Description**: This workflow is a dedicated AI agent system for creating authentic LinkedIn posts. Developed by Oleg Melnikov, it leverages a free n8n template to automate voice-driven content creation by integrating Telegram for voice input, Google Sheets for context management, and OpenAI for transcribing and refining content. The system collects user context, generates deep, personalized questions, and produces engaging posts tailored to genuine personal branding. +- **Creator**: Oleg Melnikov +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=vAFmzx_7svA +- **ID**: vAFmzx_7svA + +## automate 70% of your marketing with this Ai system +- **Description**: This robust AI marketing automation system integrates competitor scraping via Apify with advanced AI agents that analyze and convert competitor insights into tailored content. It generates three LinkedIn posts, three Instagram posts, and one full-length article by leveraging APIs for scraping, OpenAI for content generation, image creation, and automated aggregation into Google Sheets. Developed by Rory Ridgers of Autonomously AI, the free template is ideal for automating a comprehensive marketing workflow. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=LTVsy_yHsZc +- **ID**: LTVsy_yHsZc + +## This N8N System Generates Unlimited Ads for Your Products on Autopilot (Free Template) +- **Description**: This system is a fully automated ad-generation workflow that integrates Airtable, OpenRouter, and KIE.AI to produce cinematic video ads from a single product and actor image. The process is split into two parts: the first workflow generates ad concepts, titles, and opening frame images using creative AI agents and feedback loops, and the second transforms these into a final video ad using cost-effective execution with VO3.1 and nanobanana. Creator Mahmut Kasimoglu offers a detailed walkthrough and a free template via his Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=ipA69Kn4700 +- **ID**: ipA69Kn4700 + +## Build ANYTHING with Gemini 3 Pro and n8n AI Agents +- **Description**: This system demonstrates a complete workflow that leverages Gemini 3 Pro's API for advanced image analysis, transcript evaluation, and automated follow-ups. The setup details the use of AI agent nodes for processing images, transcripts, and generating emails and Google Sheets logs, while also exploring API configuration nuances and tool calling limitations. Created by Nate Herk | AI Automation, the free template is available via his community resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Vb1SwBAn9cQ +- **ID**: Vb1SwBAn9cQ + +## Only 1% of n8n Builders Know How To Use The Code Node +- **Description**: This system is a comprehensive workflow that showcases the power of a Code Node to execute custom automations using JavaScript. It demonstrates tasks such as sorting data, restructuring JSON objects, advanced filtering, PDF extraction, and error handling, all integrated with tools like Google Drive and spreadsheets. Created by Jono Catliff, the video includes real case studies and a free blueprint to deploy these processes in your own projects. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=4w5GrqO6dBY +- **ID**: 4w5GrqO6dBY + +## Gemini 3.0 Just Made Google AI Studio Insanely More Powerful! (I put it against Lovable) +- **Description**: This video demonstrates an automation system that uses an n8n workflow to power an ads generator UI, integrating Airtable as the data backend for products and ads. It builds detailed dashboard, product, and ad pages with dynamic image handling and webhook triggers. The creator, Mahmut Kasimoglu, compares AI Studio and Lovable in executing the workflow, and offers a free template via his free Skool community. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=LK5OGQOVa8o +- **ID**: LK5OGQOVa8o + +## The LinkedIn Strategy That Made Me $127k in AI Agency Revenue +- **Description**: Ben AI presents a complete workflow for automating LinkedIn lead generation, built on n8n. The video details a system that covers content ideation, automated post generation using content pillars, profile optimization, and tailored DM outreach strategies to drive inbound AI agency revenue. It includes integration insights with LinkedIn APIs and other automation tools, and offers a free template via the provided link, empowering users to deploy this solution immediately. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=oq_e9arcdrY +- **ID**: oq_e9arcdrY + +## How to Use the NEW Nano Banana 2 in n8n (cheaper & no watermark) +- **Description**: This video, created by Nate Herk, details a comprehensive automation workflow that integrates the Nano Banana Pro image generation API within n8n. The system handles text-to-image, image-to-image, and multi-image inputs through API calls, polling for task completion, and error management with switch nodes. It explains setting up public URL conversions, API key integration via Key.ai, and configuring parameters like resolution and aspect ratio. The free template is available via the creator's community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=iUgAVUcv9r0 +- **ID**: iUgAVUcv9r0 + +## This Changes AI SAAS Forever… Gemini 3 Is Unreal +- **Description**: This system, created by Jono Catliff, leverages a powerful Code Node to integrate Gemini 3's AI capabilities within an automation workflow. The blueprint demonstrates how to clone website designs, incorporate a real-time voice AI agent for user inquiries, and handle data via webhooks with dynamic nodes like Google Sheets. It also shows integration with external CRM systems and platforms like NADEN, offering a robust and multimodal approach—all available via a free template. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=vL0unMw2nrw +- **ID**: vL0unMw2nrw + +## Gemini's New File Search Just Leveled Up RAG Agents (10x Cheaper) +- **Description**: This workflow leverages Gemini’s File Search API to build a robust retrieval augmented generation (RAG) system. It demonstrates how to create a file store, upload files, and move them into a searchable repository using Google’s cloud endpoints. An AI agent is then configured to query the indexed data and return contextually grounded answers. Developed and explained in detail by Nate Herk, the video also provides a free template via his community link. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=irg-2IfAjpo +- **ID**: irg-2IfAjpo + +## This n8n AI Agent Will Manage Your Outlook Inbox (100% Automatic) +- **Description**: This workflow automates Microsoft Outlook inbox management by triggering on incoming emails, stripping HTML, and classifying messages into folders such as personal, work, social, promotions, receipts, and miscellaneous. It uses an AI text classifier along with OpenAI’s chat model to generate polite draft responses and handles tasks like downloading attachments, updating contacts, and integrating with OneDrive. Created by Jono Catliff, the free blueprint template is provided for easy deployment. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=8hF0-Yslr6s +- **ID**: 8hF0-Yslr6s + +## This system will find leads & book calls 24/7 on autopilot +- **Description**: This n8n workflow fully automates outbound lead generation by combining multiple components: a form that collects campaign parameters (industry, location, offer); an Ampify actor that scrapes Google Maps for leads with valid websites; HTTP GET and markdown conversion to extract website content; AI agents generating personalized, ADA-framework-based email sequences; and Instantly nodes to create, populate, and launch campaigns automatically. Creator Rory Ridgers demonstrates a scalable system for booking calls on autopilot. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=zkvU6_TpXjI +- **ID**: zkvU6_TpXjI + +## The Only 17 Nodes You Need to Build Anything in n8n (real examples) +- **Description**: This video by Nate Herk | AI Automation demonstrates a complete automation system built with 17 essential nodes. The tutorial covers practical workflow components including schedule and event triggers, subworkflows, code nodes, split/aggregate functions, HTTP requests, loop processing, AI agent integration, and Google Sheets connectivity. It details a modular design with real examples and robust error handling. A free template is provided via the free school community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=D9MIGseFB3g +- **ID**: D9MIGseFB3g + +## Build ANYTHING with Nano Banana Pro and n8n +- **Description**: In this tutorial, Leon van Zyl demonstrates a complete workflow integrating Nano Banana Pro for high resolution image generation and editing within an n8n environment. The system details the process of acquiring a Google AI Studio API key, configuring Google Cloud projects, and setting up HTTP and form nodes. The workflow converts images to/from base64, supports multiple image input for combination, and offers advanced image editing with consistent character rendering. All workflow resources and the free template can be accessed via the provided community link. +- **Creator**: Leon van Zyl +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=va1cKqcwhlk +- **ID**: va1cKqcwhlk + +## n8n 8 Hour Masterclass: Build & Sell AI Agents (Automate Anything) +- **Description**: This 8-hour masterclass by Jono Catliff dives deep into building and selling AI agents with n8n. The video details step‐by‐step workflows including form triggers, Google Sheets integration, Gmail and Telegram automations, HTTP requests, and vector database setups for retrieval augmented generation (RAG). It also shows how to use code nodes, memory, and webhooks to create autonomous AI agents—all demonstrated with a free Gumroad blueprint template. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=BWbwwO2JWVE +- **ID**: BWbwwO2JWVE + +## How To Share Agentic Workflows in 3 Mins (3 Easy Ways) +- **Description**: Nick Saraev presents a complete system to deploy and share agentic workflows from a local setup to the cloud. The video details three methods – using GitHub Codespaces for a one-click cloud IDE experience, duplicating the workflow through file and repository copy, and traditional GitHub repo sharing – to allow collaborators to run preconfigured automation. The solution organizes directives and execution folders while integrating AI agents (e.g. Claude Code) for automation tasks. Free template files and step‐by‐step instructions are provided via Maker School resources. +- **Creator**: Nick Saraev +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Zo4uGYna4Io +- **ID**: Zo4uGYna4Io + +## building a service business the LAZY way (Agentic Workflows) +- **Description**: This system automates a digital service business through a single n8n-powered workflow that orchestrates proposal generation, automated onboarding, lead scraping, campaign creation, and intelligent reply management. Integrating APIs for tools such as Apify and Anymailfinder, it leverages AI agents to process call transcripts and generate personalized cold email campaigns. Creator Nick Saraev demonstrates an end-to-end solution to replace manual processes with agentic workflows in a cold email agency. +- **Creator**: Nick Saraev +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Uj-1we7Rew4 +- **ID**: Uj-1we7Rew4 + +## OpenAI Just Leveled Up n8n AI Agents (here's how it works) +- **Description**: This n8n workflow leverages OpenAI’s Responses API to build an AI agent that performs built-in web and file searches. The system uses a no-code setup in the chat model node (v1.3+), configuring API keys, vector store IDs, filters, and domain options to enable dynamic data retrieval from online sources and document files. Nate Herk details step‑by‑step integration, pricing insights, and the technical nuances of this innovative AI agent. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=lokbsA5VXOk +- **ID**: lokbsA5VXOk + +## 3 AI SEO Systems Every Business Needs (free templates) +- **Description**: In this video, Ben AI presents three focused AI SEO automation systems built on a workflow platform. The first system performs SEO research and content generation using API-driven agents (including Google scraping, competitor analysis, and image generation) integrated with a custom Airtable front end. The second system automatically creates dynamic SEO reports using Google Analytics, Search Console, and Slides, while the third generates detailed SEO audit reports in PDF format. A free template is available for easy implementation. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=TGBY7bGYoJM +- **ID**: TGBY7bGYoJM + +## I Built an AI Voice Receptionist with Vapi and n8n MCP (free template) +- **Description**: This system is an AI voice receptionist that integrates a front-end voice agent built with Vapi and a back-end workflow orchestrator via an MCP server running seven distinct workflows. The workflows handle CRM lookups, booking, updating, and cancellation of appointments, as well as call logging and customer support handoffs. The system leverages conditional logic, tool-based triggers, and a detailed system prompt to guide behavior. Created by Nate Herk, it comes with a free template accessible through his community resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=y-cq_Qo4zVo +- **ID**: y-cq_Qo4zVo + +## Extract Text From ANYTHING Using AI + n8n (PDFs, Images, Audio, Google Docs) +- **Description**: This detailed n8n workflow by Jono Catliff automates the extraction and structuring of text from a wide range of files including PDFs, images, audio, video, and Google Docs. The system uses a Telegram trigger with switch statements to determine file type and dynamically routes the flow through built‐in extraction nodes and AI agents. It leverages OpenAI for OCR and text analysis, Google Gemini for video analysis, and integrates with Google Sheets via a split-out node to standardize JSON output. A free blueprint is provided to replicate this complete automation setup. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=pXDgpYyEkeM +- **ID**: pXDgpYyEkeM + +## GPT 5.2 is out in n8n and its CRAZY (full breakdown + Demo) +- **Description**: Rory Ridgers demonstrates a robust workflow built entirely in n8n that integrates data from multiple sources—CRM, Slack, Google Sheets (emails and operative context)—to generate a daily operations briefing using the GPT 5.2 AI agent. The system aggregates data via API integrations, merges it into a unified JSON payload, and then passes it into GPT 5.2 with a detailed prompt for advanced reasoning, coding, and HTML formatting. Critical alerts such as high-value deals and security reviews are flagged automatically. Free access is provided through his prompt library on Skool. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=M4Yff-l-yo8 +- **ID**: M4Yff-l-yo8 + +## n8n's New Chat Hub Release: What You Need to Know +- **Description**: This video details a specialized n8n system called the Chat Hub, which acts as a unified AI chat interface similar to ChatGPT or Claude. The workflow connects multiple language models – including Jina AI – and enables real-time switching between them as well as integration with custom automation workflows and AI agents. The technical walkthrough covers setting up the interface, model selection, and connecting custom agents, all presented by Nate Herk. Free template and resource details are provided via his free resources link. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=jx-yvSRLKrA +- **ID**: jx-yvSRLKrA + +## I built another AI Agent in 2 hours (and got paid $2600) +- **Description**: Creator Nate Herk demonstrates a full client onboarding workflow that automates CRM entries, follow-ups, and notifications. The system is triggered by a payment webhook to create an entry in a Google Sheets CRM, sends personalized Gmail messages, and notifies a team via Slack before escalating to human follow-up. A dedicated AI agent using an OpenRouter Claude Sonnet 4.5 model generates a tailored welcome email based on form data. Free template and resources are provided via his Skool community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=bxGE_LXPyAU +- **ID**: bxGE_LXPyAU + +## Audit any business in seconds with this system (template available) +- **Description**: Creator Rory Ridgers demonstrates an advanced auditing system built on n8n that autonomously analyzes any business. The workflow integrates Explorium MCP for enriching company information (location, revenue, employee count, tech stack) and utilizes Tavly search/extract tools to collect additional online data. An AI agent powered by GPT 5.2 then processes these inputs to generate detailed business reports with tailored AI automation recommendations. The system is provided with a free template for immediate use. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=U21_fEsm3YI +- **ID**: U21_fEsm3YI + +## 3 “Boring” AI Automations to Sell for $2.5k+ in 2026 (free templates) +- **Description**: This system is an automated reporting workflow built in n8n that generates monthly meta ad campaign reports by integrating Facebook Graph API with Google Slides and Google Sheets. It uses schedule triggers to duplicate slide templates, retrieves campaign data and processes it via code nodes, then updates graphs and summaries in real time. Designed for marketing agencies, e-commerce and SaaS, the free template is provided by Ben AI to streamline ad performance analysis. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=MTdabgyOxFw +- **ID**: MTdabgyOxFw + +## Gamma AI AUTOMATES your Social Media (n8n & Make) +- **Description**: This system automates social media posting by integrating Gamma's templates API to generate branded carousels and presentations, while using Cloud Convert to transform PDF outputs into PNG images. It uses Google Sheets as an input trigger and Blot for scheduling posts across platforms like Instagram, LinkedIn, Twitter, and more. The workflow is implemented using both n8n and Make, and the provided free template enables users to set up API credentials and automate the entire process. Creator: Sabrina Ramonov. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=VPg0zqLnuHs +- **ID**: VPg0zqLnuHs + +## This AI Workflow Generates Evolution Timelapses That Are INSANELY GOOD on Autopilot (n8n) +- **Description**: This workflow automates the creation of evolution timelapse videos with zero manual editing. It deploys a locally hosted instance using Docker and integrates FFmpeg for precise video trimming, merging, and text burning. Using code nodes and HTTP requests, it leverages ChatGPT and LLM nodes for generating species data and prompts, and sends image and video generation requests via key.ai (Nano Banana and Cling). Developed by Mahmut Kasimoglu, this free template is ideal for building an end-to-end automated video production system. +- **Creator**: Mahmut Kasimoglu | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=odO-c4xqzjY +- **ID**: odO-c4xqzjY + +## This $5,000 n8n system monitors competitors 24/7 (template available) +- **Description**: This system, created by Rory Ridgers, is a comprehensive competitor monitoring workflow built entirely on n8n. It automates competitor data extraction by fetching information from a Google Sheet and looping through competitor entries. Using the Explorium MCP for rich data enrichment, it pulls key business metrics such as tech stack changes, LinkedIn followers, employee counts, ad activity, and website visits. The system further employs AI agents to compare competitor data against the user’s own company data and generate actionable insights. The workflow also integrates scraping tools like Appify nodes to get real-time social data. +- **Creator**: Rory Ridgers +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=RnZzv-dpfn8 +- **ID**: RnZzv-dpfn8 + +## 4 AI Systems Every E-com Business Needs (n8n) +- **Description**: This video by Ben AI showcases a comprehensive ecommerce automation suite built with n8n. It features four distinct workflows: a customer support chatbot widget that scrapes website content and integrates with Airtable for ticketing; a bulk product optimizer for Shopify CSVs using Google Gemini for knowledge bases; an automatic ad generator leveraging image replication and prompt engineering; and a competitor price tracker with Slack alerts. Free templates are available via his AI Accelerator. +- **Creator**: Ben AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Q3HKf8DDiBk +- **ID**: Q3HKf8DDiBk + +## Once You Know This, Building RAG Agents Becomes Easy in n8n +- **Description**: This video presents a detailed workflow for building RAG agents that retrieve context using multiple techniques: explicit filtering of tabular sales data, SQL query execution for aggregations, full document ingestion for complete context, and vector search for semantic matching. Nate Herk explains the technical nuances of each method to minimize hallucinations and improve accuracy. The entire system is demonstrated live in n8n and is available as a free template via his community resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=kOKavHnlPik +- **ID**: kOKavHnlPik + +## Law Firms Switching to AI Receptionists | Here's Why +- **Description**: This video demonstrates an AI-powered receptionist system tailored for law firms. The workflow automates call screening, lead qualification, and callback scheduling by leveraging voice AI, variable extraction, decision splits, and warm transfers. It integrates backend automation using webhooks, Slack notifications, and AirTable for data logging, while also utilizing Retail AI for conversational workflows. The system is built in n8n and presented by MagicOps AI (Andrey Gargul). +- **Creator**: MagicOps AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=PUPVE0oqwzE +- **ID**: PUPVE0oqwzE + +## I Built an AI Workflow in 3 Hours (and got paid $1650) +- **Description**: Built by Nate Herk, this n8n workflow automates email management by dynamically retrieving full email content from Gmail with filters (date range, sender) and querying Google Contacts to fetch recipient details. The system utilizes an AI agent triggered via Slack to interpret natural language requests, execute precise tool calls, and delegate drafting tasks to a subworkflow that outputs structured email subjects and bodies. It leverages system prompts, output parsers, and integrated AI agents to mimic a personalized writing style. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=Q4iEslmyMyM +- **ID**: Q4iEslmyMyM + +## Google Sheets on Autopilot: 10 Insane n8n Automation Hacks +- **Description**: This video by Jono Catliff showcases an advanced automation system built on n8n that streamlines Google Sheets workflows. It details how to create, update, and sync sheet data; extract and score data using AI agents integrated via ChatGPT API; and trigger actions across Slack, ClickUp, and Google Drive using webhooks and Google Apps Script. The walkthrough covers rate limiting and batch processing, offering a free blueprint template for direct implementation. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=m7Dv3ODf6Kk +- **ID**: m7Dv3ODf6Kk + +## I Built a Voice Agent That Calls Every New Lead (n8n + Vapi) +- **Description**: This instructive video details a complete workflow combining an AI-driven voice agent with a no-code automation tool to create an outbound lead qualification system that calls new leads from a web form. The system uses nodes for phone number standardization, API calls to Vapi (with Twilio integration), polling for call completion, and structured outputs to capture conversation data. Created by Nate Herk, all workflow resources are available free in his AI automation community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=BO-jFbN4p8Y +- **ID**: BO-jFbN4p8Y + +## Law Firm Follow-Up Automation (AI Voice Agents) +- **Description**: This automation system streamlines law firm lead follow-up using AI voice agents and a dynamic conversational workflow. It integrates client intake form data with webhook triggers, API calls, and Airtable updates to manage real-time callbacks and live call transfers. The backend employs scheduled outbound calling and callback logic with variable extraction and triage functions. Created by MagicOps AI, this free template provides a complete voice agent solution for legal practices. +- **Creator**: MagicOps AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=_XYWgBtF8ZU +- **ID**: _XYWgBtF8ZU + +## Easiest Way to Migrate n8n Workflows Between Accounts (cloud to self-hosted) +- **Description**: This system demonstrates migrating several workflows between n8n cloud and self-hosted instances. It uses a two-step process where workflows are first exported from the source instance via the n8n API and stored/logged in a Google Sheet, then re-imported into the target instance by looping through the JSON data. Key technologies include API authentication, Google Sheets integration, and execution control through manual nodes. Created by Nate Herk, the free template (including the workflow JSON and linked Google Sheet setup) is available via his community resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=t1PTmpas0bg +- **ID**: t1PTmpas0bg + +## Claude Code is Better at n8n than I am (Beginner's Guide) +- **Description**: In this detailed tutorial, Nate Herk shows how to set up an AI workflow using Claude Code within Visual Studio Code to build and manage automated processes. The system integrates an MCP server for comprehensive node coverage (over 1100 nodes and 2700+ templates) and n8n skills from GitHub. It configures scheduled triggers, dual AI agents (one using ChatGPT and another using Anthropic Sonnet) for research and HTML newsletter generation, and uses Gmail for sending emails. A free cloud.md template file is offered via the creator's free community resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=B6k_vAjndMo +- **ID**: B6k_vAjndMo + +## Build ANYTHING with Claude Code & n8n (Beginner's Guide) +- **Description**: In this tutorial, Nate Herk shows how to transform a chat-based AI agent workflow into a deployable web app using Claude Code and n8n. The system upgrades an existing 'Fitness Coach' workflow by replacing the chat trigger with a webhook, adding window buffer memory and natural language output formatting, and integrating front-end design via a dedicated skill. The process also covers pushing code to GitHub and deploying on Vercel for live updates. Free template resources are available on GitHub. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=OCO3aq3G0mk +- **ID**: OCO3aq3G0mk + +## I Built an AI System That Automates My Proposals (n8n + Gamma) +- **Description**: Designed by Nate Herk, this automated proposal generation system integrates meeting recordings with transcription from Fireflies and logs data into Google Sheets. It uses advanced polling and code nodes to clean and standardize transcript data, which is then processed by an AI agent to dynamically generate professional business proposals. The system calls the Gamma API to convert proposals into polished slide decks, with Slack notifications and status updates, ensuring a streamlined client communication workflow. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=KGXFkUlBHxw +- **ID**: KGXFkUlBHxw + +## AI Receptionist Validates Service Area Before Booking? +- **Description**: This video demonstrates an AI receptionist system for a home service business. It shows a detailed n8n workflow that validates customer addresses using the Google Maps API, checks appointment availabilities through Cal.com, and books appointments while handling errors via global webhook responses. The system leverages conversational AI, Retell AI flows, and API integrations for address validation, availability check, and booking confirmations. Created by MagicOps AI (Andrey Gargul), it includes a free template on Gumroad. +- **Creator**: MagicOps AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=WrVl9pTzfp0 +- **ID**: WrVl9pTzfp0 + +## I Taught my n8n Agents to Fix Themselves +- **Description**: In this video, Nate Herk demonstrates a self-healing automation system built on n8n. The system monitors workflow errors and automatically triggers an error workflow that calls Claude Code via an HTTP request. Claude Code then audits the failed workflow using n8n’s MCP server and node configurations, fixes issues like data formatting and JSON errors, and notifies the user through ClickUp. The setup, which includes integration with Enro tunnels and real-time error resolution, is detailed in a free template guide available to users. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=uUEa6K-FLB8 +- **ID**: uUEa6K-FLB8 + +## n8n vs Anti-Gravity: What You NEED to Know Before Switching +- **Description**: In this video, Jono Catliff demonstrates an agentic workflow that automates lead generation by scraping Google My Business profiles. The system uses natural language instructions to build a self-healing workflow that extracts listing details like names, addresses, and contact info, and organizes files automatically. A free blueprint template is provided via Skool, making it a turnkey solution for automation agencies looking to shift from traditional node-based setups. +- **Creator**: Jono Catliff +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=GTKY2aXuVCs +- **ID**: GTKY2aXuVCs + +## I Turned Clawdbot Into the Ultimate Personal Assistant +- **Description**: In this video, Nate Herk demonstrates his custom AI executive assistant system, Clawdbot, which is built using n8n workflows. The system integrates numerous services such as a YouTube analytics dashboard, email monitoring, ClickUp task management, Telegram communication, as well as GitHub and Google Workspace. It features a Kanban board, memory management (with daily logs and curated long-term data), proactive task scheduling with heartbeat functions, and security audits. Nate shares his step-by-step process to replicate this setup using free resources. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=rlJovzVhlIo +- **ID**: rlJovzVhlIo + +## From Zero to Your First AI Agent in 30 Minutes (No Coding) +- **Description**: This video showcases a complete AI agent workflow built in n8n that dynamically orchestrates social media content creation and posting. The system uses an autonomous AI agent node, chat trigger with simple memory, and tool calls to integrate OpenAI’s ChatGPT and Blot API for generating visuals (e.g., tweet card carousel and faceless video) and posting on platforms like Instagram and LinkedIn. Creator Sabrina Ramonov explains each step with hands‐on demos and offers a free template link. +- **Creator**: Sabrina Ramonov 🍄 +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=PEfFxe-x67I +- **ID**: PEfFxe-x67I + +## how to transition from ai automation to agentic workflows +- **Description**: Nick Saraev presents a streamlined n8n workflow for automated email responses using an AI agent. The system integrates n8n triggers with a Modal-deployed Python API to aggregate conversation histories, retrieve a knowledge base, and select email templates. It automates complex email reply logic with built-in error handling and a ready-to-use curl command, providing a visual, no-code solution that simplifies traditional automation tasks. Project files are available for free download. +- **Creator**: Nick Saraev +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=5rNu19PfgFg +- **ID**: 5rNu19PfgFg + +## I Built an AI Voice Agent For Home Service Business (Retell & n8n) +- **Description**: This workflow system implements an AI voice agent for a home service business, built entirely on n8n. It leverages a Retell AI conversational flow to qualify calls, integrates Google Maps API for address validation and distance checks, and uses Cal.com for scheduling appointments. The system includes conditional nodes for handling emergencies and safety hazards and also updates records via Airtable. Created by MagicOps AI, it comes with a free ready-to-use template. +- **Creator**: MagicOps AI +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=9P519GAofM4 +- **ID**: 9P519GAofM4 + +## From Zero to Your First Agentic AI Workflow in 26 Minutes (Claude Code) +- **Description**: This system is a step‐by‐step AI automation workflow that performs competitor research and generates a branded PDF report. It uses a structured agentic approach with workflow instructions, an AI agent for decision‐making, and modular Python tools (for web scraping, data analysis, charting via Matplotlib, and PDF generation via ReportLab). Built using Cloud Code in VS Code and integrated with Firecrawl and Enthropic APIs, it comes with a free template provided by Nate Herk’s community. +- **Creator**: Nate Herk | AI Automation +- **Template URL**: nan +- **YouTube URL**: https://www.youtube.com/watch?v=tDGiWn0flK8 +- **ID**: tDGiWn0flK8 + diff --git a/Community/n8n-automation-hub/references/user-templates.xlsx b/Community/n8n-automation-hub/references/user-templates.xlsx new file mode 100644 index 0000000..520d481 Binary files /dev/null and b/Community/n8n-automation-hub/references/user-templates.xlsx differ