Edge Tts
Edge TTS generates high-quality, low-latency speech from text, ideal for real-time applications and reducing reliance on cloud services.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add edge-tts npx -- -y @trustedskills/edge-tts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"edge-tts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/edge-tts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The edge-tts skill provides text-to-speech capabilities using Microsoft's Edge Text to Speech engine. It allows AI agents to convert written text into spoken audio, offering a natural and expressive voice output. This can be useful for creating interactive experiences or providing auditory feedback.
When to use it
- Generating audio summaries: Have the agent read out key points from a long document or article.
- Creating accessible content: Provide an alternative way for users with visual impairments to consume written information.
- Building voice-based assistants: Enable your AI assistant to speak responses instead of displaying them as text.
- Personalized audio experiences: Generate custom audio messages based on user input or data.
Key capabilities
- Text-to-speech conversion
- Utilizes Microsoft Edge Text to Speech engine
- Natural and expressive voice output
Example prompts
- "Read this: 'The quick brown fox jumps over the lazy dog.'"
- "Convert this paragraph into audio." [followed by a paragraph of text]
- "Speak this email aloud." [followed by an email's content]
Tips & gotchas
- Ensure your AI agent has network access, as
edge-ttsrelies on an external service. - The quality and available voices depend on the Microsoft Edge Text to Speech engine’s current offerings.
Tags
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.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.