← 返回 Skills 市场
Telegram Voice STT (Windows)
作者
Aditya Singh
· GitHub ↗
· v1.0.0
· MIT-0
33
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telegram-voice-stt
功能描述
Transcribe Telegram voice notes to text before the assistant replies. Use when the user sends a voice message on Telegram (@AadiAssistantbot), or mentions vo...
使用说明 (SKILL.md)
\r \r
Telegram Voice → Text (STT)\r
\r When a user sends a voice note on Telegram, OpenClaw transcribes it before the model runs.\r \r
How it works\r
\r
- Telegram delivers
.oggvoice file to.openclaw/media/inbound/\r - Gateway runs
transcribe-audio-cli.js(Google Cloud Speech-to-Text)\r - Transcript replaces
\x3Cmedia:audio>in the user message\r - Optional echo: user sees
📝 Heard: "..."in Telegram\r - Assistant answers the transcribed text via Bifrost → genapp-proxy → Dialogflow\r \r
Rules for the assistant\r
\r
- Never say "I cannot process audio" if a transcript is present\r
- Reply to the transcript content as the user's actual question\r
- For Hindi/English mix, answer in the language the user spoke or ask which they prefer\r
- If transcription is empty, ask the user to type their message or re-record\r \r
Stack\r
\r
- OpenClaw:
tools.media.audioCLI model →~/.openclaw/gcp/transcribe-audio-cli.js\r - Fallback: genapp-proxy also transcribes voice before Dialogflow (8192 token limit)\r \r
Manual test (gateway machine)\r
\r
node "$env:USERPROFILE\.openclaw\gcp ranscribe-audio-cli.js" "C:\path o\voice.ogg"\r
```\r
安全使用建议
Install only if you are comfortable with Telegram voice notes being sent through Google Cloud and related OpenClaw/Dialogflow infrastructure for transcription and response handling. Use a limited service account, avoid sensitive voice content unless your retention and consent requirements are met, and consider tightening the trigger wording before broad deployment.
能力评估
Purpose & Capability
The artifact consistently describes one purpose: transcribing Telegram .ogg voice notes before the assistant replies, then treating the transcript as the user's message.
Instruction Scope
The trigger text is broader than strict Telegram voice-note handling because it also mentions generic STT/audio-to-text phrases, but the runtime rules remain focused on transcript handling and do not request unrelated actions.
Install Mechanism
The inspected package contains only SKILL.md; no install script, binary, bundled code, or automatic setup mechanism is present.
Credentials
GOOGLE_APPLICATION_CREDENTIALS and GOOGLE_CLOUD_PROJECT are proportionate for Google Speech-to-Text, but users should use narrowly scoped credentials because voice audio and transcripts may be processed by external cloud services.
Persistence & Privilege
No persistence mechanism, background worker, privilege escalation, credential harvesting, local indexing, deletion, or mutation authority is included in the artifact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telegram-voice-stt - 安装完成后,直接呼叫该 Skill 的名称或使用
/telegram-voice-stt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto-transcribe Telegram voice notes via Google Speech-to-Text
元数据
常见问题
Telegram Voice STT (Windows) 是什么?
Transcribe Telegram voice notes to text before the assistant replies. Use when the user sends a voice message on Telegram (@AadiAssistantbot), or mentions vo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 33 次。
如何安装 Telegram Voice STT (Windows)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telegram-voice-stt」即可一键安装,无需额外配置。
Telegram Voice STT (Windows) 是免费的吗?
是的,Telegram Voice STT (Windows) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Telegram Voice STT (Windows) 支持哪些平台?
Telegram Voice STT (Windows) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。
谁开发了 Telegram Voice STT (Windows)?
由 Aditya Singh(@aditya0320)开发并维护,当前版本 v1.0.0。
推荐 Skills