voice-to-text-config
Installation
SKILL.md
Voice-to-Text Configuration
Set up local Whisper-based transcription for Telegram voice messages.
Steps
Run each step sequentially. Report status clearly after each one.
1. Check faster-whisper installation
python -c "import faster_whisper; print(f'faster-whisper {faster_whisper.__version__} installed')" 2>&1