check-telegram-voice
Installation
SKILL.md
Telegram Voice Pipeline
Overview
This skill handles Telegram voice messages end-to-end:
- Detect voice message via
attachment_file_idin channel tag - Download OGG/Opus file via Telegram MCP tool
- Transcribe with Whisper (
transcribe-anything) - Process transcribed text as the user query — generate a text response
- Generate TTS audio via ElevenLabs (fallback: OpenAI TTS) → MP3
- Reply with the MP3 audio file via Telegram MCP tool
When to Invoke
Skill({ skill: 'telegram-voice-pipeline' });