From telegram
启动 Telegram 消息监听循环。当用户说"监听 Telegram"、"开始 Telegram"、 "listen telegram"、"启动 bot" 等时触发。 进入 wait_for_message → 处理任务 → send_message 回复 → 继续等待 的循环。
How this skill is triggered — by the user, by Claude, or both
Slash command
/telegram:telegram-listenThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
通过 Telegram Bot 接收用户消息,执行任务,回复结果。
通过 Telegram Bot 接收用户消息,执行任务,回复结果。
启动监听前,提醒用户将权限模式切换为全部允许(如 --dangerously-skip-permissions),因为用户不在电脑前无法审批工具调用。如果用户确认已开启或明确表示不需要提醒,直接进入监听。
mcp__telegram__wait_for_message 阻塞等待新消息mcp__telegram__send_message 将结果回复到对应 chat_idchat_idnpx claudepluginhub xbghc/claude-plugins --plugin telegramImplements Telegram bots with full Bot API support: BotFather setup, messages, webhooks, inline keyboards, groups, channels. Node.js and Python boilerplates.
Enables communication with users via Telegram for clarifications, options, blockers, task completion notifications, and long-running task updates instead of terminal.
Provides CLI for Telegram Bot API using bot tokens: authenticate, send messages, read chats, get info, manage multi-bot setups. For CI/CD and server-side messaging automation.