Back to Registry View Author Profile
Official Verified
Faster Whisper Transcribe
Skill by kalmuraee
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kalmuraee/faster-whisper-transcribeOr
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.
Metadata
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.