voice-to-text-config
SolidSet up Telegram voice message transcription — checks faster-whisper installation, downloads the Whisper model, and verifies the hook works end-to-end. Use when the user asks to "set up voice transcription", "configure whisper", "fix voice messages", or when the transcription hook reports that whisper is missing or the model isn't downloaded.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- DmitriyYukhanov
- Repository
- DmitriyYukhanov/claude-plugins
- Created
- 6 months ago
- Last Updated
- 4 days ago
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
voice-transcribe
Transcribe voice messages and audio files using ffmpeg and OpenAI Whisper. Use whenever a Telegram voice message arrives (attachment_kind="voice", audio/ogg), when the user sends an audio file, asks to transcribe audio, or when you receive any .oga/.ogg/.mp3/.m4a/.wav file containing speech. Automatically triggers on inbound Telegram voice messages.
use-local-whisper
Use when the user wants local voice transcription instead of OpenAI Whisper API. Switches to whisper.cpp running on Apple Silicon. WhatsApp only for now. Requires voice-transcription skill to be applied first.
add-voice-transcription
Add voice message transcription to Deus using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.