How to install openai-whisper
npx skills add https://github.com/steipete/clawdis --skill openai-whisperClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from steipete/clawdis.
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": ["whisper"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "openai-whisper", "bins": ["whisper"], "label": "Install OpenAI Whisper (brew)", }, ], }, }
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/whisperon first run. --modeldefaults toturboon this install.- Use smaller models for speed, larger for accuracy.
Related skills
More from steipete/clawdis and the wider catalog.
SU
summarize
steipete/clawdis
Fast CLI to summarize or transcribe URLs, videos, podcasts, articles, PDFs, and local files.
20k installs
WE
weather
steipete/clawdis
Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.
5.6k installsAudited
TM
tmux
steipete/clawdis
Control tmux sessions/panes for interactive CLIs: list, capture output, send keys, paste text, monitor prompts.
5.0k installs
GO
gog
steipete/clawdis
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
4.3k installs
NA
nano-pdf
steipete/clawdis
Edit PDFs with natural-language instructions using the nano-pdf CLI.
3.9k installs
OR
ordercli
steipete/clawdis
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
3.4k installs