Telegram Voice Group
Send voice bubble messages to Telegram groups and topics using Microsoft Edge-TTS. Context isolation per topic — different topics use different conversation histories.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telegram-voice-group npx -- -y @trustedskills/telegram-voice-group
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telegram-voice-group": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telegram-voice-group"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to send voice bubble messages directly to Telegram groups or topics. It leverages Microsoft Edge Text-to-Speech (TTS) technology for audio generation, providing a spoken message within the Telegram interface. Importantly, each Telegram topic maintains its own isolated conversation history, preventing cross-topic context mixing.
When to use it
- Automated announcements: Regularly broadcast updates or news to a Telegram marketing group.
- Interactive Q&A sessions: Respond to user questions in a voice format within a Telegram topic.
- Personalized customer support: Deliver tailored messages and instructions via voice for individual Telegram users within a group.
- Content delivery: Share audio versions of blog posts or articles directly into Telegram topics.
Key capabilities
- Sends voice bubble messages to Telegram groups and topics.
- Utilizes Microsoft Edge-TTS for text-to-speech conversion.
- Maintains context isolation between different Telegram topics.
- Supports sending messages within a group chat or dedicated topic.
Example prompts
- "Send this message to the 'Marketing Updates' Telegram topic: 'The new campaign launches next week!'"
- “Read out this article about AI trends in the ‘AI Enthusiasts’ Telegram group.”
- "Voice bubble message to the 'Customer Support' topic: 'Please provide your order number for assistance.'"
Tips & gotchas
- Ensure Microsoft Edge is installed and functioning correctly, as it provides the necessary TTS engine.
- Be mindful of Telegram group/topic permissions; the AI agent needs appropriate access to send messages.
Requirements
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 55ab139d, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.