One-click install
npx skills add https://github.com/felipesantiago-coder/fluxo-quadra --skill tts-felipesantiago-coder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TTS
Source: https://github.com/felipesantiago-coder/fluxo-quadra/tree/main/skills/TTS
Command: npx skills add https://github.com/felipesantiago-coder/fluxo-quadra --skill tts-felipesantiago-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually creating natural-sounding spoken audio for content, applications, or announcements is time-consuming and requires specialized audio production skills. This Skill automates text-to-speech generation, eliminating manual recording and editing work for common voice content needs.

Core Features & Use Cases

  • Multi-Voice Speech Generation: Choose from 7 distinct natural voices for different tones, from warm conversational styles to professional narration.
  • Customizable Audio Parameters: Adjust speech speed (0.5x to 2x) and volume (0 to 10) to match content needs, with support for WAV, MP3, and PCM output formats.
  • Flexible Integration Options: Use the simple CLI for quick one-off conversions, or integrate the SDK into backend applications, API routes, and batch processing pipelines for automated audio generation.
  • Common Use Cases: Generate audiobook narration, e-learning voiceovers, accessibility audio for visually impaired users, voice assistant responses, and automated service announcements.

Quick Start

Use the TTS skill to convert the provided product update text into a natural-sounding WAV audio file and save it to ./product-update.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 using z-ai-web-dev-sdk?

To convert text to speech audio, use the z-ai-web-dev-sdk integration to process written text input into natural-sounding spoken audio output. You can execute conversions via a simple CLI or integrate the SDK into backend applications and API routes.

Can I generate text-to-speech audio in MP3 or WAV formats?

Text-to-speech audio generation supports WAV, MP3, and PCM output formats. You can configure these audio formats alongside adjustable speech speed and volume parameters to match specific content requirements.

What's the best way to automate voice synthesis for backend applications?

The best way to automate voice synthesis for backend applications is integrating the z-ai-web-dev-sdk into batch processing pipelines. This enables secure backend-only text-to-speech generation for automated service announcements and voice assistant responses.

Does this text-to-speech tool support multiple natural voices for narration?

Text-to-speech generation supports multi-voice selection with 7 distinct natural voices. You can choose different tones ranging from warm conversational styles to professional narration for audiobook generation and e-learning materials.

How do I adjust speech speed and volume for generated audio files?

You can adjust speech speed from 0.5x to 2x and set volume levels from 0 to 10. These customizable audio parameters allow precise control over generated spoken audio for accessibility creation and e-learning voiceovers.

What are the limitations of backend-only TTS integration with z-ai-web-dev-sdk?

The z-ai-web-dev-sdk text-to-speech integration is limited to secure backend-only environments. This means audio generation cannot run directly in frontend client code, requiring API routes or server-side batch processing pipelines for execution.