HighlightedCurrent version: v1.0.0

Openai Whisper

Local speech-to-text with the Whisper CLI (no API key).

Peter Steinberger
Peter Steinberger
@steipete
213
Stars
47.8K
Downloads
2
Comments
1.3K
Current installs
Current version
v1.0.0
Available on
Not specified
Last updated
Feb 26, 2026
Versions
1
All-time installs
1.4K
Source
steipete/openai-whisper

Full content

SKILL.md

This page

Whisper (CLI)

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 srt

Notes

  • Models download to ~/.cache/whisper on first run.
  • --model defaults to turbo on this install.
  • Use smaller models for speed, larger for accuracy.