hamen

Claude Code Telegram — AI skill for Claude Code

AI community

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.

How to install Claude Code Telegram

This entry records only its repository, not the path inside it, so there is no exact command to give. Open hamen/claude-code-telegram and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Telegram does

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.

Alternatives in AI

  • Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
  • Firecrawl MCP Server — 🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM c 6.1k ★
  • Bot On Anything — A large model-based chatbot builder that can quickly integrate AI models (including ChatGPT, Claude, Gemini) i 4.2k ★

README

Claude Code Telegram Bot

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)

A Telegram bot that gives you remote access to [Claude Code](https://claude.ai/code). Chat naturally with Claude about your projects from anywhere -- no terminal commands needed. Now with **persistent memory** via [MemPalace](https://github.com/milla-jovovich/mempalace) -- Claude remembers your projects, decisions, and preferences across sessions.

**This is a fork of [RichardAtCT/claude-code-telegram](https://github.com/RichardAtCT/claude-code-telegram)** with additions I needed and couldn't wait for upstream to merge. I actively maintain this fork and sync with upstream. See the [Changelog](#changelog-fork-vs-upstream) for what's different.

Table of Contents

What is this?

This bot connects Telegram to Claude Code, providing a conversational AI interface for your codebase:

  • Chat naturally -- ask Claude to analyze, edit, or explain your code in plain language
  • Maintain context across conversations with automatic session persistence per project
  • Code on the go from any device with Telegram
  • Receive proactive notifications from webhooks, scheduled jobs, and CI/CD events
  • Stay secure with built-in authentication, directory sandboxing, and audit logging

Quick Start

Demo

You: Can you help me add error handl