Edge Tts

🌐Community
by aahl · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add edge-tts npx -- -y @trustedskills/edge-tts
2

Or manually add to ~/.claude/settings.json

~/.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-tts relies 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aahl
Installs
0

🌐 Community

Passed automated security scans.