ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Faster Whisper Transcribe

Skill by kalmuraee

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kalmuraee/faster-whisper-transcribe
Or

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.

Metadata

Author@kalmuraee
Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kalmuraee-faster-whisper-transcribe": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.