You can have a fully functional AI agent running on Telegram in under 5 minutes. This guide covers the exact steps — from creating a Telegram bot to connecting it to a live AI agent that handles real tasks.
No coding. No server management. No DevOps.
TL;DR
- Create a Telegram bot via @BotFather (2 minutes)
- Sign up for SimplifyClaw and paste your bot token (1 minute)
- Connect your AI API key (1 minute)
- Your agent is live — start messaging it
What Is an AI Agent Telegram Bot?
An AI agent Telegram bot is not the same as a standard chatbot.
A chatbot answers questions. An AI agent takes actions. The difference matters:
| Chatbot | AI Agent | |---------|---------| | Answers questions | Takes real actions | | Stateless between messages | Maintains memory and context | | Can't connect to external tools | Connects to email, calendar, Slack, etc. | | Runs only when you message it | Always on, can run on schedules |
When you set up an OpenClaw agent on Telegram, you can send messages like:
- "Summarize my unread emails and flag anything urgent"
- "Schedule a meeting with John for Thursday at 3pm"
- "Draft a reply to the Stripe invoice email I received today"
- "Remind me to follow up with Sarah in 2 days"
And it actually does those things.
What You Need Before Starting
- A Telegram account (free)
- An AI provider API key — Anthropic (Claude), Google (Gemini), or OpenAI (GPT-4o)
- 5 minutes
You don't need a server, terminal access, or any technical skills.
Step 1: Create Your Telegram Bot (2 Minutes)
- Open Telegram and search for @BotFather
- Send
/newbot - Choose a display name for your bot (e.g., "My Assistant")
- Choose a username ending in
bot(e.g.,myassistant_bot) - BotFather sends you an API token — copy it. It looks like:
123456789:ABCdefGHIjklMNOpqrSTUvwxyz
That's your bot token. Keep it private — it controls your bot.
Step 2: Get an AI API Key (3 Minutes)
Your agent needs a "brain" — an AI model. You choose one and bring your own API key, which means you pay the AI provider directly at their rates (no markup).
Which API key should I get?
| Provider | Model | Best for | Cost | |----------|-------|----------|------| | Google | Gemini 2.0 Flash | Speed + low cost, great for getting started | ~$1–5/month typical | | Anthropic | Claude Sonnet 4 | Complex tasks, writing, nuanced instructions | ~$5–15/month typical | | OpenAI | GPT-4o | General purpose | ~$5–15/month typical |
Getting a Gemini API key (recommended for beginners — free tier available):
- Go to Google AI Studio
- Sign in with your Google account
- Click "Get API key" → "Create API key"
- Copy the key
Getting an Anthropic (Claude) API key:
- Go to console.anthropic.com
- Create an account and add billing
- Go to API Keys → Create key
- Copy the key
Step 3: Deploy Your AI Agent (1 Minute)
The hard part used to be setting up a server, installing OpenClaw, configuring the gateway, and connecting everything. That took 2–4 hours.
SimplifyClaw automates all of that.
- Go to simplifyclaw.com and sign in with Google
- On the setup wizard, paste your Telegram bot token
- Select your AI model (Gemini, Claude, or GPT-4o)
- Paste your API key
- Click Deploy
SimplifyClaw provisions a dedicated cloud server, installs and configures OpenClaw, connects it to your Telegram bot, and starts your agent — all in under 60 seconds.
Step 4: Start Using Your Agent
Once deployed, open Telegram and message your bot. Start with something simple:
Your agent will respond with its capabilities and any integrations it has access to.
Then try connecting some tools. From your SimplifyClaw dashboard, you can connect Gmail, Google Calendar, Notion, and 1000+ other apps.
Try these tasks once connected:
- "What emails do I need to respond to today?"
- "What's on my calendar this week?"
- "Draft a professional reply to [paste email content]"
Connecting Your Agent to Apps and Services
The power of an AI agent comes from tool connections. OpenClaw uses Composio for integrations, giving your agent access to:
- Gmail / Outlook — read, draft, send emails
- Google Calendar — view, create, modify events
- Notion / Trello / Linear — manage tasks and projects
- Slack / Discord — send messages, read channels
- GitHub — create issues, review PRs, check activity
- Stripe — check payments, generate invoice drafts
- Web browsing — search the web, read pages
Connections are authorized via OAuth — you approve what your agent can access.
Tips for Getting the Most From Your AI Agent Bot
Be specific in your instructions. "Check email" is vague. "Summarize unread emails from the last 24 hours and identify anything that requires a reply today" gets much better results.
Write a system prompt. Tell your agent who it is and how to behave. From your SimplifyClaw dashboard, you can add instructions like "You are my personal assistant. Be concise. Always confirm before sending emails. Use my name (Alex) in responses."
Use it daily. AI agents improve through consistent use — the more context it has about your work patterns, the more useful it becomes.
Start with low-stakes tasks. Try having it draft emails (without sending) before giving it full send permission. Build trust incrementally.
Frequently Asked Questions
Is my data safe when using a Telegram AI agent? With SimplifyClaw, your agent runs on your own dedicated server — your conversations are not stored in a shared database or used to train AI models. Your Telegram messages flow through your bot token (which only you control) to your private server.
Can my AI agent send messages without my approval? By default, the agent can send messages when you instruct it to. You can add a system prompt instruction like "Always ask for my confirmation before sending any email or message" to require approval.
Can I use multiple AI models with the same bot? Yes — you can switch your agent's AI model from your SimplifyClaw dashboard at any time without reconfiguring Telegram. See our model switching guide.
What happens if my bot goes offline? SimplifyClaw runs a watchdog that checks your agent every minute and automatically restarts it if it crashes. Most users never experience downtime.
How do I give my agent a custom name and personality? Add a system prompt in your SimplifyClaw dashboard, or use a BOOTSTRAP.md file. See our custom instructions guide.
Next Steps
- Get your AI agent running now — 60-second setup
- Best AI models for OpenClaw — choose the right brain
- 25 real use cases for OpenClaw agents — inspiration for what to automate
- How to customize your agent's personality — make it yours