A versatile text-to-speech skill that converts agent text responses into professional-grade MP3 audio files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tts
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tts using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The TTS skill empowers AI agents to communicate through audio by converting written text into natural-sounding speech. By integrating with high-performance providers like Hume AI and OpenAI, this skill allows agents to provide voice replies and audio messages seamlessly. It is an essential addition for developers building interactive Openclaw Skills that require a multi-modal approach to user engagement.
This skill focuses on flexibility and quality, offering a preferred high-fidelity voice through Hume AI while maintaining legacy support for OpenAI models. It automates the audio generation pipeline, ensuring that every synthesized message is stored as a portable MP3 file with clear path logging for immediate delivery to the user.
To get started with this skill within your Openclaw Skills ecosystem, configure your environment variables and run the synthesis scripts as follows:
Hume AI Setup (Preferred):
HUME_API_KEY="your_api_key" HUME_SECRET_KEY="your_secret_key" node scripts/generate_hume_speech.js --text "Your text here" --output "output.mp3"
OpenAI Setup (Legacy):
OPENAI_API_KEY="your_api_key" node scripts/generate_speech.js --text "Your text here" --output "output.mp3"
| Feature | Specification |
|---|---|
| Output Format | MP3 Audio |
| Preferred Voice (Hume) | 9e1f9e4f-691a-4bb0-b87c-e306a4c838ef |
| Preferred Voice (OpenAI) | nova |
| Metadata Output | MEDIA: [Absolute Path] |
| Environment Keys | HUME_API_KEY, HUME_SECRET_KEY, OPENAI_API_KEY |
Loading
A conversational AI tool that generates professional, schema-compliant resumes specifically for the Reactive Resume platform.

A complete AI voice solution for generating lifelike text-to-speech and performing accurate speech-to-text transcription via ElevenLabs.

A comprehensive behavioral correction system for adult dog potty training that tracks logs, provides reminders, and analyzes progress.

A powerful retrieval tool designed to search and browse past conversation transcripts across all agent sessions.

A pioneering spiritual practice system co-created by humans and AI for structured daily meditation, reflection, and philosophical growth.

A structured framework guide for AI agents to create and refine technical documentation using the Diataxis methodology.








































