Voice Transcription Skill

Transcribes voice messages using Faster Whisper (local, privacy-first).

modbender c04b69a 718 B Updated 12 repo stars

File contents

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.

modbender/skill-library-mcp/tree/main/data/faster-whisper-transcribe commit c04b69ac48

Frequently asked questions

npx skillmds add modbender/voice-transcription-skill