# Edge Tts Say

> Speaks text aloud using the local edge-tts CLI.

- Skill: `gl0di/edge-tts-say` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/edge-tts-say`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/edge-tts-say/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gl0di/edge-tts-say

---


# Edge TTS Say

Speaks the given text aloud using the bundled `edge_tts` Python module via a fixed
argv-list subprocess call (never a shell string).

See `say.py` for the implementation.

