Multi-service Terminal: Access Gmail, X, Telegram & News with Gemini AI

Go to Workflow
0 views
Built by Roni Bandini Roni Bandini
Created on June 08, 2026

Description

This workflow receives plain English instructions from a retro console via a webhook. Using an AI agent, it can combine multiple tools to read general RSS news headlines, stock market updates, emails, calendar events, search X, send Telegram messages, and run Linux commands. The idea is to avoid using smartphones or regular laptops in the morning, and instead use a retro console installed on an old notebook or netbook. You will need to copy a Python script onto the notebook, configure the webhook URL, and set up all the required credentials.

Steps:
Setup Gemini API key, Google Gmail and Calendar credentials from console.google.com
Setup X credentials, RSS URL, etc
Obtain the webhook URL and paste into the Python code to be executed at the Linux machine
Run the python script with python3 console.py

Note: if you ask for a Linux command, the command will not only be returned but also executed.

Nodes Used (3)

AI Agent
@n8n/n8n-nodes-langchain.agent
Google Gemini Chat Model
@n8n/n8n-nodes-langchain.lmChatGoogleGemini
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow