Telegram Bot for Claude Code CLI Control from Mobile

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
Telegram Bot for Claude Code CLI Control from Mobile
Ad

What This Is

A developer has created a free, open-source Telegram bot that provides mobile interface access to Claude Code CLI commands. Built with TypeScript and the grammY framework, the project is MIT licensed and includes 96 unit tests.

Key Features and Functionality

The bot exposes all Claude Code slash commands as Telegram commands, including:

  • /commit
  • /code_review
  • /simplify
  • Other Claude Code commands

Additional capabilities:

  • Auto-discovers custom skills from ~/.claude/skills/
  • Processes photos, documents, and voice notes sent via Telegram
  • Sends files created by Claude back to the chat
  • Implements message queuing - multiple messages process in order while Claude works
  • Auto-detects casual chat vs. code work, using --bare flag for simple questions (approximately 10x cheaper)
  • Supports group chats - teams can share one Claude session in a Telegram group
Ad

Development Process

The project was built using Claude Code itself with a specific development approach:

  • 3 parallel agents working in isolated git worktrees
  • Each agent built a non-overlapping slice of the project
  • Orchestrated from main branch, then merged and wired together
  • 4 review cycles identified and fixed several issues:
    • A clearInvocation leak
    • A URL double-encoding bug
    • 4 instances of duplicated logic extracted into a shared helper (reducing code by 148 lines)

Use Case

This tool is for developers who want to run Claude Code from their phone without needing to open a terminal, enabling code commits, PR reviews, and custom skill execution from mobile devices.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Jan-Code-4B: A Lightweight Code-Tuned Model for Local Development
Tools

Jan-Code-4B: A Lightweight Code-Tuned Model for Local Development

The Jan team released Jan-Code-4B, a 4B parameter code-tuned model based on Jan-v3-4B-base-instruct. It's designed as a drop-in replacement for Haiku in Claude Code, offering improved coding assistance while running locally.

OpenClawRadar
Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents
Tools

Claude Skills Hub: Searchable Repository for 789+ Claude Code Skills and 10 Autonomous Agents

Claude Skills Hub (clskills.in) provides a centralized search interface for 789+ Claude Code skill files across 71 categories, plus 10 autonomous AI agents that chain multiple skills into complete workflows. The open-source project aggregates skills from multiple community collections and offers one-click downloads.

OpenClawRadar
Optio: Orchestrating AI Coding Agents in Kubernetes from Ticket to PR
Tools

Optio: Orchestrating AI Coding Agents in Kubernetes from Ticket to PR

Optio is an open-source orchestration system that turns tickets into merged pull requests using AI coding agents like Claude Code or Codex. It handles the full lifecycle in isolated Kubernetes pods with a feedback loop that auto-resumes agents on CI failures or review feedback.

OpenClawRadar
pop-pay MCP server adds payment guardrails for Claude Code agents
Tools

pop-pay MCP server adds payment guardrails for Claude Code agents

pop-pay is an MCP server that lets Claude Code agents handle purchases without exposing credit card numbers. It uses CDP injection to place virtual card credentials directly into payment iframes, with Claude only receiving masked confirmation numbers.

OpenClawRadar