A professional integration that enables remote Text-to-Speech generation for Clawdbot responses using AgentVibes over SSH.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentvibes-clawbot-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 agentvibes-clawbot-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 AgentVibes Clawdbot Skill is a specialized technical bridge designed to connect AI agent responses with high-fidelity local audio playback. By integrating this into your repertoire of Openclaw Skills, you can offload the Text-to-Speech (TTS) generation process to secondary devices such as Android phones (via Termux), Linux machines, or macOS systems. This architecture ensures that your agent communicates with a natural voice while maintaining optimal performance on the primary server.
This skill is built for developers who require a secure, low-bandwidth solution for voice-enabled AI. Instead of streaming heavy audio files, the system transmits only raw text over SSH, which the remote device then processes locally using the Piper engine. By leveraging this addition to Openclaw Skills, you gain access to advanced audio features including customizable reverb, background music loops, and a variety of neural voices.
To begin, ensure you have SSH access to your remote device. You can then install the skill automatically using the following command:
npx agentvibes install-clawdbot-skill
For manual installation within your Openclaw Skills environment, set your workspace and run the setup script:
# Set your workspace path
export CLAWDBOT_WORKSPACE=~/clawd
# Set SSH remote host
export AGENTVIBES_SSH_HOST=android
# Execute the setup script
bash skills/clawdbot/setup.sh
The skill manages its configuration and logic through a series of scripts and text files within the workspace, ensuring compatibility with standard Openclaw Skills structures.
| Component | Path | Function |
|---|---|---|
| TTS Hook | .claude/hooks/play-tts.sh |
The primary entry point called by the agent. |
| Generation Script | local-gen-tts.sh |
Manages the logic for sending text over SSH. |
| Remote Receiver | ~/.termux/agentvibes-play.sh |
The script on the remote device that triggers playback. |
| Voice Config | .claude/tts-voice.txt |
Stores the specific voice model name to be used. |
| Provider Config | .claude/tts-provider.txt |
Identifies the TTS engine (default: piper). |
Loading
A powerful skill for controlling interactive terminal sessions and TUI applications using tmux.

Automates the version bumping and release triggering process for the ralph-orchestrator workspace.

A foundational toolset for AI agents to interact with the local filesystem and retrieve online technical documentation.

A comprehensive toolkit for monitoring, diagnosing, and managing Ralph orchestration loops and session diagnostic data.

A low-latency, remote Text-to-Speech integration that allows Clawdbot to speak through local devices using AgentVibes.

A high-performance TTS integration that offloads voice generation from your server to remote devices like Android or Linux via SSH.








































