TTS

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

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Abhishekgit01/LumeIQ --skill tts-abhishekgit01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TTS
Source: https://github.com/Abhishekgit01/LumeIQ/tree/main/skills/TTS
Command: npx skills add https://github.com/Abhishekgit01/LumeIQ --skill tts-abhishekgit01

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables the conversion of written text into spoken audio, making content accessible and usable in voice-based applications.

Core Features & Use Cases

  • Text-to-Speech Conversion: Transform any text into natural-sounding speech.
  • Customizable Voice & Speed: Select from various voices and adjust speech rate.
  • Use Case: Generate audio narration for e-learning modules, create voiceovers for videos, or build interactive voice response (IVR) systems.

Quick Start

Use the TTS skill to convert the text "Hello, world!" into an audio file named output.wav.

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 an e-learning module?

To convert text to speech for e-learning, you provide written text to the TTS skill, which utilizes the z-ai-web-dev-sdk to generate natural-sounding spoken audio files suitable for voice narration.

Can I adjust the voice and speech speed when generating audio?

Yes, you can adjust the speech rate and select from various customizable voices when generating audio, allowing you to control the pacing and tone of the natural-sounding speech output.

What audio formats are supported when converting text to spoken audio?

The TTS skill supports converting text into spoken audio across various audio formats, outputting files like WAV, which are generated directly through the underlying z-ai-web-dev-sdk implementation.

Does text-to-speech generation work for building interactive voice response systems?

Yes, text-to-speech generation is well-suited for building interactive voice response (IVR) systems, as it transforms written text into natural-sounding speech audio that can be integrated into voice-enabled applications.

How do I generate a voiceover from text using the z-ai-web-dev-sdk?

You generate a voiceover by passing your target text string to the skill, which leverages the z-ai-web-dev-sdk to synthesize and output a natural-sounding speech audio file for your video.