CtrlK
BlogDocsLog inGet started
Tessl Logo

openai-whisper

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

64

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/openai-whisper/SKILL.md
SKILL.md
Quality
Evals
Security

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.
Repository
Bitterbot-AI/bitterbot-desktop
Last updated
First committed

Also appears in

huangruiteng/CS-Notes
In sync

since Jul 27, 2026

openclaw/openclaw
In sync

since Jul 27, 2026

deepgram/dglabs-deepclaw
In sync

since May 7, 2026

trpc-group/trpc-agent-go
In sync

since Mar 18, 2026

qsimeon/openclaw-engaging
In sync

since Feb 23, 2026

attilaczudor/Test
In sync

since Feb 23, 2026

Hung-Reo/hungreo-openclaw
In sync

since Feb 23, 2026

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.