add-voice-transcription
SolidAdd voice message transcription to Deus using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- sliamh11
- Repository
- sliamh11/Deus
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
add-whatsapp
Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.
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.
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.