One-click install
npx skills add https://github.com/digresik-tech/olt-monitoring-mini --skill tts-digresik-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TTS
Source: https://github.com/digresik-tech/olt-monitoring-mini/tree/main/skills/TTS
Command: npx skills add https://github.com/digresik-tech/olt-monitoring-mini --skill tts-digresik-tech

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 creating dynamic voice experiences.

Core Features & Use Cases

  • Text-to-Speech Conversion: Transform any text into audio using various voices and adjustable speech parameters.
  • Audio File Generation: Create audio files in multiple formats (WAV, MP3, PCM) for different applications.
  • Use Case: Generate voice narration for e-learning modules, create audio versions of articles for accessibility, or build voice-enabled chatbot responses.

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 natural-sounding speech audio?

To convert text to natural-sounding speech, this Skill uses the z-ai-web-dev-sdk to synthesize spoken audio from written input. It transforms text strings into audio files, supporting multiple voices for varied narration outputs.

Can I generate audio files in MP3 or WAV formats for narration?

You can generate audio files in MP3, WAV, and PCM formats for narration using this text-to-speech Skill. It processes input text and outputs audio data in these specified formats for e-learning or accessibility applications.

How do I adjust speech speed when synthesizing voice audio?

You adjust speech speed during voice audio synthesis by setting the speed parameter between 0.5 and 2.0. This text-to-speech functionality allows you to control the playback rate of the generated spoken audio.

What is the maximum text length limit for text-to-speech conversion?

The maximum text length limit for text-to-speech conversion is 1024 characters per request. Input text exceeding this character limit must be split into multiple smaller requests to generate the complete speech audio.

Do I need the z-ai-web-dev-sdk to generate spoken audio from text?

You need the z-ai-web-dev-sdk installed to generate spoken audio from text, as this Skill directly implements its text-to-speech capabilities. The SDK provides the underlying speech synthesis engine required for audio generation.

What is the best way to create voice responses for a chatbot?

The best way to create voice responses for a chatbot is using text-to-speech conversion to synthesize audio from text output. This Skill generates natural-sounding spoken audio files suitable for dynamic voice-enabled chatbot interactions.