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.
Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.