c-telegram
About
c-telegram is a bidirectional Telegram bridge that lets developers interact with Claude from their phone through a Telegram bot. It provides access to all installed Claude skills as bot commands, maintaining full conversation context. Run `openpaw telegram` to start the bridge as a long-running process.
Quick Install
Claude Code
Recommendednpx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-telegramCopy and paste this command in Claude Code to install this skill
Documentation
Telegram Bridge
Full bidirectional Claude-from-Telegram. Send messages from your phone, get responses from Claude with all your skills available.
How It Works
The OpenPaw Telegram bridge (openpaw telegram) connects a Telegram bot to Claude via the Agent SDK. Every skill installed in ~/.claude/skills/ is available as a bot command.
Starting the Bridge
openpaw telegram
This starts a long-running process. Keep it open in a terminal or tmux session.
Bot Commands
Built-in:
/start— show status and available skills/model sonnet|opus|haiku— switch Claude model/skills— list installed skills/stop— cancel current operation/clear— reset conversation
Skill commands (auto-generated from your installed skills):
/email check my inbox/music play some jazz/notes add grocery list/calendar what's on tomorrow- (any installed skill becomes a /command)
Or just send a regular message — Claude will figure out which skill to use.
Setup
Run during openpaw setup or separately:
openpaw telegram setup
You'll need:
- A Telegram bot token (from @BotFather)
- Your Telegram user ID (from @userinfobot)
Config is saved to ~/.config/openpaw/telegram.json.
Security
- Only responds to whitelisted user IDs
- Bot token stored with 600 permissions (owner-only)
- All Claude operations run locally on your machine
Guidelines
- The bridge maintains conversation context per user
- Use
/clearto start fresh if Claude gets confused - Use
/stopto cancel long-running operations - Model can be switched anytime with
/model
GitHub Repository
Related Skills
executing-plans
DesignUse the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.
requesting-code-review
DesignThis skill dispatches a code-reviewer subagent to analyze code changes against requirements before proceeding. It should be used after completing tasks, implementing major features, or before merging to main. The review helps catch issues early by comparing the current implementation with the original plan.
connect-mcp-server
DesignThis skill provides a comprehensive guide for developers to connect MCP servers to Claude Code using HTTP, stdio, or SSE transports. It covers installation, configuration, authentication, and security for integrating external services like GitHub, Notion, and custom APIs. Use it when setting up MCP integrations, configuring external tools, or working with Claude's Model Context Protocol.
web-cli-teleport
DesignThis skill helps developers choose between Claude Code Web and CLI interfaces based on task analysis, then enables seamless session teleportation between these environments. It optimizes workflow by managing session state and context when switching between web, CLI, or mobile. Use it for complex projects requiring different tools at various stages.
