edge-tts

The edge-tts skill converts text to speech using the Microsoft Edge neural TTS service via the uvx edge-tts command line tool.

5.0K
Installs
4
Use cases
5/10
Quality

Is edge-tts safe to install?

Review the source first

Review the source first: our audit of edge-tts's source files found 6 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to generate audio and subtitle files on the local system.

How we audit skills: our security review methodology.

Who is this skill for?

Users who require audio output from text for accessibility, multitasking, or content consumption.

What can you do with it?

  • Generate audio files from text input.
  • Adjust speech rate, volume, and pitch for audio output.
  • Select specific neural voices for different languages and personas.
  • Generate subtitle files alongside audio output.

How good is this skill?

Quality score: 5/10. The documentation provides clear command examples and a comprehensive list of supported voices.

What does the skill file contain?

SKILL.md
# Edge-TTS

Generate high-quality text-to-speech audio using Microsoft Edge's neural TTS service via the `uvx edge-tts` command.
Supports multiple languages, voices, adjustable speed/pitch, and subtitle generation.

## Usage
```shell
uvx edge-tts --text "{msg}" --write-media {tempdir}/{filename}.mp3

# With subtitles
uvx edge-tts --text "{msg}" --write-media {tempdir}/{filename}.mp3 --write-subtitles -
```

## Changing rate(speed), volume and pitch
```shell
uvx edge-tts --text "{msg}" --write-media {tempdir}/{filename}.mp3 --rate=+50%
uvx edge-tts --text "{msg}" --write-media {tempdir}/{filena...

Frequently asked questions

Does this skill require an internet connection?

The skill uses the Microsoft Edge neural TTS service, which requires network access to function.

Can I change the speed of the generated audio?

Yes, the skill supports rate adjustments using the --rate flag.

How do I see which voices are available?

Run the command uvx edge-tts --list-voices to retrieve the list of supported voices.

Data sourced from aahl/skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

web-design-guidelines

440.2K

Developers and designers who need to verify UI code compliance with interface standards

The web-design-guidelines skill audits UI code against Web Interface Guidelines. It fetches current rules from a remote source and compares them against specified local files.

highuiuxvercel-labs

audit-website

58.0K

Developers, SEO specialists, and website administrators who need to automate website health monitoring, technical debugging, and performance optimization

The audit-website skill enables AI agents to perform comprehensive website audits using the squirrelscan CLI. It evaluates websites against 240+ rules across 22 categories, including SEO, performance, security, and accessibility. The skill generates LLM-optimized reports, identifies issues, and provides actionable recommendations for remediation.

highseoauditsquirrelscan

accessibility

33.5K

Web developers and quality assurance engineers who need to audit and improve web accessibility for WCAG 2

The accessibility skill provides guidelines and testing procedures for web accessibility based on WCAG 2.2 standards. It includes code patterns for perceivable, operable, understandable, and robust web content, alongside automated and manual testing checklists.

highaccessibilitya11yaddyosmani

swiftui-pro

21.8K

SwiftUI developers seeking to improve code quality and ensure adherence to modern Apple development standards

The swiftui-pro skill reviews SwiftUI code for modern API usage, maintainability, and performance. It validates code against a set of local reference files covering accessibility, data flow, navigation, and Swift best practices.

lowSwiftUISwifttwostraws