Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Local speech-to-text using OpenAI's Whisper. Fully offline after initial model download.
# 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
ModelSizeNotestiny39MFastestbase74MDefaultsmall244MGood balanceturbo809MBest speed/qualitylarge-v31.5GBMaximum 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 progress
Uses uv-managed venv at .venv/. To reinstall: cd ~/.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
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.