I Built a Personal AI Assistant with a Telegram Bot Using OpenClaw β Here's How
Author: Nikhil Bhan π What I Built Imagine having an AI personal assistant that you can text from anywhere β your phone, your desktop, wherever β and it knows you, remembers context, and can even ...

Source: DEV Community
Author: Nikhil Bhan π What I Built Imagine having an AI personal assistant that you can text from anywhere β your phone, your desktop, wherever β and it knows you, remembers context, and can even send you messages on a schedule without you asking. That's exactly what I built using OpenClaw, a free and open-source AI agent framework. In under two hours, I had a fully functional, secured, autonomous AI assistant connected to Telegram and powered by Anthropic's Claude Sonnet 4.5. In this post I'll walk you through exactly how I did it β installation, configuration, Telegram integration, security hardening, and cron-based automation. π§° What You'll Need A Windows computer (PowerShell required for install) An Anthropic API key (get one at console.anthropic.com) A Telegram account (mobile or desktop) ~90 minutes of your time π¦ What is OpenClaw? OpenClaw is a free, open-source AI agent that runs locally on your machine. It acts as a gateway between you and AI providers like Anthropic. Key f