AgentVibes local-gen-tts for Clawdbot for Openclaw

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

paulpreibisch
v1.0.1
Feb 5, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agentvibes-clawdbot

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is AgentVibes local-gen-tts for Clawdbot?

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.

AgentVibes local-gen-tts for Clawdbot Use Cases

  • Creating a localized voice for your AI coding assistant using Openclaw Skills.
  • Offloading TTS computation to an Android device to save server resources.
  • Setting up multi-agent environments where different personas like Orian or Samuel have unique voices and background vibes.
  • Implementing private, secure voice interactions over VPN or Tailscale without exposing audio data to the public internet.

How AgentVibes local-gen-tts for Clawdbot Works

  1. The Clawdbot server generates a text-based response to a user query.
  2. The system triggers a specific Openclaw Skills hook located in the workspace directory.
  3. The local-gen-tts script captures the response text and its associated voice metadata.
  4. The text is sent via a secure SSH connection to a remote receiver script on the target device.
  5. The remote device uses AgentVibes and the Piper TTS engine to generate the audio locally.
  6. Optional audio effects such as reverb and background music are mixed into the final output.
  7. The device plays the audio instantly, providing a seamless voiced interaction.

AgentVibes local-gen-tts for Clawdbot Setup

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

AgentVibes local-gen-tts for Clawdbot Data Schema & Taxonomy

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.

AgentVibes local-gen-tts for Clawdbot Advanced Features

  • Support for multiple concurrent instances, allowing different Openclaw Skills agents to have distinct voices and background tracks.
  • Low-bandwidth architecture that only transmits 1-5 KB of text per message rather than streaming large audio files.
  • High-quality neural TTS voices provided by Piper, including professional male and female options.
  • Sophisticated audio post-processing capabilities, including reverb and looping background music for enhanced immersion.
  • Secure, encrypted communication via SSH with support for non-standard ports and IdentityFiles.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*