Install
openclaw skills install local-whisper-cppLocal speech-to-text using whisper-cli (whisper.cpp).
openclaw skills install local-whisper-cppTranscribe audio files locally using whisper-cli and the large-v3-turbo model.
You can use the wrapper script:
scripts/whisper-local.sh <audio-file>Or call the binary directly:
whisper-cli -m /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin -f <file> -l auto -ntscripts/whisper-local.sh (inside skill folder)/usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.binwhisper-cli.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