← 返回 Skills 市场
polityang

Telegram Voice Bot

作者 Polityang · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
287
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-voice-bot
功能描述
Telegram bot that transcribes voice messages using Whisper and replies in Chinese with Microsoft Edge text-to-speech.
安全使用建议
This skill appears to do what it claims, but take these precautions before installing: (1) run it in an isolated environment (virtualenv/container) because Whisper will download model files and may use substantial disk/CPU; (2) ensure you supply only a Bot token created for this bot (keep it secret); (3) verify which Whisper package/version you want (SKILL.md says openai-whisper but requirements.txt lists 'whisper'); (4) understand that voice data is downloaded from Telegram and sent to edge-tts (third-party TTS service) for synthesis — if privacy is a concern, review edge-tts behavior and network endpoints; (5) review and pin dependency versions before production use and monitor network activity on first run.
功能分析
Type: OpenClaw Skill Name: telegram-voice-bot Version: 2.0.0 The skill implements a Telegram bot for voice-to-text and text-to-voice processing using OpenAI Whisper and Microsoft Edge TTS. The code in `bot.py` is well-structured and strictly follows its stated purpose, handling Telegram API interactions and audio processing without any signs of data exfiltration, unauthorized network calls, or malicious execution. While `requirements.txt` specifies `whisper` instead of `openai-whisper` (which would cause a functional error during execution), this appears to be a common developer oversight rather than an intentional supply-chain attack.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the bot polls Telegram, downloads voice files, runs Whisper locally to transcribe, and uses edge-tts to synthesize Chinese replies. Required resources (model downloads, network access to Telegram and TTS services) are appropriate for this purpose.
Instruction Scope
SKILL.md and bot.py keep scope to Telegram voice handling: they require TELEGRAM_BOT_TOKEN and optionally VOICE_REPLY, instruct running bot.py, and do not read unrelated system files or attempt to exfiltrate arbitrary data to third-party endpoints beyond Telegram and the TTS service (accessed via edge-tts).
Install Mechanism
This is instruction-only (no install spec). requirements.txt lists requests, whisper, and edge-tts; installing these will pull Python packages and Whisper will download (potentially large) model files at runtime. Note: SKILL.md mentions 'openai-whisper' while requirements.txt lists 'whisper' — verify the intended package name/version before install. No suspicious external download URLs or installers are present.
Credentials
Only TELEGRAM_BOT_TOKEN (and optional VOICE_REPLY) are used. No unrelated credentials or config paths are requested. The token is necessary and sufficient for the bot to access the Telegram Bot API.
Persistence & Privilege
Skill does not request permanent 'always' presence, does not modify other skills or system-wide settings, and does not persist credentials. Autonomous invocation is allowed by default (normal) but not escalated by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telegram-voice-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telegram-voice-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
添加中文语音合成功能(edge-tts), 支持语音回复
元数据
Slug telegram-voice-bot
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Telegram Voice Bot 是什么?

Telegram bot that transcribes voice messages using Whisper and replies in Chinese with Microsoft Edge text-to-speech. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 287 次。

如何安装 Telegram Voice Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-voice-bot」即可一键安装,无需额外配置。

Telegram Voice Bot 是免费的吗?

是的,Telegram Voice Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Telegram Voice Bot 支持哪些平台?

Telegram Voice Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Telegram Voice Bot?

由 Polityang(@polityang)开发并维护,当前版本 v2.0.0。

💬 留言讨论