Back to Skills

c-telegram

daxaur
Updated 2 days ago
7 views
143
6
143
View on GitHub
Designtelegrammessagingcommunicationbotbridge

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

Recommended
Primary
npx skills add daxaur/openpaw -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/daxaur/openpaw
Git CloneAlternative
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-telegram

Copy 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:

  1. A Telegram bot token (from @BotFather)
  2. 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 /clear to start fresh if Claude gets confused
  • Use /stop to cancel long-running operations
  • Model can be switched anytime with /model

GitHub Repository

daxaur/openpaw
Path: skills/c-telegram
0
ai-agentanthropicautomationclaudeclaude-codecli

Related Skills

executing-plans

Design

Use 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.

View skill

requesting-code-review

Design

This 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.

View skill

connect-mcp-server

Design

This 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.

View skill

web-cli-teleport

Design

This 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.

View skill