An Openclaw Skills extension that uses local Kokoro TTS to send authentic, waveform-enabled iMessage voice messages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install imessage-voice-reply
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 imessage-voice-reply using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The iMessage Voice Reply skill allows developers to integrate high-quality, local text-to-speech capabilities into their messaging workflows. By utilizing Openclaw Skills, this tool generates native voice bubbles that include the signature iMessage waveform and inline playback functionality, rather than sending generic file attachments. This is achieved through the Kokoro-ONNX engine and macOS native encoding, ensuring privacy and zero operational costs. This skill is particularly useful for maintaining the flow of voice-to-voice conversations within the Apple ecosystem without requiring manual recording.
To install the necessary dependencies and download the local models, run the following command:
bash ${baseDir}/scripts/setup.sh
This setup script configures kokoro-onnx and the required Python environment. You must also have a BlueBubbles channel configured within your Openclaw Skills settings to handle the message delivery.
The skill manages audio data and metadata according to the following schema to ensure native rendering:
| Attribute | Value / Requirement |
|---|---|
| Container | CAF (Core Audio Format) |
| Codec | Opus (48kHz mono, 32kbps) |
| MIME Type | audio/x-caf |
| Filename | Must be set to Audio Message.caf |
| Model Storage | Models are stored locally in ~/.cache/kokoro-onnx/ |
| Platform | Native encoding requires macOS; Linux uses ffmpeg/MP3 fallback |
Loading
A secure email automation tool for sending messages via Proton Mail Bridge using age-encrypted credentials.

A configurable AI skill for generating modular, data-driven global market briefs across equities, crypto, and commodities.

A technical tool for generating professional color palettes and extracting color schemes from images via the Colormind.io API.

A high-performance audio processing utility that leverages OpenAI Whisper to convert diverse audio formats into accurate text transcriptions.

An AI-powered utility that converts natural language requirements into documentation and automatically launches your development environment.

A comprehensive A-share paper trading system for automated data fetching, strategy backtesting, and portfolio simulation.








































