← Back to Skills Marketplace
aditya0320

Telegram Voice STT (Windows)

by Aditya Singh · GitHub ↗ · v1.0.0 · MIT-0
win32 ✓ Security Clean
33
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install telegram-voice-stt
Description
Transcribe Telegram voice notes to text before the assistant replies. Use when the user sends a voice message on Telegram (@AadiAssistantbot), or mentions vo...
README (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

  1. Telegram delivers .ogg voice file to .openclaw/media/inbound/\r
  2. Gateway runs transcribe-audio-cli.js (Google Cloud Speech-to-Text)\r
  3. Transcript replaces \x3Cmedia:audio> in the user message\r
  4. Optional echo: user sees 📝 Heard: "..." in Telegram\r
  5. 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.audio CLI 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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install telegram-voice-stt
  3. After installation, invoke the skill by name or use /telegram-voice-stt
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto-transcribe Telegram voice notes via Google Speech-to-Text
Metadata
Slug telegram-voice-stt
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 33 downloads so far.

How do I install Telegram Voice STT (Windows)?

Run "/install telegram-voice-stt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Telegram Voice STT (Windows) free?

Yes, Telegram Voice STT (Windows) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Telegram Voice STT (Windows) support?

Telegram Voice STT (Windows) is cross-platform and runs anywhere OpenClaw / Claude Code is available (win32).

Who created Telegram Voice STT (Windows)?

It is built and maintained by Aditya Singh (@aditya0320); the current version is v1.0.0.

💬 Comments