Faster Whisper Transcription
/install faster-whisper-transcribe
Voice Transcription Skill
Transcribes voice messages using Faster Whisper (local, privacy-first).
Requirements
pip3 install --break-system-packages faster-whisper
Usage
# Transcribe a voice file
voice-transcribe /path/to/audio.ogg
# Or use with media path
voice-transcribe ~/.openclaw/media/inbound/file_xxx.ogg
Models
tiny- Fastest, lowest accuracy (default)base- Balancedsmall- Better accuracymedium- High accuracy (requires more RAM)
Output
Returns transcribed text from voice messages.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install faster-whisper-transcribe - After installation, invoke the skill by name or use
/faster-whisper-transcribe - Provide required inputs per the skill's parameter spec and get structured output
What is Faster Whisper Transcription?
Transcribes local voice messages to text using Faster Whisper models for fast, privacy-focused speech recognition on audio files. It is an AI Agent Skill for Claude Code / OpenClaw, with 1069 downloads so far.
How do I install Faster Whisper Transcription?
Run "/install faster-whisper-transcribe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Faster Whisper Transcription free?
Yes, Faster Whisper Transcription is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Faster Whisper Transcription support?
Faster Whisper Transcription is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Faster Whisper Transcription?
It is built and maintained by Khalid Almuraee (@kalmuraee); the current version is v1.0.0.