A lightweight Text-to-Speech (TTS) utility that enables AI agents to generate audible speech from text using the eSpeak-ng engine.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install espeak-ng
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 espeak-ng using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The eSpeak-ng skill is a dedicated utility designed to bridge the gap between text-based AI agent outputs and audible communication. By integrating this skill into your library of Openclaw Skills, you can empower your agents to announce status updates, read out notifications, or provide accessibility features in real-time. It acts as a wrapper for the powerful eSpeak-ng engine, ensuring that any automation or coding assistant can communicate through voice with minimal latency.
This skill is particularly valuable for developers who need a reliable, cross-platform speech synthesis solution that doesn't require cloud-based API keys. By utilizing Openclaw Skills to handle speech, you keep your data processing local and your agent interactions highly responsive.
To use this skill, you must first ensure that the eSpeak-ng utility is installed on your operating system:
sudo apt-get install espeak-ng sudo yum install espeak-ng brew install espeak-ng Once installed, you can run the skill within your Openclaw Skills directory using the following commands:
# Standard usage
python espeak_skill.py "Hello world"
# Direct tool execution
espeak-ng "Hello world"
The skill utilizes a simple input-output schema focused on text processing and audio streaming.
| Attribute | Type | Description |
|---|---|---|
| text | String | The raw text message to be synthesized into speech. |
| environment | OS | Interacts with Linux, macOS, or Windows audio drivers. |
| engine | Binary | Relies on the external espeak-ng executable path. |
Loading
A robust business operations skill that integrates Notion and Git to manage salon appointments, client relationships, and digital marketing.

A comprehensive automation suite for managing agricultural e-commerce operations, website deployments, and regulatory compliance via Notion.

A specialized deployment manager for Next.js sites on Netlify featuring manual approval gates and automated Notion activity logging.

A real-time travel intelligence skill providing live data on US visa processing, border crossing delays, and FAA airport statuses.

A specialized diagnostic tool for analyzing and visualizing communication patterns between agents to identify bottlenecks and optimize workflows.

A powerful tool to automatically convert REST API responses into production-ready TypeScript interfaces and interactive Storybook documentation.








































