tts

Generate MP3 speech from text using Hume AI or OpenAI.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ViewWay/openclaw-skills --skill tts-viewway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tts
Source: https://github.com/ViewWay/openclaw-skills/tree/main/tts
Command: npx skills add https://github.com/ViewWay/openclaw-skills --skill tts-viewway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, and includes scripts (resource) components.

What problem does it solve?

Converts text into natural-sounding speech for replies, messages, and accessibility needs.

Core Features & Use Cases

  • Text-to-speech generation supports Hume AI (preferred) and OpenAI for audio output in MP3 format.
  • Output handling saves the generated audio to a specified MP3 file and reports the file path for delivery in chats or apps.
  • Usage scenarios include voice responses in chat bots, voice assistants, and content creation requiring spoken narration.

Quick Start

Run the Hume-based script with your text and an output path, ensuring HUME_API_KEY and HUME_SECRET_KEY are set to authorize access.

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 speech for chat replies?

This Skill converts text to natural speech by running its generation scripts, which process your text and output an MP3 audio file for use in chat replies and voice assistants.

Do I need an OpenAI API key to generate text-to-speech audio?

You need either an OPENAI_API_KEY or both HUME_API_KEY and HUME_SECRET_KEY set in your environment to authorize the text-to-speech generation and produce MP3 audio output.

What is the best way to generate voice messages using Hume AI?

The best way to generate voice messages with Hume AI is to run the Hume-based script with your text and a target output path, ensuring your Hume environment keys are configured for access.

Does this text-to-speech tool support MP3 file outputs?

Yes, the text-to-speech generation supports MP3 format, saving the generated audio to a specified MP3 file path and reporting it for delivery in chats or applications.

Can I use this for accessibility tools and media narration?

Yes, the text-to-speech output is suitable for accessibility tools and media generation, providing spoken narration and natural voice responses for chat assistants and content creation.