Local speech-to-text with the Whisper CLI (no API key).
Installation
$skills install @clawdbot/openai-whisper
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositoryclawdbot/clawdbot
Pathskills/openai-whisper/SKILL.md
Branchmain
Scoped Name@clawdbot/openai-whisper
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: openai-whisper description: Local speech-to-text with the Whisper CLI (no API key). homepage: https://openai.com/research/whisper metadata: {"clawdbot":{"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.
More by clawdbot
View allspotify-player
2,354Terminal Spotify playback/search via spogo (preferred) or spotify_player.
notion
2,354Notion API for creating and managing pages, databases, and blocks.
summarize
2,354Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
oracle
2,354Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
