Google Gemini Workflows
1.419 Ergebnisse — 128 herunterladbare Workflow-Dateien, 1.291 quellenverknüpfte n8n-Referenzen
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
[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.
Trend2Content
On a form submission, fetches trending topics, generates content with Google Gemini, and saves the results to Google Sheets.
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.
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.
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.
Skool Scraper with Olostep
On form submission, scrapes Skool community pages with Olostep, extracts details using Google Gemini, and logs them to Google Sheets.
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.
Complaint Mining
On form submission, mines complaints with Google Gemini, extracts structured insights, and writes them to Google Docs.
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.
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.
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.
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.
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
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