TTS

Convert text to speech with configurable voice, speed, and output format.

Updated Aug 13, 2025
One-click install
npx skills add https://github.com/Enztun/enztronic.com --skill tts-enztun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TTS
Source: https://github.com/Enztun/enztronic.com/tree/main/apps/meteora-lp/skills/TTS
Command: npx skills add https://github.com/Enztun/enztronic.com --skill tts-enztun

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 problem of converting text into natural-sounding speech, which can be used to create audio content, build voice-enabled applications, or generate spoken audio files.

Core Features & Use Cases

  • Text to Speech Conversion: Convert text to speech using multiple voices and adjustable speeds.
  • Audio Content Creation: Generate audio files for various applications, such as voice-enabled applications and spoken audio files.
  • Use Case: If you need to create an audiobook or generate spoken instructions for an app, this Skill can be a valuable tool.

Quick Start

Convert the text "Hello, world!" to speech using the default voice and speed with the command 'z-ai tts --input "Hello, world!" --output ./hello.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 using z-ai-web-dev-sdk?

To convert text to speech using z-ai-web-dev-sdk, you configure text input, voice selection, speed, and output format to generate audio files for voice-enabled applications.

Can I adjust voice speed and audio formats for speech synthesis?

Speech synthesis supports adjustable speeds, multiple voice selections, and various output audio formats to generate customized spoken audio files for different application development needs.

What is the best way to generate audio content for voice-enabled applications?

Generating audio content for voice-enabled applications involves passing text input to a speech synthesis package, selecting desired voices, and outputting the resulting audio file directly.

Do I need z-ai-web-dev-sdk to build text to speech functionality?

Yes, this Skill requires the z-ai-web-dev-sdk package as a dependency to process text inputs, apply voice and speed configurations, and produce synthesized audio outputs.

When should I use text to speech for audio content creation?

Use text to speech for audio content creation when you need to generate audiobooks, create spoken instructions for an app, or build natural-sounding speech for voice-enabled applications.

Does the TTS Skill support generating spoken audio files from command line inputs?

Yes, the TTS Skill supports generating spoken audio files from command line by executing commands with specified text input, output path, and default voice and speed configurations.