use-local-whisper
SolidUse 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.
Install
Quality Score: 78/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
meeting-transcribe
Live, local meeting transcription on macOS — capture audio in real time with whisper.cpp and stream the transcript to a file, then summarize it into meeting notes. Use whenever the user wants to transcribe a meeting or call as it happens ("transcribe my meeting", "take live notes", "record what we say in this call", "meeting script in real time"), wants to start/stop/check a recording session, or asks for notes from a meeting that was captured with this skill. Everything runs on-device (whisper.cpp) — no audio leaves the Mac.
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.
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.