Skip to main content

openai-whisper

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

Jump to install

Source facts

Repository
openclaw/openclaw
Last source activity
May 17, 2026 at 10:50
Detected SKILL.md language
English
Stars
390,378
Forks
82,129

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
openai-whisper
description
Local speech-to-text with the Whisper CLI (no API key).
homepage
https://openai.com/research/whisper
metadata
{"openclaw":{"emoji":"🎤","requires":{"bins":"[Truncated]"},"install":["[Truncated]"]}}
# 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.
View on GitHub