Claude Tg
Description
Telegram bot for remote control of Claude Code (Codex) CLI sessions from your phone
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude-TG
Telegram bot for remote control of [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI sessions from your phone.
Connect to a running Claude Code terminal session via Telegram, see responses in real-time, send commands remotely, and sync context back when you return to the terminal.
Features
- Connect to terminal sessions — attach to any running Claude Code session with one tap
- Real-time response mirroring — Claude's terminal output is forwarded to Telegram automatically
- Remote command execution — send prompts from Telegram, Claude executes with full permissions
- Context sync — transfer Telegram conversation history back to the terminal via
/sync - Session management — create, list, stop sessions from Telegram
- Smart message routing — replies go to the right session, inline keyboards for disambiguation
- Auto-registration — first
/startauto-registers yourchat_id - Prompt templates — upload
.md/.txtsnippets and dispatch them with one tap - Session health check —
/pingdetects hung runs and reports idle time - Token usage tracking — local counter per session and across all sessions (5h/24h/all-time)
- Auto-resume after rate limits — queue messages when usage limit hits; bot retries automatically or notifies when the window resets
- Auto-continue for terminal sessions — opt-in per session; if Claude in the terminal hits a limit while you're watching from Telegram, the bot detects it in the JSONL stream and sends a continuation prompt as soon as the window resets (no prompt from you needed)
- Self-update from GitHub —
/updatefetches and applies new commits
How It Works
sequenceDiagram
participant T as Terminal
participant B as Claude-TG Bot
participant TG as Telegram
T->>T: claude (interactive session)
TG->>B: /connect
B-->>TG: session list (inline buttons)
TG->>B: tap session
B->>B: attach watcher to JSONL
T-
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11