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
Installs
1
GitHub Stars
7
First Seen
Aug 16, 2026
voice-to-text-config — dmitriyyukhanov/claude-plugins