Coqui TTS Deep Learning Text-to-Speech Toolkit
An agent skill built on Coqui TTS, the open-source deep learning toolkit for text-to-speech synthesis. Provides CLI and Python API access to multiple TTS model architectures including VITS, Tacotron2, and GlowTTS, with support for voice cloning, multilingual synthesis, and on-the-fly voice conversion.
Coqui TTS Deep Learning Text-to-Speech Toolkit
An agent skill built on Coqui TTS, the open-source deep learning toolkit for text-to-speech synthesis. Provides CLI and Python API access to multiple TTS model architectures including VITS, Tacotron2, and GlowTTS, with support for voice cloning, multilingual synthesis, and on-the-fly voice conversion.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/coqui-tts-deep-learning-text-to-speech-toolkit/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/coqui-tts-deep-learning-text-to-speech-toolkit
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/coqui-tts-deep-learning-text-to-speech-toolkit.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.