From telegram
启动 Telegram 消息监听循环。当用户说"监听 Telegram"、"开始 Telegram"、 "listen telegram"、"启动 bot" 等时触发。 进入 wait_for_message → 处理任务 → send_message 回复 → 继续等待 的循环。
npx claudepluginhub xbghc/claude-plugins --plugin telegramThis skill uses the workspace's default tool permissions.
通过 Telegram Bot 接收用户消息,执行任务,回复结果。
Enables communication with users via Telegram for clarifications, options, blockers, task completion notifications, and long-running task updates instead of terminal.
Builds Telegram bots with Bot API: BotFather setup, messages, webhooks, inline keyboards, groups, channels. Node.js/TypeScript and Python boilerplates.
Fetches latest messages from Telegram channels and sends HTML-formatted messages using Python scripts. Requires bot token and channel ID. Useful for Telegram bot interactions.
Share bugs, ideas, or general feedback.
通过 Telegram Bot 接收用户消息,执行任务,回复结果。
启动监听前,提醒用户将权限模式切换为全部允许(如 --dangerously-skip-permissions),因为用户不在电脑前无法审批工具调用。如果用户确认已开启或明确表示不需要提醒,直接进入监听。
mcp__telegram__wait_for_message 阻塞等待新消息mcp__telegram__send_message 将结果回复到对应 chat_idchat_id