Marketplace
3.557 fertige Workflow-Dateien zum Download, plus 10.661 quellenverknüpfte n8n-Referenzen.
GitHub Repo RAG Agent
Indexes GitHub files into a Qdrant vector store with OpenAI embeddings, then answers chat queries via a retrieval agent.
Form AI Response Parser
On form submission, runs OpenAI LLM chains to parse answers into structured data, then filters and aggregates the results.
OpenAI Chat Agent
On a chat message, runs an OpenAI agent that fetches data over HTTP, converts it to a file, and replies.
OpenRouter Chat Logger
On a chat message, runs an OpenRouter agent with buffer memory, summarizes the exchange, and logs results to Google Sheets.
Gmail Email Vector Store With Postgres
On new Gmail messages, embeds content with Ollama into a Postgres pgvector store and sends an AI-drafted Gmail reply.
HTTP To Google Sheets
On manual run, fetches records over HTTP, splits them, and writes the rows into Google Sheets.
Data Automation — Baserow
On a schedule, queries a GraphQL API and conditionally syncs the results into Baserow.
Bluesky Post Fetcher
Manually fetches Bluesky posts via the API, processes them in code, and aggregates the results.
GitHub File Committer
On manual run, fetches data over HTTP, splits it, and commits files to GitHub while extracting their contents.
Scheduled Email And Slack Alerts
On a schedule, fetches data via HTTP, filters it, then sends email and Slack notifications for matching items.
Write a WordPress Post with AI (Starting from a Few Keywords)
From a keyword form submission, drafts an article with OpenAI and Wikipedia, then publishes it as a WordPress post.
OpenAI NocoDB Generator
On manual run, fetches data, generates content with OpenAI, converts it to a file, and stores records in NocoDB.
[2/3] Set up medoids (2 types) for anomaly detection (crops dataset)
On manual run, fetches a crops dataset over HTTP, computes two types of medoids in code, and prepares them for anomaly detection.
OpenAI Qdrant Sheets Pipeline
On manual run, embeds web content with OpenAI into a Qdrant vector store, extracts structured fields, and logs them to Google Sheets.
Generate New Keywords with Search Volumes⚒️⚒️🟢🟢
When called by another workflow, fetches keyword search volumes via HTTP and writes the new keywords to Google Sheets.
Airtable AI Slack Notifier
On new Airtable records, extracts fields with OpenAI, routes data via GraphQL, deduplicates, and posts notifications to Slack.
OpenAI Web Page Summarizer
On manual run, scrapes and chunks web page content, then summarizes it with OpenAI using a summarization chain.
Scrape Books from URL with Dumpling AI, Clean Html, Save to Sheets, Email as CSV
On a new Google Sheets row, scrapes and cleans book data, then emails it as a CSV attachment via Gmail.
Drive File AI Analyzer
On a new Google Drive file, extracts its contents, analyzes the text with OpenAI, and returns the processed results.
NocoDB Sync
On a schedule, fetches records via HTTP in batches, filters them, and syncs the results into NocoDB.
Vision Based AI Agent Scraper with Google Sheets, Scrapingbee, and Gemini
On manual run, scrapes pages via screenshots, extracts structured data with a Gemini vision agent, and saves it to Google Sheets.
Google Sheets + Slack Support Workflow — Email (SMTP)
On a schedule, reads rows from Google Sheets, enriches them via HTTP, then posts to Slack and sends an email.
Rag:context Aware Chunking
On manual run, loads Google Drive documents, splits them into context-aware chunks, embeds with Gemini, and stores vectors in Pinecone.
Quick Chart Sync
On a schedule, aggregates n8n workflow data and renders a QuickChart visualization served back through a webhook response.