Skip to content
FlowHubFluxonLab
A
AI Automationfree

AI Speech Coach & Generator using Telegram, Open AI and Gemini

by NanaBadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentChat Memory ManagerChat Memory ManagerCCodeGoogle Gemini Chat ModelOpenAISSimple MemoryTelegramTelegram
Share Post Share
AgAI AgentGoogle Gemini Chat ModelGoogle Gemini C…Recieve Telegram MessageRecieve Telegra…SeCheck For Text or Voice MessageCheck For Text …Download Audio FileDownload Audio …Transcribe Audio FileTranscribe Audi…IfIf Voice MessageCoCode to remove unwanted characters from LLM responseCode to remove …CoCode to split output into chunks under 4000 charactersCode to split o…Respond to Telegram MessageRespond to Tele…MMWipe Conversation MemoryWipe Conversati…MBStore Conversation MemoryStore Conversat…SeSet prompt to start a new speechSet prompt to s…SeSet prompt to generate a speech based on the feedbackSet prompt to g…SeSet prompt to provide feedback on speechSet prompt to p…SwRoute Flow Based on Message ContentRoute Flow Base…12345678910111213141516171819
1/5
STEPS · 19
Starts on a Telegram event

Description This n8n workflow acts as your personal AI speechwriting coach, directly accessible through Telegram. It listens to your spoken or typed drafts, provides insightful feedback on clarity, engagement, structure, and content, and iteratively refines your message based on your updates. Once you're ready, it synthesizes a brand-new speech or talk incorporating all the improvements and your accumulated ideas. This tool streamlines the speechwriting process, offering on-demand AI assistance to help you craft impactful and well-structured presentations. How it Works Input via Telegram: You interact with the workflow by sending your speech drafts or talking points directly to a designated Telegram bot. AI Feedback: The workflow processes your input using AI models (OpenAI and/or Google Gemini) to analyze various aspects of your speech and provides constructive feedback via Telegram. Iterative Refinement: You can then send updated versions of your speech to the bot, receiving further feedback to guide your revisions.

Tags

n8nreference-onlyagentlm-chat-google-geminimemory-buffer-windowmemory-manageropen-aitelegram
Connects
AAI AgentchatmemorymanagerChat Memory ManagerCCodeGoogle Gemini Chat ModelOpenAISSimple Memory
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes16
AddedMay 6, 2025

Related workflows

See all AI Automation
ABCD
free

Run AI employee onboarding with Groq, Google Workspace, and Gemini

Quick overview This workflow ingests onboarding documents from Google Drive into an in-memory vector store with Google Gemini embeddings, then runs a multi-channel onboarding chatbot powered by Groq, sends role-based welcome emails via Gmail when a new hire appears in Google Sheets, and schedules day 1/7/30 check-in emails. How it works Manually runs an ingestion flow that lists files in a specified Google Drive folder, downloads them, extracts text, and indexes them into an in-memory vector store using Google Gemini embeddings. Receives employee questions via n8n Chat (and optionally Slack or Telegram), normalizes the message into a single format, and rejects empty or overly long inputs. Uses a Groq LLM agent with per-user session memory to retrieve relevant excerpts from the in-memory company_docs knowledge base and generate a grounded answer, or directs the user to HR when no relevant content is found. Routes the assistant’s response back to the originating channel (n8n Chat, and optionally Slack or Telegram). Triggers every minute on updates to a Google Sheets “Hires” sheet, validates rows marked as Hired, and skips hires already present in the “Tracking” sheet. Builds a depart

by Yash Kabra
AopenaichatmodelserpapigooglesearchS
free

Slack chatbot powered by AI

This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailored for a Slack environment, aiming to offer an interactive, AI-driven chatbot experience. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
AopenaichatmodelserpapigooglesearchS
free

AI agent chat

This workflow employs OpenAI's language models and SerpAPI to create a responsive, intelligent conversational agent. It comes equipped with manual chat triggers and memory buffer capabilities to ensure seamless interactions. To use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team