ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

Agentvibes Clawbot Tts

Skill by paulpreibisch

Why use this skill?

Seamlessly integrate AgentVibes with OpenClaw to enable low-latency, high-quality TTS generation on remote Android, Linux, or macOS devices via secure SSH.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/paulpreibisch/agentvibes-clawbot-tts
Or

What This Skill Does

The AgentVibes Clawbot TTS skill provides a robust bridge between the OpenClaw AI environment and remote hardware, enabling high-fidelity, locally generated speech synthesis. By offloading audio processing to a remote device (such as an Android phone, Raspberry Pi, or local Linux server) via secure SSH channels, the skill ensures that AI responses are spoken aloud without impacting the performance of the main AI agent host. This integration is designed for efficiency, sending only compact text packets—typically between 1-5 KB—to the remote device, which then processes the synthesis using its own hardware, effectively minimizing network congestion and latency.

Installation

Installation is streamlined through the OpenClaw CLI. Before proceeding, ensure that SSH key-based authentication is fully configured between your host and the remote device to allow the script to manage remote installations without interactive prompts. Execute the command clawhub install openclaw/skills/skills/paulpreibisch/agentvibes-clawbot-tts to download the integration assets. Following the installation, confirm your workspace configuration by setting the CLAWDBOT_WORKSPACE environment variable and ensuring that your SSH host is accessible. The system automatically initializes the necessary hooks in your .claude/hooks/ directory, establishing a persistent pipeline for automated speech responses.

Use Cases

  • Home Automation: Transform your home server into a voice-responsive assistant that speaks through connected speakers.
  • Mobile AI Agent: Use an older Android device as a dedicated voice-output terminal for your AI bot.
  • Low-Latency Remote Audio: Generate complex, high-quality audio effects locally on a secondary device while keeping the core agent process lightweight on your primary workstation.
  • Accessibility: Add spoken feedback to terminal-based tasks, allowing users to interact with the system without constant screen monitoring.

Example Prompts

  1. "Speak the following: Welcome back, I have finished compiling the project, would you like me to run the test suite now?"
  2. "Please provide a status update on the system diagnostics and read the results out loud using the default voice."
  3. "Explain the current progress of the download in a calm voice and notify me when it reaches 100 percent."

Tips & Limitations

  • Network Stability: Ensure your remote device is connected to a stable network (or Tailscale VPN) as intermittent connectivity will cause audio synthesis to fail or stutter.
  • Performance: While the text transmission is low-bandwidth, the remote device must have sufficient CPU and Node.js capabilities to process AgentVibes TTS effectively.
  • Security: Always verify your SSH configurations. Since this skill manages remote installation via SSH, ensure that your private keys are protected and that the remote device has restricted access.

Metadata

Stars1217
Views1
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-paulpreibisch-agentvibes-clawbot-tts": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#tts#ssh#voice-synthesis#automation#remote-execution
Safety Score: 4/5

Flags: network-access, file-write, file-read, code-execution