A high-performance, 100% offline text-to-speech skill for generating natural voice replies without API keys or internet dependencies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install 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 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.
Voice Reply is a privacy-first text-to-speech (TTS) solution designed to give your AI agent a clear, natural voice without relying on cloud-based providers. By utilizing the sherpa-onnx runtime and Piper voice models, this skill provides high-speed audio generation entirely on your local hardware. It is a vital component for developers building Openclaw Skills that require secure, low-latency vocal responses.
This skill is specifically optimized for Linux environments and includes seamless integration with messaging platforms like Telegram. It transforms plain text into high-quality OGG Opus files, automatically tagging them for display as interactive voice bubbles. Whether you are building a private assistant or a localized automation tool, Voice Reply ensures your agent can communicate audibly while keeping all data on your own machine.
To integrate this capability into your Openclaw Skills, follow these installation steps:
sudo mkdir -p /opt/sherpa-onnx
cd /opt/sherpa-onnx
curl -L -o sherpa.tar.bz2 "https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.12.23/sherpa-onnx-v1.12.23-linux-x64-shared.tar.bz2"
sudo tar -xjf sherpa.tar.bz2 --strip-components=1
/opt/piper-voices and install ffmpeg:sudo apt install -y ffmpeg
export SHERPA_ONNX_DIR="/opt/sherpa-onnx"
export PIPER_VOICES_DIR="/opt/piper-voices"
The skill manages audio assets and configuration using the following structure:
| Type | Format | Description |
|---|---|---|
| Input | String | The text content to be converted to speech |
| Output Tag | [[audio_as_voice]] |
A directive for Telegram to display the file as a voice note |
| Output Path | MEDIA:/tmp/voice-reply-output.ogg |
The absolute path to the generated Opus audio file |
| Voice Models | .onnx / tokens.txt |
Local model files stored in the Piper voices directory |
Loading
A professional financial analysis agent that provides real-time market data tracking and structured three-layer impact predictions for global economic events.

An agent-based skill enabling iterative task execution and sophisticated automation loops within the OpenClaw environment.

A high-performance prompt injection firewall that protects AI agents from 113 threat patterns using multi-layered heuristic scoring.

An inter-agent messaging tool that allows a lead agent to broadcast notifications to sub-agents through shared memory files.

A modular prediction market trading platform for OpenClaw bots to automate Polymarket trades and wallet management.

A deterministic 8-stage image production pipeline designed for high-fidelity streetwear and fashion content creation.








































