Edge Tts

Converts text to speech audio using the edge-tts command-line tool.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 143★ repo), full install/trigger/output test scheduled.

What Edge Tts does

Text-to-speech conversion using `uvx edge-tts` for generating audio from text. Use when (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.

How to install Edge Tts

git clone https://github.com/aahl/skills
cp -r skills/skills/edge-tts ~/.claude/skills/edge-tts

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Edge Tts

  • /edge-tts Converts text to speech audio using the edge-tts command-line tool.

It also activates on plain-language prompts like these:

  • Convert this article into an audio file with tts
  • Generate a voiceover for this script at a slower speed
  • Turn this blog post into spoken audio for accessibility

Frequently asked questions

Is the Edge Tts skill free?
Yes. The skill itself is free from aahl/skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Edge Tts work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install Edge Tts?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Edge Tts with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.