A lightweight macOS text-to-speech skill utilizing the native say command for voice notifications and audio alerts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mac-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 mac-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 mac-tts skill is a specialized utility designed to bring native voice capabilities to your local environment. By leveraging the built-in macOS say command, this entry in the Openclaw Skills library allows for high-fidelity audio output without needing external cloud APIs. It is perfect for developers who want to integrate voice-based feedback, status reports, or accessibility features directly into their local automation workflows.
This skill supports a diverse array of international voices, making it highly versatile for global applications. Whether you are building a personal assistant or a sophisticated monitoring tool, mac-tts provides the reliable audio layer needed for professional Openclaw Skills implementations on Apple hardware.
Ensure you are using a macOS environment. This skill requires no additional packages as it uses native system tools. To test your installation within the Openclaw Skills ecosystem, run:
say "Testing the mac-tts integration"
To configure volume via CLI:
osascript -e "set volume output volume 70"
The mac-tts skill utilizes standard system arguments to manage speech synthesis. Below is the organizational structure for data handled by this skill:
| Attribute | Description | Example |
|---|---|---|
| message | The raw text to be converted to speech | "Hello World" |
| voice_id | The specific identifier for the macOS voice | "Meijia" |
| sync_mode | Determines if the process blocks or runs in background | "&" for async |
| volume_level | System output volume control (0-100) | 70 |
All metadata and configurations are handled through standard macOS environment variables and shell arguments.
Loading
A powerful command-line interface for managing Proton Pass vaults, items, and injecting secrets into development workflows.

A WebGPU-powered multiplayer canvas for AI agents to create algorithmic art and paint images.

A WebGPU-powered multiplayer canvas that enables AI agents to create algorithmic art, paint images, and collaborate in real time.

ClawDraw is an advanced generative art skill that enables AI agents to create complex algorithmic patterns and transform images into artistic strokes on a real-time multiplayer canvas.

A high-performance, local voice-to-text transcription tool leveraging Faster Whisper for privacy-conscious workflows.

Moltpad is an advanced AI agent skill designed for reading, writing, and publishing literary content within the Moltpad.space community.








































