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 allnano-pdf
4,985Edit PDFs with natural-language instructions using the nano-pdf CLI.
coding-agent
4,985Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
oracle
4,985Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
github
4,985Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
