tg-voice-whisperAutomation skill for TG Voice Whisper Transcriber.
Install via ClawdBot CLI:
clawdbot install drones277/tg-voice-whispername: tg-voice-whisper
description: Auto-transcribe Telegram voice messages (.ogg Opus) to text using local OpenAI Whisper (tiny model). Reply with transcription + auto-delete file for privacy. No API keys, fully offline after install.
emoji: ๐๏ธ๐
requires:
bins: [whisper, ffmpeg]
install:
packages: [ffmpeg]
packages: [openai-whisper]
flags: [--break-system-packages]
min-server: 4GB RAM recommended for fast/stable work (cached model <1s transcribe on 1vCPU).
Safe: Local-only, auto-rm files, no external APIs/credentials stored.
Usage (agent):
When voice .ogg arrives in /root/.openclaw/media/inbound/:
exec 'whisper PATH --model tiny --language ru --output_format txt --output_dir /tmp/whisper; text=$(cat /tmp/whisper/*.txt); message action=send message="๐ [text]" reply_to_current; rm PATH /tmp/whisper/*'
Auto-setup (non-block):
Spawn sub-agent or cron every 5s:
sessions_spawn task="LOOP: find /root/.openclaw/media/inbound/*.ogg -mmin -1 โ background whisper ru tiny โ message reply text โ rm" label="voice-auto" cleanup="keep"
Or cron:
cron add job={"name":"voice-auto","schedule":{"kind":"every","everyMs":5000},"payload":{"kind":"systemEvent","text":"๐ VOICE_CHECK"},"sessionTarget":"main"}
Test:
whisper /path.ogg --model tiny --language ru
Notes:
Generated Mar 1, 2026
Automatically transcribes voice messages from customers in Telegram support channels to text, enabling quick reading and response by agents. This improves efficiency in handling high-volume inquiries, especially in noisy or multilingual environments where voice is preferred.
Journalists use this skill to transcribe voice recordings from Telegram interviews into text for editing and publication. The local processing ensures data privacy and fast turnaround, useful for field reporting where internet access is limited.
Language learners send voice messages in Telegram to practice pronunciation and receive instant text transcriptions for self-correction. The offline capability allows use in areas with poor connectivity, supporting immersive learning.
Medical staff collect patient voice messages via Telegram for initial assessments, with automatic transcription to text for electronic health records. This streamlines intake processes while maintaining privacy through local data handling.
Law firms use this skill to transcribe voice messages from clients or witnesses in Telegram into text for legal documentation. The auto-delete feature enhances confidentiality, crucial for sensitive case materials.
Offer a monthly subscription for businesses to access automated voice transcription within their Telegram workflows, including priority support and custom language models. Revenue is generated through tiered pricing based on usage volume and features.
Deploy this skill as a cloud API where users pay per transcription request, ideal for occasional users or small teams. Integrate with existing Telegram bots to provide on-demand services without upfront costs.
License the skill to enterprises for embedding into their internal communication platforms, with customization for specific industries like healthcare or legal. Revenue comes from one-time licensing fees and ongoing maintenance contracts.
๐ฌ Integration Tip
Ensure ffmpeg and whisper are correctly installed via the provided commands, and set up a cron job for automatic processing to handle incoming voice files efficiently.
Turn your AI into JARVIS. Voice, wit, and personality โ the complete package. Humor cranked to maximum.
Local Voice Input/Output for Agents using the AI Voice Agent API.
Transcribe audio files using OpenAI's gpt-4o-mini-transcribe model with vocabulary hints and text replacements. Requires uv (https://docs.astral.sh/uv/).
ๆฌๅฐ็ๆ Telegram ่ฏญ้ณๆถๆฏ๏ผๆฏๆ่ชๅจๆธ ๆดใๅๆฎตไธไธดๆถๆไปถ็ฎก็ใ
Speak responses aloud on macOS using the built-in `say` command when user input indicates Voice Wake/voice recognition (for example, messages starting with "User talked via voice recognition on <device>").
ๅๆๅฎ Telegram ็พค็ปๅ้่ฏญ้ณๆถๆฏ