All work
AI Agents & MCP

tgClaude — Telegram to Claude Code Service

An always-on daemon that turns a Telegram chat into a coding-delivery pipeline.

Allowlisted clients message on Telegram; the service wakes their own sandboxed Claude Code session, builds, and delivers files back.

What makes it serious
  • Always-on daemon watching a Telegram account
  • Per-client resumable, sandboxed Claude Code sessions
  • Requirements-gathering, build, and file delivery over chat
  • Allowlist-gated access control

tgClaude is an always-on daemon that watches a Telegram account and turns it into an autonomous coding-delivery pipeline. Allowlisted clients send a message; the service wakes their own resumable, sandboxed Claude Code session, gathers requirements over chat, builds the code, and delivers the resulting files back — all through Telegram.

Each client gets an isolated, resumable session, so conversations and workspaces do not bleed into each other. It is a working sketch of a freelance-delivery business run largely by an agent: intake, build, and handoff without a human on the keyboard for every step. The allowlist keeps access controlled. In effect it compresses the freelance loop of brief, build, and deliver into a single Telegram thread, while the allowlist and per-client sandboxes keep separate engagements safely isolated from one another rather than sharing one workspace.

Stack
PythonTelegramClaude Code
#telegram#claude-code#automation#agent#delivery#python