TTS

Convert text into spoken audio files with configurable voices and formats.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/C-Jay69/HYDRASCRAPE_GPT5.2_CODEX_STITCH --skill tts-c-jay69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TTS
Source: https://github.com/C-Jay69/HYDRASCRAPE_GPT5.2_CODEX_STITCH/tree/main/skills/TTS
Command: npx skills add https://github.com/C-Jay69/HYDRASCRAPE_GPT5.2_CODEX_STITCH --skill tts-c-jay69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of generating spoken audio from text, enabling quick creation of audio content for accessibility, content localization, and voice-enabled applications without requiring specialized audio production expertise.

Core Features & Use Cases

  • Multi-Voice Support: Offers 7 distinct natural-sounding voices for different tones and scenarios.
  • Customizable Audio Parameters: Adjust speech speed (0.5x to 2x), volume, and output format (WAV, MP3, PCM) to meet specific requirements.
  • Batch Processing Capability: Generate multiple audio files from text arrays for use cases like audiobook chapter creation or bulk app announcements.

Quick Start

Use the TTS skill to convert the text "Welcome to our service" into a natural-sounding WAV audio file saved to ./welcome.wav using the default tongtong voice.

Frequently Asked Questions about TTS

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text to speech audio for backend integration?

To convert text to speech for backend integration, this Skill processes text input via the z-ai-web-dev-sdk to generate natural-sounding audio files. You can configure voice selection, speech speed, volume, and output formats like WAV or MP3.

Can I generate multiple audio files for audiobook production in a single run?

Yes, you can generate multiple audio files for audiobook production using the batch processing capability. This feature processes text arrays to create bulk audio outputs, which is also useful for e-learning narration and dynamic voice response systems.

What audio formats and voices are supported for speech synthesis?

Speech synthesis supports 7 distinct natural-sounding voices and outputs to WAV, MP3, and PCM formats. You can also adjust speech speed from 0.5x to 2x and control volume to meet specific application requirements.

Do I need the z-ai-web-dev-sdk to use this text-to-speech functionality?

Yes, the z-ai-web-dev-sdk is a required dependency for this text-to-speech functionality. The Skill relies on this backend API to handle the core speech synthesis logic and generate the final audio output files.

What is the best way to create accessibility audio from text arrays?

The best way to create accessibility audio from text arrays is using the batch processing capability. It automatically converts multiple text inputs into configured audio files, eliminating manual effort for bulk app announcements or content localization.