claude-telegram-supercharged
by k1p1l0·★ 101·综合分 47
Claude Code 的增强型 Telegram 插件,支持对话线程、语音消息、贴纸等功能。
概述
Claude Telegram Supercharged 是官方 Claude Code Telegram 插件的增强替代品,提供语音消息支持(输入和输出)、高级对话线程、文档处理、贴纸和GIF支持以及持久化对话记忆等功能。它在保持与官方插件基础架构兼容的同时,提供了更强大的功能。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
需要增强Telegram集成功能(如语音消息、会话线程和媒体支持)的Claude Code用户,这些功能在官方插件中不可用。
什么时候不要选它
如果你正在寻找真正的MCP服务器实现,或者希望插件在官方发布后能自动更新而不需要手动干预,则不应使用此插件。
此 server 暴露的工具
从 README 抽取出 10 个工具replychat_id, text, reply_to?, files?, parse_mode?Send a message to a chat with optional attachments and threading
reactchat_id, message_id, emojiAdd an emoji reaction to a message
edit_messagechat_id, message_id, text, parse_mode?Edit a previously sent message
ask_userchat_id, text, buttons, parse_mode?, timeout?Send a question with inline buttons and wait for user choice
get_historychat_id, limit?, before?Retrieve recent message history from a chat
search_messageschat_id, query, limit?Search message history by text pattern
clear_historychat_id, restart_context?Clear all message history for a chat
save_memorysummarySave a conversation summary to persistent memory
create_telegraph_pagetitle, content, author_name?, author_url?Publish content to Telegraph as an article
scheduletype, time, message, repeat?Schedule messages or set recurring reminders
可对比工具
安装
安装步骤
- 安装 Bun:
curl -fsSL https://bun.sh/install | bash - 在 Telegram 上使用 BotFather 创建机器人
- 安装官方插件:
/plugin install telegram@claude-plugins-official - 克隆并应用增强版:
git clone https://github.com/k1p1l0/claude-telegram-supercharged.git
cp claude-telegram-supercharged/server.ts ~/.claude/plugins/cache/claude-plugins-official/telegram/0.0.1/server.ts
mkdir -p ~/.claude/scripts
cp claude-telegram-supercharged/supervisor.ts ~/.claude/scripts/telegram-supervisor.ts- 配置机器人令牌:
/telegram:configure <token> - 使用通道标志启动:
claude --channels plugin:telegram@claude-plugins-official - 在 Telegram 私信中与机器人配对
FAQ
- 当官方版本更新时,如何更新此插件?
- 当官方插件更新时,您需要将 server.ts 和 supervisor.ts 文件重新复制到缓存中对应的新版本目录。
- 此插件是否支持群组聊天?
- 是的,它支持群组聊天,具有对话线程、消息批处理和群组配对功能,无需数字聊天 ID。
- 我可以在此插件中使用语音消息吗?
- 是的,它支持语音输入(带转录)和语音输出(TTS回复),并具有多个提供商的回退链。
claude-telegram-supercharged 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。