Transcribes voice messages using Faster Whisper (local, privacy-first).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill faster-whisper-transcribe --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Faster Whisper Transcribe?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-faster-whisper-transcribe)More formats (shields.io, HTML) on the badges page.
# Voice Transcription Skill
Transcribes voice messages using Faster Whisper (local, privacy-first).
## Requirements
```bash
pip3 install --break-system-packages faster-whisper
```
## Usage
```bash
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!