OpenClaw Telegram Bot Setup: The Complete 2026 Guide
|4 min read
Table of Contents
Haven't installed OpenClaw yet?
curl -fsSL https://openclaw.ai/install.sh | bash
iwr -useb https://openclaw.ai/install.ps1 | iex
curl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
Worried it'll affect your machine? ClawTank — cloud deploy in 60s, zero risk to your files.
Telegram is the most popular channel for OpenClaw. It turns your phone into a remote control for your personal AI assistant — send messages, get responses, and automate tasks from anywhere.
This guide covers everything from creating your bot to your first AI conversation.
Step 1: Create a Bot with BotFather
Every Telegram bot starts with BotFather, Telegram's official bot creation tool.
Open Telegram and search for @BotFather
Start a chat and send /newbot
BotFather asks for a display name — this can be anything (e.g., "My AI Assistant")
Then it asks for a username — must end in bot (e.g., my_ai_assistant_bot)
BotFather sends you a bot token — a long string like 1234567890:ABCdefGHIjklMNOpqrsTUVwxyz
Keep this token safe. Anyone with this token can control your bot.