openai-whisper
openai whisper
Claude Code
What it does
- whisper /path/audio.mp3 --model medium --outputformat txt --outputdir .
- whisper /path/audio.m4a --task translate --outputformat srt
- Models download to ~/.cache/whisper on first run.
- --model defaults to turbo on this install.
- Use smaller models for speed, larger for accuracy.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
openai-whisper FAQ
What does the openai-whisper skill do?
Local speech-to-text with the Whisper CLI (no API key). whisper /path/audio.mp3 --model medium --outputformat txt --outputdir . whisper /path/audio.m4a --task translate --outputformat srt
How do I install openai-whisper?
Run: npx -y skills add https://github.com/steipete/clawdis --skill openai-whisper --agent claude-code — the source lives at github.com/steipete/clawdis.
Maintain openai-whisper?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[openai-whisper on getagentictools](https://getagentictools.com/skills/steipete-clawdis-openai-whisper?ref=badge) npx agentictools info skills/steipete-clawdis-openai-whisper The second line is the CLI lookup for this page — handy in READMEs and docs.