BeClaude

telegram

30.2kOfficial PluginGeneralby Anthropic

Telegram messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.

Python3272 forks747 issuesUpdated 6/16/2026First seen 4/17/2026

Summary

This skill integrates Telegram messaging with Claude Code, enabling bidirectional communication and command execution.

  • It includes built-in access control for managing pairing, allowlists, and policies, making it ideal for secure, collaborative workflows.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install telegram@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Send code snippets or logs from Claude Code to a Telegram chat for review.
Receive and respond to commands from authorized Telegram users to trigger Claude Code actions.
Manage a allowlist of Telegram users who can interact with Claude Code via the skill.
Use /telegram:access to view or update pairing and policy settings without leaving the terminal.
Automate notifications to a Telegram group when a long-running task completes in Claude Code.
Enable team collaboration by allowing multiple Telegram users to query Claude Code through a shared bridge.

Usage Examples

1

/telegram send 'Deployment finished successfully'

2

/telegram:access allowlist add @username

3

/telegram:access policy set max_messages_per_minute 10

View source on GitHub
claude-codemcpskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is telegram?

This skill integrates Telegram messaging with Claude Code, enabling bidirectional communication and command execution. It includes built-in access control for managing pairing, allowlists, and policies, making it ideal for secure, collaborative workflows.

How to install telegram?

To install telegram: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install telegram@<marketplace>. Finally, /plugin in Claude Code.

What is telegram best for?

telegram is a plugin categorized under General. Created by Anthropic.

What can I use telegram for?

telegram is useful for: Send code snippets or logs from Claude Code to a Telegram chat for review.; Receive and respond to commands from authorized Telegram users to trigger Claude Code actions.; Manage a allowlist of Telegram users who can interact with Claude Code via the skill.; Use /telegram:access to view or update pairing and policy settings without leaving the terminal.; Automate notifications to a Telegram group when a long-running task completes in Claude Code.; Enable team collaboration by allowing multiple Telegram users to query Claude Code through a shared bridge..