Build a Real AI Assistant That Messages You First (Daily Brief on Telegram Using OpenClaw)
Imagine waking up and seeing a Telegram message from your own AI assistant — a quick brief that tells you what’s on your calendar, what’s urgent in your inbox, and what deserves your attention before you even ask.
That’s the difference between a real assistant and most “AI assistants” online.
Most tools are just chatbots. They sit there until you prompt them.
This setup runs 24/7, connects to your daily tools, and reaches out first on a schedule.
In this guide, you’ll learn how to build that exact assistant step by step using OpenClaw — no coding required.
From Zero to First AI Assistant in 15 Minutes (OpenClaw)
What Are AI Assistants (Really)?
“AI assistant” gets slapped on everything right now, so let’s clarify.
1) Chatbots (Helpful, but passive)
Tools like ChatGPT or Claude are powerful, but they only work when:
-
you open a tab
-
you type a prompt
-
you manually ask for help
They don’t take initiative.
2) Automations (Useful, but rigid)
Automations are usually:
-
“If X happens → do Y”
They can be great for simple workflows, but they lack: -
understanding
-
memory
-
flexibility
And once you stack a few, they get confusing fast.
3) A real AI assistant (what we’re building)
A real assistant should do three things:
✅ Brain + memory
-
The “brain” is an AI model accessed via an API (OpenAI / Anthropic / Gemini, etc.)
-
“Memory” is what helps it remember preferences, routines, and what matters—so you’re not starting from scratch every time
✅ Always online (24/7)
An assistant isn’t helpful if it sleeps when you need it. We’ll host it so it stays running.
✅ Tools + actions
It must connect to real tools you use:
-
Telegram
-
Google Workspace (Calendar + Gmail)
-
Slack (optional)
Then it can run on a schedule and message you when something needs attention.
That’s the goal: not “chat with AI,” but delegate to AI.
What Is OpenClaw?
OpenClaw is an open-source system that lets you build and manage your own AI assistant in one place.
With OpenClaw you can:
-
connect a model (the brain)
-
connect tools (Telegram, Google Workspace, Slack, etc.)
-
install “skills” (plug-ins that grant capabilities)
-
create scheduled “jobs” (automations powered by AI reasoning)
This is what makes an assistant proactive — it can run tasks on its own schedule and reach out first.
Security First: Read This Before You Build
Because OpenClaw is powerful, you need to treat it like real infrastructure.
Protect your tokens like passwords
You’ll use tokens/keys for:
-
OpenClaw gateway token
-
AI model API key
-
Telegram bot token
-
Google Workspace access
If someone gets these, they could:
-
access your dashboard
-
impersonate your assistant
-
run actions you didn’t approve
-
potentially rack up usage costs
Rule: Store tokens securely. Never paste them publicly. Never leave them in random notes.
Only install trusted “skills”
Skills are what give your assistant capabilities. Some are community-made, and like any ecosystem, bad actors can upload malicious code.
Only install skills you trust, and when possible:
-
use official sources
-
check what the skill does before connecting important accounts
Don’t run “always-on” assistants on your personal computer
Yes, you can run it locally. But for most people, that’s riskier:
-
personal files + logins + always-on agent = bigger blast radius
Instead, use a VPS (a separate cloud computer) so OpenClaw is isolated and online 24/7.
The Recommended Setup: OpenClaw on a VPS
A VPS is simply a rented computer in the cloud. It gives you two major benefits:
-
Always-on assistant (24/7)
-
Isolation from personal device risk
In the transcript workflow, the easiest beginner approach is using a host that provides an OpenClaw template so deployment is “one-click.”
Step-by-Step: Deploy OpenClaw + Add Your AI Model Key
Once your VPS is ready, you’ll configure two key pieces:
1) Your OpenClaw gateway token
This token controls access to your OpenClaw dashboard.
Treat it like the master password.
2) Your AI model API key
This is your assistant’s “brain.”
Important note: API usage costs money.
Before you run anything:
-
add billing/credits
-
set a spend limit so you don’t get surprised by a big bill
Once your key is set and you deploy, your OpenClaw container should run and your dashboard should show Connected.
Connect Telegram (So You Can Chat With Your Assistant)
This is the magic part: your assistant can message you in Telegram like a real person would.
Telegram connection overview
You’ll create a Telegram bot using BotFather, then link it to OpenClaw.
Steps:
-
Open Telegram and message @BotFather
-
Create a new bot (choose name + username)
-
Copy the bot token (treat it like a password)
-
Paste the bot token into OpenClaw when prompted
-
Open your new bot and press Start
-
Copy your Telegram user ID + pairing code into OpenClaw
-
Send a test message to your bot to confirm it replies
If it replies, you’re connected.
Skills: The Difference Between “Chat” and “Do Work”
Skills are what turn your assistant into something useful.
Examples:
-
Google Workspace (calendar + Gmail)
-
Slack
-
Notion
-
web summaries
-
internal workflow utilities
To install skills, you can literally ask your assistant:
-
“What skills can I install?”
-
“Help me install the Google Workspace skill”
The assistant walks you through each skill because install steps can vary:
-
environment variables
-
permissions
-
authentication flows
If something breaks:
-
paste the error into the chat
-
ask OpenClaw to troubleshoot
OpenClaw can often help fix or rewrite parts of skill code if needed.
The Real Breakthrough: Create Jobs (So Your Assistant Runs on a Schedule)
This is what makes it a real assistant.
A “job” is a scheduled task your assistant runs automatically.
Example job: Daily Brief at 9:00 AM
Prompt OpenClaw with something like:
“Help me create a daily brief job. Every morning at 9:00 a.m., check my Google Calendar for today. Scan my Gmail inbox for anything important. Then send a short summary through Telegram with my top priorities.”
Once it’s set up, test it immediately by asking:
“Run the daily brief right now.”
A working daily brief should:
-
list your calendar events
-
highlight important emails
-
summarize what matters
-
give action steps (“top priorities”)
From that point forward, it runs every morning automatically.
What You Can Build Next (Same Method)
Once you understand skills + jobs, you can build assistants for real life:
Work + business
-
morning brief + meeting prep
-
“scan for urgent client emails”
-
summarize Slack threads overnight
-
daily KPI summary
Content creators
-
summarize YouTube videos or competitor posts
-
extract key ideas into drafts
-
track brand mentions and reply drafts (with approval)
Personal productivity
-
reminders based on calendar context
-
weekly planning summaries
-
“what did I miss?” inbox sweeps
Final Security Checklist (Do This Immediately)
Before you start installing tons of skills, lock this down:
1) Apply official security settings
Ask your assistant to implement recommended best practices from OpenClaw’s official security guidance.
2) Add approval rules for risky actions
Tell OpenClaw:
-
draft messages before sending them
-
always ask before deleting files
-
always ask before network requests
This prevents destructive actions without your permission.
3) Add cost guard rails
Set:
-
retry limits (avoid infinite loops)
-
runtime limits (tasks can’t run forever)
This prevents accidental API spend explosions.
4) Create snapshots before experimenting
Before installing new skills or changing big settings:
-
take a VPS snapshot
If something breaks, you can restore in minutes.
Conclusion: This Is the New Standard for “AI Assistants”
A chatbot answers questions.
A real assistant shows up first, remembers what matters, and does work in the background.
With OpenClaw + Telegram + Google Workspace, you can build:
-
a daily briefing assistant
-
proactive task support
-
real automation with reasoning and memory
And you don’t need to code.
Once you build your first job, you’ll immediately realize:
this is what AI was always supposed to be.



