plugins marketplace
← All plugins

telegram

v0.0.6

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

Claude Code2 skills1 MCP serverstdio

33.3kupdated 5 hours ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/telegram/ inside the repository.

Layout

external_plugins/telegram/
├── .claude-plugin/plugin.json
├── skills/access/SKILL.md
├── skills/configure/SKILL.md
└── .mcp.json

Skills2

accessskills/access/SKILL.md

Manage Telegram channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Telegram channel.

configureskills/configure/SKILL.md

Set up the Telegram channel — save the bot token and review access policy. Use when the user pastes a Telegram bot token, asks to configure Telegram, asks "how do I set this up" or "who can reach me," or wants to check channel status.

MCP servers1

telegramstdio
command
bun
args
run --cwd ${CLAUDE_PLUGIN_ROOT} --shell=bun --silent start

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Manifests1

external_plugins/telegram/.claude-plugin/plugin.json
{
  "name": "telegram",
  "description": "Telegram channel for Claude Code — messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.",
  "version": "0.0.6",
  "keywords": [
    "telegram",
    "messaging",
    "channel",
    "mcp"
  ]
}