tts-skill

Convert text to audio files using the MiniMax TTS API.

340|43|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/notedit/happy-skills --skill tts-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tts-skill
Source: https://github.com/notedit/happy-skills/tree/main/skills/tts-skill
Command: npx skills add https://github.com/notedit/happy-skills --skill tts-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Streamlines the creation of audio content by converting text to realistic speech, and extends capabilities with voice cloning and customized voice design.

Core Features & Use Cases

  • Text-to-speech conversion with multiple voices and output formats
  • Voice cloning from audio samples to reproduce a target voice
  • Voice design to create new voices based on prompts for narration, ads, or characters
  • Use Case: Automate podcasts, IVR prompts, or educational content with consistent voice branding

Quick Start

Provide your text and call text_to_audio to generate an audio file.

Frequently Asked Questions about tts-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert text to speech using the MiniMax API?

Text-to-speech conversion is handled by calling the text_to_audio function with your text, which processes the input via the MiniMax TTS API to generate a local audio file with your chosen voice and output settings.

Can I clone a specific voice from an audio sample for TTS generation?

Yes, voice cloning is supported. You can reproduce a target voice from audio samples, allowing you to generate consistent speech output for applications like podcasts or IVR prompts.

Do I need an API key to generate audio from text?

Yes, you need a valid MINIMAX_API_KEY and network access to the API endpoints to authenticate requests and generate speech audio output locally.

How do I create a custom voice for narration or character audio?

You can use the voice design feature to create new voices based on text prompts, enabling customized audio generation tailored for narration, advertisements, or character voices.

What's the best way to automate podcast audio generation from text?

You can automate podcast audio by passing your script text to the text-to-speech API, utilizing custom voice design and cloning to maintain consistent voice branding across episodes.