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

Agentvibes Clawdbot

Skill by paulpreibisch

Why use this skill?

Enable local text-to-speech for Clawdbot on your Android or Linux devices via SSH. Features low bandwidth usage, custom voice effects, and secure remote audio generation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/paulpreibisch/agentvibes-clawdbot
Or

What This Skill Does

AgentVibes Clawdbot bridges the gap between text-based AI models and local voice synthesis. By offloading TTS processing to a remote device (such as an Android phone, Raspberry Pi, or laptop), it enables high-quality, low-latency audio responses without taxing your primary server. The skill ensures that every Clawdbot response is automatically intercepted and funneled through a high-fidelity local generation pipeline, utilizing secure SSH tunnels for command transmission.

Installation

Installation requires a two-step process to ensure secure communication between your host machine and the target device. First, ensure you have an SSH key-pair generated using ssh-keygen -t ed25519 and verify that you can connect to your remote device without password prompts via ssh-copy-id. Once SSH is configured, execute npx agentvibes install-clawdbot-skill from your terminal. The installer handles the dependency chain, automatically provisioning AgentVibes on both the Clawdbot server and the remote hardware, ensuring the necessary hooks and shell scripts are populated within your specified workspace.

Use Cases

This skill is perfect for users who want to transform their AI assistant into a tangible hardware companion. Ideal scenarios include:

  • Converting a retired Android device into a dedicated, high-quality speaker for your AI bot.
  • Managing local audio generation to preserve bandwidth for more compute-intensive tasks on the main server.
  • Adding rich, customizable voice effects or background audio layers to AI responses in real-time.

Example Prompts

  1. "Clawdbot, explain the theory of relativity in a calm, soothing voice with slight reverb."
  2. "Generate a summary of the current project status and read it aloud using the kristin-medium voice model."
  3. "Summarize these logs and use the AgentVibes hook to play the summary on my mobile device."

Tips & Limitations

To maximize performance, ensure your remote device is connected to a stable network, preferably via a VPN like Tailscale if traversing public networks. Be mindful that the quality of audio is dependent on the remote device's processor. Since the system relies on SSH, verify that your firewall allows the necessary ports. If you experience latency, check that your SSH configuration uses persistent connections by modifying the ServerAliveInterval in your ssh_config file. Always keep your local AgentVibes repository updated to maintain compatibility with new Clawdbot API versions.

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-clawdbot": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#tts#automation#ssh#audio#agentvibes
Safety Score: 4/5

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