Skip to content
FlowHubFluxonLab

Google Gemini workflows

1,419 results — 128 downloadable workflow files, 1,291 source-linked n8n references

sheetstelegram
free

AI Institutional Stock Valuation Engine with Risk Scoring & Scenario Targets

On a schedule, reads tickers from Google Sheets, runs OpenAI and Gemini valuation analysis, and sends risk-scored stock targets to Telegram.

by Mo AlBarrak
rssgmail
free

Summarize RSS Feeds into a Daily AI Digest with Gemini, Slack, and Gmail

On a schedule, reads RSS feeds, summarizes them into a digest with Google Gemini, and posts to Slack and Gmail.

by Oka Hironobu
sheetsgmail
free

Generate E Commerce Product Descriptions from a Form with Google Gemini

On form submission, generates e-commerce product descriptions with Google Gemini, saves them to Google Sheets, and emails them via Gmail.

by Oka Hironobu
sheets
free

Review PDF Contract Risks with a Form, Google Gemini, Sheets, and Slack

On form submission, analyzes a PDF contract for risks with Google Gemini, logs findings to Google Sheets, and alerts Slack.

by Oka Hironobu
googledrivesheets
free

AI Palm Health Line Tracker

On a webhook image upload, analyzes palm-line photos with Google Gemini, stores them in Drive, and logs results to Sheets.

by Hiroshi Hashimoto
sheetsgmailgoogledrive
free

Create Sprint Goals Using Pega Agile Studio with AI

On manual run, a Gemini agent drafts sprint goals via Pega Agile Studio, reads Drive files, logs to Sheets, and emails via Gmail.

by Richard Nijsten
sheetsgmail
free

Log Workouts and Get AI Fitness Analysis with a Form, Google Gemini, Sheets, Slack, and Gmail

On form submission, analyzes logged workouts with Gemini, saves them to Google Sheets, and sends feedback via Slack and Gmail.

by Oka Hironobu
sheetsgmail
free

Analyze YouTube Video SEO and Get Optimization Tips with Gemini AI, Sheets, Slack, and Gmail

On form submission, fetches YouTube video data, analyzes SEO with Gemini, logs tips to Sheets, and sends via Slack and Gmail.

by Oka Hironobu
sheets
free

Review GitHub Pull Requests with Gemini AI and Post Feedback Automatically

On a webhook, fetches the GitHub pull request diff, reviews it with Gemini, logs feedback to Sheets, and posts to Slack.

by Oka Hironobu
sheetsgmail
free

Monitor Google Reviews and Draft AI Responses with Gemini and Slack

On a schedule, fetches Google reviews, drafts replies with Gemini, logs them to Sheets, and notifies via Slack and Gmail.

by Oka Hironobu
telegramsheets
free

[FOR TEMPLATE] AI Expense Tracker Agent

On a Telegram message, a Gemini agent parses expenses, logs them to Google Sheets, and replies with totals via Telegram.

by Andi Sakti
sheets
free

Trend2Content

On a form submission, fetches trending topics, generates content with Google Gemini, and saves the results to Google Sheets.

by Pratyush Kumar Jha
sheets
free

Enrich and Score B2B Company Leads with Clearbit & and Gemini AI

On a form submission, enriches company leads via Clearbit, scores them with Google Gemini, saves to Google Sheets, and alerts Slack.

by Oka Hironobu
gmailgoogledrivesupabase
free

Qualify Mortgage Leads and Collect Documents with Gemini, Gmail, Drive, Telegram, and Supabase

On a form submission, qualifies mortgage leads with Google Gemini, stores documents in Google Drive and Supabase, emails via Gmail, and alerts Telegram.

by Shashwat Singh
telegramsheets
free

Get Multimodal AI Dating Advice on Telegram with Google Gemini and Sheets

On a Telegram message, generates multimodal dating advice with Google Gemini and logs each conversation to Google Sheets.

by John Alejandro SIlva
sheets
free

Skool Scraper with Olostep

On form submission, scrapes Skool community pages with Olostep, extracts details using Google Gemini, and logs them to Google Sheets.

by Yasser Sami
googledrivegoogledocs
free

Documentation Crawler

On manual run, crawls documentation pages via Olostep, reads source files from Google Drive, extracts content with Google Gemini, and compiles Google Docs.

by Yasser Sami
googledocs
free

Complaint Mining

On form submission, mines complaints with Google Gemini, extracts structured insights, and writes them to Google Docs.

by Yasser Sami
sheetsemailsmtp
free

Handle Line Real Estate Inquiries with Google Gemini and Smart Lead Detection

On a LINE inquiry webhook, a Gemini chain qualifies the lead, logs it to Google Sheets, and emails the agent on hot leads.

by Oka Hironobu
sheets
free

Advanced AI Inventory Agent: Supabase Vector RAG & Gemini

On a chat message, a Gemini RAG agent answers inventory questions using a Supabase vector store built from Google Sheets data.

by Viktor Klepikovskyi
googledriveyoutube
free

AI Documentation to Training Video Creator

On a webhook request, turns documentation into a video using Mistral and Gemini agents, stores files in Google Drive, and publishes to YouTube.

by Oneclick AI Squad
sheetsgmail
free

Monitor Product Prices with Decodo, Google Sheets, Gemini and Gmail

On a schedule, scrapes product prices with Decodo, a Google Gemini agent checks them against Google Sheets, and emails alerts via Gmail.

by Zain Khan
BCgoogledocs
free

Create SEO blog posts from YouTube videos with Gemini and Google Docs

Quick overview Submit a YouTube URL and get a publish-ready SEO blog post. Three Gemini agents research the video, write the article, and score it. Articles scoring 7+ auto-publish to Google Docs. Lower scores route to Telegram for review. How it works The workflow starts when a POST request hits the webhook with a YouTube URL, optional target keyword, and tone. A Code node extracts the video ID and validates the URL format, then an HTTP Request node calls YouTube Data API v3 to pull the video title, description, channel name, and tags. Three Basic LLM Chain nodes run in sequence, each powered by a Google Gemini Flash sub-node connected via the native ai_languageModel port. The first chain (Research Agent) receives the video context and returns a structured JSON brief containing an SEO title, four H2 headings, primary keyword, secondary keywords, key insights, target audience, and a content angle. A Code node parses this output with a JSON fallback in case Gemini adds unexpected formatting. The second chain (Writer Agent) takes the research brief and writes a complete 1,000–1,400 word blog post following strict rules: flowing paragraphs over bullet lists, primary keyword used 3–5 t

by Ibrahim
Bgoogledrivesheets
free

Detect visual regressions with Apify, Google Gemini, Sheets and Linear

Quick overview This workflow generates baseline website screenshots with Apify, stores them in Google Drive, and logs the file IDs in Google Sheets, then runs scheduled visual regression checks by comparing new screenshots against the baselines with Google Gemini Vision and creating a consolidated Linear issue when changes are detected. How it works Manually starts to backfill missing baselines by reading URLs from Google Sheets that do not yet have a stored base image. For each missing baseline URL, calls Apify’s screenshot actor, downloads the rendered image, uploads it to Google Drive, and updates the matching Google Sheets row with the Drive file ID. Runs weekly on a schedule and reads the list of webpages to test from Google Sheets. For each webpage, downloads the baseline image from Google Drive and captures a fresh screenshot via Apify. Sends both images to Google Gemini (vision) to detect visual differences and returns a structured list of regressions (text, number, image, color, or position). Filters out pages with no detected changes, aggregates the remaining results, and creates a Linear issue containing the regression report. Setup Add an Apify API token as HTTP Query A

by Redowan Ahmed Farhan