Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Auto-transcribe voice messages locally using faster-whisper with selectable Whisper models, no API key required.
Auto-transcribe voice messages locally using faster-whisper with selectable Whisper models, no API key required.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Auto-transcribe voice messages using faster-whisper (local, no API key needed).
pip install faster-whisper Models download automatically on first use.
python3 /root/clawd/skills/audio-transcribe/scripts/transcribe.py /path/to/audio.ogg
Edit transcribe.py and change: model = WhisperModel('small', device='cpu', compute_type='int8') # Options: tiny, base, small, medium, large-v3
ModelSizeVRAM/RAMSpeedUse Casetiny39 MB~1 GB⚡⚡⚡Quick draftsbase74 MB~1 GB⚡⚡Basic accuracysmall244 MB~2 GB⚡Recommendedmedium769 MB~5 GB🐢Better accuracylarge-v31.5 GB~10 GB🐢🐢Best accuracy
Clawdbot auto-transcribes incoming voice messages when this skill is enabled.
scripts/transcribe.py — Main transcription script SKILL.md — This file
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.