Back to Use Cases
๐Ÿง 
Telegram Featured Guide

AI Assistant with Perfect Memory

This OpenClaw Telegram use case shows a personal assistant that remembers context across chats, notes, and tasks, so follow-ups stay accurate over time.

AI Assistant with Perfect Memory themed illustration with task boards, checklist cards, and priority markers.

"Got OpenClaw set up and now I have an AI assistant named Claudia who lives in Telegram, remembers everything I tell her, and can actually do stuff."

@darrwalk

๐Ÿ“– Overview

Build a personal AI assistant with persistent memory that learns your preferences, remembers important information, and gets smarter over time. Unlike ChatGPT, your assistant remembers everything from previous conversations. The walkthrough covers prerequisites, setup order, and practical commands so you can move from first run to repeatable production use. Steps are tailored for Telegram workflows with clear checkpoints that reduce hidden dependencies. Use the outcomes and pro tips sections to improve reliability, cut manual effort, and adapt the flow to your team.

๐Ÿ“‹ Requirements

  • OpenClaw installed and running
  • Telegram bot token from @BotFather
  • Claude API key configured

๐Ÿš€ Step-by-Step Guide

1

Step 1: Create your Telegram bot

Open Telegram and message @BotFather. Send /newbot and follow the prompts. Save your bot token.

2

Step 2: Connect Telegram to OpenClaw

Configure your Telegram bot token in OpenClaw settings.

Terminal
openclaw config set telegram.token YOUR_BOT_TOKEN
3

Step 3: Enable memory persistence

Turn on memory so your assistant remembers across conversations.

Terminal
openclaw config set memory.enabled true
4

Step 4: Customize your assistant's personality

Give your assistant a name and personality. Edit your system prompt in ~/.openclaw/config.yaml

Config
system_prompt: |
  You are Claudia, a helpful personal assistant.
  You have a warm, professional demeanor.
  Remember important details about the user.
5

Step 5: Start chatting

Open your bot in Telegram and start a conversation. Tell it about yourself, your preferences, and what you need help with.

6

Step 6: Teach it about you

Share information you want it to remember: 'Remember that I prefer morning meetings' or 'My wife's birthday is March 15th'

โœ… Results

Assistant that knows your preferences and history
No need to repeat context in every conversation
Personalized responses based on past interactions
Available 24/7 on your phone via Telegram

๐Ÿ’ก Pro Tips

  • โ†’ Regularly share updates about your life and work
  • โ†’ Ask 'What do you remember about X?' to verify memory
  • โ†’ Use clear commands like 'Remember this:' for important info

Ready to Get Started?

Install OpenClaw and set up this workflow in minutes