ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

edge-tts-english

Generate high-quality English (and multilingual) audio using Microsoft Edge TTS. Use when the user asks to "speak this", "pronounce", "read aloud", "say this in English", "озвучь голосом", "прочитай по-английски", "произнеси", or wants to hear text spoken with a native accent for language learning or pronunciation practice. Supports American and British English voices (male and female). Requires edge-tts installed via pipx. Sends the resulting MP3 directly to the user.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/davydenkovm/edge-tts-english
Or

Edge TTS English

Generate native-quality English audio using Microsoft Edge TTS (/root/.local/bin/edge-tts).

Workflow

  1. Run scripts/speak.sh "<text>" [voice] [output_path]
  2. Send the resulting MP3 to the user via message tool with media=<output_path>
bash scripts/speak.sh "Hello, world!" en-US-AriaNeural /tmp/tts_out.mp3

Voices

VoiceStyle
en-US-AriaNeuralFemale, American (default)
en-US-JennyNeuralFemale, American, warm
en-US-GuyNeuralMale, American
en-GB-SoniaNeuralFemale, British
en-GB-RyanNeuralMale, British

List all voices: /root/.local/bin/edge-tts --list-voices | grep en-

Notes

  • Scripts path: resolve relative to this skill's directory
  • edge-tts binary: /root/.local/bin/edge-tts
  • Default output: /tmp/edge_tts_output.mp3
  • Always send audio via message tool (media param), not as text

Metadata

Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-davydenkovm-edge-tts-english": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.