Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
.claude/skills/sundial-org-local-whisper/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -76% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -54% | 0% |
Local speech-to-text using OpenAI's Whisper. Fully offline after initial model download.
bash# Basic ~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav # Better model ~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --model turbo # With timestamps ~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --timestamps --json
| Model | Size | Notes | |-------|------|-------| | tiny | 39M | Fastest | | base | 74M | Default | | small | 244M | Good balance | | turbo | 809M | Best speed/quality | | large-v3 | 1.5GB | Maximum accuracy |
--model/-m — Model size (default: base)--language/-l — Language code (auto-detect if omitted)--timestamps/-t — Include word timestamps--json/-j — JSON output--quiet/-q — Suppress progressUses uv-managed venv at .venv/. To reinstall:
bashcd ~/.clawdbot/skills/local-whisper uv venv .venv --python 3.12 uv pip install --python .venv/bin/python click openai-whisper torch --index-url https://download.pytorch.org/whl/cpu
Other measured skills in the registry, with their headline benchmark lift.