Home Tutorials Categories Skills About
ZH EN JA KO
🎡

TTS / Voice

Voice AI Models & Routing

Install Command

npx clawhub@latest install tts

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install TTS / Voice to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm TTS / Voice appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Speech Synthesis Multiple Voices Multi-Language

Detailed Description

The TTS / Voice skill adds voice capabilities to OpenClaw, converting text replies into voice messages or recognizing voice messages sent by users.

Core Features

  • Text-to-Speech (TTS): Convert text replies into natural-sounding voice messages
  • Speech Recognition (STT): Convert voice messages from users into text
  • Multiple Voice Options: Provides a variety of male and female voice options
  • Multi-Language Speech: Supports speech synthesis in Chinese, English, Japanese, and many other languages
  • Speed Control: Adjustable voice playback speed

Configuration

{
  skills: {
    tts: {
      provider: "openai",     // openai, azure, elevenlabs
      voice: "alloy",         // Voice selection
      speed: 1.0,
      sttEnabled: true        // Enable speech recognition
    }
  }
}

Use Cases

  • Reply to users with voice messages on WhatsApp/Telegram
  • Accessibility: Provide voice interaction for visually impaired users
  • Language learning: Read foreign language text with standard pronunciation
  • Audio content: Convert long texts into audio format