Install
openclaw skills install @magejosh/mj-windows-faster-whisperLocal speech-to-text with the faster-whisper backend (CTranslate2). Use when transcribing audio locally, setting up the faster-whisper model cache, or replacing a whisper-cli workflow with a faster local engine.
openclaw skills install @magejosh/mj-windows-faster-whisperUse faster-whisper for local transcription with low latency and a reusable model cache.
ggml models work here; faster-whisper uses CTranslate2 model folders.device='cpu' and compute_type='int8' unless the machine is explicitly configured for GPU.python and ffmpeg are available.faster-whisperctranslate2huggingface_hubhttps://github.com/SYSTRAN/faster-whisper for install/setup guidance.Systran/faster-whisper-small from https://huggingface.co/Systran/faster-whisper-small into a stable local folder such as:
C:\Users\joshu\.openclaw\tools\faster-whisper\models\Systran-faster-whisper-smallggml-*.bin file, explain that it belongs to whisper.cpp and is not usable here.