From sundial-org-awesome-openclaw-skills-4
Transcribes audio files locally using the Whisper CLI. Supports multiple output formats and translation tasks without requiring an API key.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:openai-whisperThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `whisper` to transcribe audio locally.
Use whisper to transcribe audio locally.
Quick start
whisper /path/audio.mp3 --model medium --output_format txt --output_dir .whisper /path/audio.m4a --task translate --output_format srtNotes
~/.cache/whisper on first run.--model defaults to turbo on this install.npx claudepluginhub sundial-org/awesome-openclaw-skillsTranscribes audio files locally using the Whisper CLI. Supports multiple output formats and translation tasks without requiring an API key.
Transcribes audio to text locally using OpenAI Whisper. Runs fully offline after model download. Supports multiple model sizes and optional word timestamps.
Switches voice transcription from OpenAI Whisper API to local whisper.cpp on Apple Silicon. Currently WhatsApp-only. Requires voice-transcription skill first.