A low-latency, remote Text-to-Speech integration that allows Clawdbot to speak through local devices using AgentVibes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agentvibes-clawdbot
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-clawdbot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AgentVibes local-gen-tts is a high-performance integration designed for Openclaw Skills that enables remote TTS generation for Clawdbot responses. By leveraging SSH and optional Tailscale connectivity, it offloads heavy audio processing to local devices such as Android (via Termux), Linux, or macOS machines. This ensures that every response from your AI agent is voiced with high-quality neural TTS without the need for high-bandwidth audio streaming or expensive cloud APIs.
This skill is perfect for developers who want to give their AI agents a physical presence on their desktop or mobile devices. By using Openclaw Skills, you can maintain a secure, text-only transmission channel while enjoying a rich audio experience complete with customizable voice effects and background music loops.
To get started with this integration for Openclaw Skills, first ensure SSH key-based authentication is configured between your server and remote device. Then, install the skill using the following commands:
# Quick installation
npx agentvibes install-clawdbot-skill
For manual configuration within your workspace, use the setup script:
cd ~/.npm-global/lib/node_modules/agentvibes
export CLAWDBOT_WORKSPACE=~/clawd
export AGENTVIBES_SSH_HOST=android
bash skills/clawdbot/setup.sh
The skill manages its configuration and hooks within the Clawdbot workspace to maintain seamless Openclaw Skills integration:
| Component | Path | Function |
|---|---|---|
| TTS Hook | .claude/hooks/play-tts.sh |
The entry point triggered by every agent response. |
| Generation Script | local-gen-tts.sh |
Handles the SSH logic to send text to the remote device. |
| Provider Config | .claude/tts-provider.txt |
Specifies the engine (e.g., piper) used by the skill. |
| Voice Config | .claude/tts-voice.txt |
Stores the identifier for the active voice model. |
| Audio Effects | audio-effects.cfg |
(Remote) Configures reverb, music, and volume levels. |
Loading
A professional integration that enables remote Text-to-Speech generation for Clawdbot responses using AgentVibes over SSH.

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 high-performance TTS integration that offloads voice generation from your server to remote devices like Android or Linux via SSH.

A specialized skill for managing and interacting with Claude Code instances running inside tmux sessions using native CLI commands.








































