openai-whisper

Verified·Scanned 2/18/2026

This skill provides CLI guidance to run local speech-to-text with the whisper command-line tool. It includes executable examples like whisper /path/audio.mp3 --model medium --output_format txt --output_dir . and notes models download to ~/.cache/whisper.

from clawhub.ai·v57cf688·725 B·0 installs
Scanned from 1.0.0 at 57cf688 · Transparency log ↗
$ vett add clawhub.ai/steipete/openai-whisper

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.