Cover photo

Telegram HQ: Turn One Chat Into an AI Command Center (OpenClaw)

Exponential Logs, Documenting what we are building with OpenClaw

Play Video

What we built

We turned Telegram into a structured command center for an AI agent (Atlas running on OpenClaw). Instead of one endless chat feed, we created a single Telegram group (Atlas HQ) and enabled Topics (Forum mode) so each workflow has its own dedicated thread.

This gives us:

  • A clean separation between workflows (journals, content, ops)

  • A faster feedback loop with the agent

  • A scalable structure where new workflows can be added without chaos

  • A predictable routing surface for automations (post into the right topic every time)

    post image

Why Topics matter (the core insight)

Most chat apps are a single infinite feed. That is fine for human conversation, but it breaks down when:

  • you are running multiple parallel workflows

  • you want to retrieve information later

  • your agent is producing outputs (reports, briefs, drafts) every day

Topics turn Telegram into something closer to

a lightweight operations console.

The workflow map (example)

  • Morning Journal -> chaotic brain-dump -> Atlas extracts priorities + tasks

  • Content Workflow -> transcripts in -> articles / threads / clips out

  • Open Loops -> nightly scan of Notion -> list of unfinished items for the next day

  • Morning Brief -> daily web research -> use cases + how they apply to our projects

Step-by-step (how to replicate)

  1. Create a dedicated Telegram group (separate from your personal DMs)

    post image
  2. Enable Topics / Forum mode in group settings

    post image
  3. Create topic threads for each workflow area

    post image
  4. Add your agent/bot/account and grant permissions (post + read)

    post image
  5. Connect OpenClaw/Clawdbot to Telegram (bot token + target chat id)

    post image
  6. (Optional) Capture topic/thread IDs and map each automation to the right topic

    post image
  7. Test end-to-end: Telegram -> Atlas receives; Atlas -> posts back into the correct topic

post image