TTS

Convert text input into speech audio using the z-ai-web-dev-sdk.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/AshesOfTheUndead/rezurxlib --skill tts-ashesoftheundead
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: TTS
Source: https://github.com/AshesOfTheUndead/rezurxlib/tree/main/skills/TTS
Command: npx skills add https://github.com/AshesOfTheUndead/rezurxlib --skill tts-ashesoftheundead

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of programmatically generating high-quality, natural-sounding audio from text, enabling developers to add voice capabilities to their applications without complex audio engineering.

Core Features & Use Cases

  • Multi-Voice Support: Choose from a variety of voices including tongtong, chuichui, and jam to match your brand or content tone.
  • Customizable Audio: Fine-tune speech speed and volume to create the perfect narration for your specific needs.
  • Use Case: Use this skill to generate dynamic audio responses for a customer service chatbot, create narration for e-learning modules, or build accessibility features that read text content aloud to users.

Quick Start

Use the TTS skill to generate a wav audio file named greeting.wav from the text Hello welcome to our service using the 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 into natural-sounding speech audio programmatically?▼

To convert text into natural-sounding speech audio, this skill uses the z-ai-web-dev-sdk to process text input and generate audio buffers. It supports diverse voice profiles and adjustable playback speeds for backend-integrated voice applications.

What text length limitations apply when generating speech synthesis audio?▼

Generating speech synthesis audio requires valid text input strictly under 1024 characters. This character limit ensures stable server-side execution when converting your text strings into audio buffers.

Can I customize voice profiles and playback speed for text-to-speech generation?▼

You can customize text-to-speech generation by choosing from multiple voice profiles like tongtong, chuichui, and jam. The skill also supports adjustable speech speed and volume to fine-tune your narration.

Does text-to-speech generation with the z-ai-web-dev-sdk support backend server-side execution?▼

Text-to-speech generation with the z-ai-web-dev-sdk requires backend server-side execution to process text and produce audio buffers. This environment is necessary to handle the audio synthesis operations.

What audio output formats are available when converting text to speech?▼

When converting text to speech, the skill supports multiple output formats including wav files. You can generate named audio files directly from your text input using the available voice profiles.