A powerful Telegram bot that provides remote access to Claude Code, enabling developers to interact with their projects from anywhere with full AI assistance and session persistence.
Claude Code Telegram Bot bridges the Claude Code CLI and Telegram, letting developers send natural language requests to their codebase from any device with a Telegram client. The bot runs on Python 3.11+ and wraps the Claude Code CLI process, relaying instructions like "add error handling to src/api.py" or "run pytest" and streaming back results with real-time tool activity indicators showing file reads, edits, and bash commands as they happen. It operates in two modes: an Agentic Mode for conversational interaction and a Classic Mode offering 13 explicit terminal-style commands including /cd, /ls, /git, and /export. Sessions persist per project directory, so context carries across conversations. A standout detail is the event-driven automation layer, which accepts GitHub webhooks, runs Claude tasks on a cron schedule, and pushes notifications to Telegram chats. Authentication is enforced via an allowlist of Telegram user IDs, with directory sandboxing and audit logging included. The tool suits solo developers and small teams who want mobile or remote access to Claude Code without maintaining an open terminal session.
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Mature repo (>1y old)
- ✓Documented (README)
- !No standard license detected
git clone https://github.com/RichardAtCT/claude-code-telegramResumen de Tools
Lo que la gente pregunta sobre claude-code-telegram
¿Qué es RichardAtCT/claude-code-telegram?
+
RichardAtCT/claude-code-telegram es tools para el ecosistema de Claude AI. A powerful Telegram bot that provides remote access to Claude Code, enabling developers to interact with their projects from anywhere with full AI assistance and session persistence. Tiene 2.7k estrellas en GitHub y se actualizó por última vez 2mo ago.
¿Cómo se instala claude-code-telegram?
+
Puedes instalar claude-code-telegram clonando el repositorio (https://github.com/RichardAtCT/claude-code-telegram) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar RichardAtCT/claude-code-telegram?
+
Nuestro agente de seguridad ha analizado RichardAtCT/claude-code-telegram y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene RichardAtCT/claude-code-telegram?
+
RichardAtCT/claude-code-telegram es mantenido por RichardAtCT. La última actividad registrada en GitHub es de 2mo ago, con 38 issues abiertos.
¿Hay alternativas a claude-code-telegram?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega claude-code-telegram en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/richardatct-claude-code-telegram)<a href="https://claudewave.com/repo/richardatct-claude-code-telegram"><img src="https://claudewave.com/api/badge/richardatct-claude-code-telegram" alt="Featured on ClaudeWave: RichardAtCT/claude-code-telegram" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies