Claude Telegram Relay
Description
Minimal pattern for running Claude Code as an always-on Telegram bot. Cross-platform daemon setup included.
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 Telegram Relay
A personal AI assistant on Telegram powered by Claude Code.
You message it. Claude responds. Text, photos, documents, voice. It remembers across sessions, checks in proactively, and runs in the background.
**Created by [Goda Go](https://youtube.com/@GodaGo)** | [AI Productivity Hub Community](https://skool.com/autonomee)
You ──▶ Telegram ──▶ Relay ──▶ Claude Code CLI ──▶ Response
│
Supabase (memory)
What You Get
- Relay: Send messages on Telegram, get Claude responses back
- Memory: Semantic search over conversation history, persistent facts and goals via Supabase
- Proactive: Smart check-ins that know when to reach out (and when not to)
- Briefings: Daily morning summary with goals and schedule
- Voice: Transcribe voice messages (Groq cloud or local Whisper — your choice)
- Always On: Runs in the background, starts on boot, restarts on crash
- Guided Setup: Claude Code reads CLAUDE.md and walks you through everything
Quick Start
Prerequisites
- Bun runtime (
curl -fsSL https://bun.sh/install | bash) - Claude Code CLI installed and authenticated
- A Telegram account
Option A: Guided Setup (Recommended)
git clone https://github.com/godagoo/claude-telegram-relay.git
cd claude-telegram-relay
claude
Claude Code reads `CLAUDE.md` and walks you through setup conversationally:
- Create a Telegram bot via BotFather
- Set up Supabase for persistent memory
- Personalize your profile
- Test the bot
- Configure always-on services
- Set up proactive check-ins and briefings
- Add voice transcription (optional)
Option B: Manual Setup
git clone https://github.com/godagoo/claude-telegram-relay.git
cd claude-telegram-relay
bun run setup # Install deps, create .env
# Edit .env with your API keys
bun run test:telegram # Verify bot
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development