πŸ€– Telegram Empire Plan

Multi-Bot Multi-Personality System  |  3 New Users  |  April 22, 2026  |  Saved for later

πŸ“ Architecture Overview

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                   MiniMax API                           β”‚
β”‚              (shared brain for all bots)              β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                          β”‚
          β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
          β–Ό               β–Ό               β–Ό               β–Ό
    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
    β”‚  Bot A    β”‚  β”‚  Bot B    β”‚  β”‚  Bot C    β”‚  β”‚  Bot D    β”‚
    β”‚ (Thota)   β”‚  β”‚ (PersonaB)β”‚  β”‚ (PersonaC)β”‚  β”‚ (PersonaD)β”‚
    β”‚ witty,    β”‚  β”‚ ???       β”‚  β”‚ ???       β”‚  β”‚ ???       β”‚
    β”‚ sarcasticβ”‚  β”‚           β”‚  β”‚           β”‚  β”‚           β”‚
    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Each bot has its own Telegram token, Telegram user ID, and personality file. All route to the same MiniMax API β€” same brain, different masks. Each user gets isolated conversation history via thread sessions.

πŸ“‹ Implementation Steps

User action required

Step 1 β€” Create 3 new Telegram bots via @BotFather

Each bot takes ~30 seconds to create. You need 3 new bot tokens.

  1. Open Telegram, search for @BotFather
  2. Send /newbot β†’ follow prompts β†’ name it β†’ get token
  3. Repeat 3 times
  4. Collect all 3 tokens

You'll also need each new user's Telegram ID. They DM @userinfobot to get it.

User action required

Step 2 β€” Share tokens, user IDs, and personality descriptions

Once you have the tokens, share this with me:

I handle this

Step 3 β€” Personality files

Each user gets their own user_persona_X.md file:

.claude/claudeclaw/prompts/
β”œβ”€β”€ AGENTS.md              ← shared rules (unchanged)
β”œβ”€β”€ SOUL.md                ← shared soul (unchanged)
└── personalities/
    β”œβ”€β”€ user_thota.md      ← your identity + preferences
    β”œβ”€β”€ user_persona_b.md  ← User 2
    β”œβ”€β”€ user_persona_c.md  ← User 3
    └── user_persona_d.md  ← User 4

Each persona file contains: name, how they talk, what they care about, their quirks and communication style.

I handle this

Step 4 β€” settings.json update

The telegram config expands to support multiple bots:

"telegram": {
  "bots": [
    { "token": "EXISTING_TOKEN", "userId": 7192357563, "persona": "thota" },
    { "token": "NEW_TOKEN_B",   "userId": USER2_ID,    "persona": "persona_b" },
    { "token": "NEW_TOKEN_C",   "userId": USER3_ID,    "persona": "persona_c" },
    { "token": "NEW_TOKEN_D",   "userId": USER4_ID,    "persona": "persona_d" }
  ]
}
I handle this

Step 5 β€” telegram.ts routing

Key changes to commands/telegram.ts:

I handle this

Step 6 β€” Daemon reload

The ClaudeClaw daemon picks up the new settings automatically on the next message. No new processes needed.


🎭 Personality Ideas for Users 2/3/4

Three example personalities to spark ideas β€” or describe your own:

πŸ”₯ The Cynic
Jaded, sarcastic, sees through everything. Points out bad decisions with a smirk. Great at cutting through hype and asking "but at what cost?"
🎯 The Analyst
Data-driven, asks hard questions. Loves frameworks, trade-offs, and second-order effects. Treats every conversation like a whiteboard session.
🌸 The Cheerleader
Relentlessly positive, asks about your day, big on encouragement. Remembers what you told them and follows up. Warm but never saccharine.
πŸ€– The Hacker
Thinks in code and systems. Treats everything like an engineering problem. Optimizes everything, including the conversation itself.
🎭 The Provocateur
Deliberately plays devil's advocate. Challenges assumptions. Pushes back hard but makes you think. Great for when you're stuck.

πŸ”§ Technical Notes

⚑ Next action: Create 3 new bot tokens via @BotFather, then share the tokens + user IDs + personality descriptions here. I'll wire everything up.