Add Buildr skill - Telegram bridge for Claude Code#419
Open
hirodefi wants to merge 1 commit intoanthropics:mainfrom
Open
Add Buildr skill - Telegram bridge for Claude Code#419hirodefi wants to merge 1 commit intoanthropics:mainfrom
hirodefi wants to merge 1 commit intoanthropics:mainfrom
Conversation
Bridge your Claude Code session to a Telegram bot. Mirror messages, forward permissions, stop tasks, and control coding sessions from your phone. One command setup with just a bot token and Telegram user ID.
Author
BuildrBridge Claude Code to Telegram - control your coding sessions from your phone. Buildr mirrors your Claude Code session to a Telegram bot. Same conversation, two windows. No extra API tokens wasted - it's pure file-based IPC. What You Get
Requirements
Installgit clone <repo-url>
cd buildr
./setup.sh <BOT_TOKEN> <USER_ID>Or run interactively (prompts for token and ID): ./setup.shThat's it. The setup:
Laptop PersistenceTo keep CC alive when you close your laptop: ~/.buildr/start-cc.shThis starts Claude Code inside a tmux session that survives SSH disconnects. Attach/detach with: tmux attach -t buildr-cc # attach
# Ctrl+B then D # detachTelegram Commands
When CC is waiting, reply:
How It WorksFiles (all in
Components:
Uninstall./teardown.shStops PM2 process, removes hooks from Claude Code, optionally deletes Security
TroubleshootingMessages not appearing in Telegram? pm2 logs buildr-relay # check relay logs
pm2 restart buildr-relay # restart if neededCC not reading TG messages?
Session dying when laptop closes?
|
This was referenced Feb 26, 2026
This was referenced Mar 5, 2026
This was referenced Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bridge your Claude Code session to a Telegram bot. Mirror messages, forward permissions, stop tasks, and control coding sessions from your phone.
One command setup with just a bot token and Telegram user ID.