ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

espeak-ng

TTS with espeak-ng

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/martianzenmonk/espeak-ng
Or

Espeak-ng

This skill allows you to use espeak-ng to generate speech.

For Smart Agent

Command: python espeak_skill.py <text> Example: python espeak_skill.py "Hello world"

For Not Smart Agent

Command: python ./skills/espeak-ng/espeak_skill.py <text> Example: python ./skills/espeak-ng/espeak_skill.py "Hello world"

Tools exec

Command: espeak-ng <text> Example: espeak-ng "Hello world"

Requirements

  • espeak-ng must be installed on the system
  • On Linux/macOS, ensure you have espeak-ng installed:
  • Ubuntu/Debian: sudo apt-get install espeak-ng
  • CentOS/RHEL: sudo yum install espeak-ng
  • macOS: brew install espeak-ng
  • windows 11 : espeak-ng.msi from https://github.com/espeak-ng/espeak-ng/releases

Metadata

Stars1401
Views1
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-martianzenmonk-espeak-ng": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.