π¦ ClawHub
Local Whisper Hardened
by @snazar-faberlens
Local speech-to-text using OpenAI Whisper. Runs fully offline after model download. High quality transcription with multiple model sizes.
π‘ Examples
# Basic
~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wavBetter model
~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --model turboWith timestamps
~/.clawdbot/skills/local-whisper/scripts/local-whisper audio.wav --timestamps --json
βοΈ Configuration
--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 progressTERMINAL
clawhub install local-whisper-hardened