Coding Agents over Telegram: Meet OpenClaw

OpenClaw is an open-source AI assistant. You run it on your own machine. It connects to your chat apps and answers you there. It works like a background process that thinks.

It is local-first and single-user. You do not use it like a standard chatbot. Instead, you use it as a tool that stays on.

Why use it?

Reach is the main benefit. OpenClaw works on WhatsApp, Telegram, Slack, Discord, Signal, iMessage, and more. It also works with voice on mobile devices. You reach your assistant wherever you are. You do not need to open a new app.

How it works:

A local gateway manages your connections. It sends messages to different agents. You can have one agent for personal life and another for work. You can even have one with access to a server. One gateway, many brains.

Common ways people use it:

  • Chief of Staff: It connects to your email and calendar to manage tasks.
  • Browser Automation: It uses a browser to do tasks that lack an API.
  • Coding Teammate: You talk to it via chat to review code or build apps.
  • Home Control: It connects to hardware like robot vacuums or 3D printers.
  • Skill Building: You ask it to write its own new skills.

I use it to run coding agents on a remote server. I manage them through Telegram from anywhere. I do not need to open an SSH session. This series shows you how to do this. I also show you how to build a supervisor to check the agent's work.

The series roadmap:

  1. Meet OpenClaw: What it is and how people use it.
  2. Topics Are Agents: Using Telegram topics for different agents.
  3. Zero to Agent: Setting up your instance and first agent.
  4. Operating Contract: How to supervise safely.
  5. Making Agents Useful: Adding skills and memory.
  6. The Skeptical Supervisor: How to block bad answers.

Security note: OpenClaw can run tools on your machine. Treat every message as untrusted. Use the built-in sandboxing like Docker to stay safe.

To start, you need Node 24 and an LLM provider. Run npm install -g openclaw@latest to begin.

Part 1 is next. We will discuss why Telegram topics are the key to this setup.

Source: https://dev.to/jerilk/coding-agents-over-telegram-part-0-meet-openclaw-1le3

Optional learning community: https://t.me/GyaanSetuAi