🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Faster Whisper Transcription

by @kalmuraee

Transcribes local voice messages to text using Faster Whisper models for fast, privacy-focused speech recognition on audio files.

Versionv1.0.0
Downloads2,229
TERMINAL
clawhub install faster-whisper-transcribe

πŸ“– About This Skill

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 - Balanced
  • small - Better accuracy
  • medium - High accuracy (requires more RAM)
  • Output

    Returns transcribed text from voice messages.

    πŸ’‘ Examples

    # Transcribe a voice file
    voice-transcribe /path/to/audio.ogg

    Or use with media path

    voice-transcribe ~/.openclaw/media/inbound/file_xxx.ogg