Built a Telegram remote for Claude Code - v2 is live, open source

Reddit r/artificial / 4/15/2026

💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsTools & Practical Usage

Key Points

  • The author shared an open-source Telegram “remote” for Claude Code, created after moving from OpenClaw to regain remote control and visibility into running tasks.
  • Version 2 (released “today”) adds a Claude typing indicator, a deterministic Stop hook implemented in Python, and introduces five new chat commands plus proactive notifications when long tasks finish.
  • The workflow supports sending !commands (e.g., !stop, !plan, !opus, !status, !health, !effort) via Telegram, with tmux-based execution and hooks to mirror prior OpenClaw-style control.
  • The project is MIT-licensed and includes the repository link and a full write-up with screenshots explaining the setup and improvements from v1 to v2.

Sharing what I built after migrating from OpenClaw to Claude Code. The first thing that really sucked was losing all remote access. Sure there's Claude mobile but it's not that good and I couldn't stand waiting to get back to my server to check on running tasks.

So I came up with a solution...

The whole setup: I can text Claude from anywhere, send !commands (!stop, !plan, !opus, !status, !health, !effort with tappable buttons), get proactive notifications when long tasks finish, see "Claude is typing..." while he's working. Feels like OpenClaw did but it's native Claude Code with tmux + hooks.

I shipped v2 today with a typing indicator, a deterministic Stop hook (rebuilt from an LLM-judge to Python, zero missed replies now), and five new commands. v1 was April 9 so the cycle was tight.

Background: I'm not an engineer, I run BPO operations for a living. Wrote specs for my AI team to build. Whole thing is open source, MIT.

Repo: https://github.com/oscarsterling/claude-telegram-remote

Full story + screenshots: https://clelp.ai/blog/claude-telegram-remote-control

submitted by /u/Suspicious_Assist_71
[link] [comments]