Back to the blog

๐Ÿค– OpenClaw. A Personal AI Assistant in Telegram

How I turned OpenClaw into a Telegram assistant that reads email, handles routine work, and feels more useful than a chat demo.

I had wanted a personal assistant for a long time โ€” something that lives in Telegram and handles the routine for me. Not just a chatbot, but an assistant: checking email, reminding me about meetings, googling things, booking a restaurant, basically doing the small tasks I keep doing manually and do not want to do anymore.

There are plenty of products in this space now, from simple Telegram wrappers around ChatGPT to heavier platforms like Zapier AI. I tried a few and settled on OpenClaw โ€” an open-source framework that is becoming a serious player in the category. It takes Claude, or another LLM, and turns it into a full assistant with access to mail, calendar, browser automation, and more. You write to the bot in Telegram, and it can actually do the work.

The difference from ChatGPT or Claude in a normal chat window is huge. Those answer questions. This thing can go and act. When I ask “what came into my inbox?” it reads Gmail, summarizes messages, and filters what matters. When I ask it to book a table, it opens a browser and does it.

The best part was email cleanup. My Gmail had more than 27,000 unread messages. Years of newsletters, alerts, and junk mixed together. I asked the bot to work through the inbox, and within one evening it analyzed everything, kept the important threads, and unsubscribed from the noise. I ended up with fewer than a hundred messages worth reading.

I deployed the whole setup on a VPS in a couple of hours. Later I configured a separate bot for my wife, with her own Telegram bot and her own mailbox. The isolation part turned out to be the tricky bit, but that is a story for another post.