/install local-whisper-cpp
Local Whisper (cpp)
Transcribe audio files locally using whisper-cli and the large-v3-turbo model.
Usage
You can use the wrapper script:
scripts/whisper-local.sh \x3Caudio-file>
Or call the binary directly:
whisper-cli -m /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin -f \x3Cfile> -l auto -nt
Scripts
- Location:
scripts/whisper-local.sh(inside skill folder) - Model:
/usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin - GPU: Enabled via
whisper-cli.
Setup
Download the model to /usr/share/whisper.cpp-model-large-v3-turbo/:
wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3-turbo.bin?download=true -O /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install local-whisper-cpp - After installation, invoke the skill by name or use
/local-whisper-cpp - Provide required inputs per the skill's parameter spec and get structured output
What is Local Whisper (cpp)?
Local speech-to-text using whisper-cli (whisper.cpp). It is an AI Agent Skill for Claude Code / OpenClaw, with 1775 downloads so far.
How do I install Local Whisper (cpp)?
Run "/install local-whisper-cpp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Local Whisper (cpp) free?
Yes, Local Whisper (cpp) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Local Whisper (cpp) support?
Local Whisper (cpp) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Local Whisper (cpp)?
It is built and maintained by wuxxin (@wuxxin); the current version is v1.0.0.