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

Agentvibesclawdbot

Skill by paulpreibisch

Why use this skill?

Learn how to integrate AgentVibes with Clawdbot for low-latency, remote Text-to-Speech generation via SSH on Android, Linux, and macOS devices.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/paulpreibisch/agentvibesclawdbot
Or

What This Skill Does

The AgentVibes Clawdbot Skill provides a sophisticated bridge between your Clawdbot AI agent and local hardware audio output, regardless of where your agent is hosted. By leveraging an efficient SSH-based transport layer, this skill offloads Text-to-Speech (TTS) generation from your cloud or server environment directly to your local hardware—be it an Android device running Termux, a dedicated Linux machine, or a macOS workstation. This architecture ensures low latency, keeps your bandwidth consumption minimal by transmitting text instead of heavy audio files, and enables advanced audio processing like reverb, voice modulation, and background soundscapes locally.

Installation

Installation is streamlined through an automated script. First, ensure you have set up passwordless SSH access to your remote device using ssh-copy-id. Once configured, execute npx agentvibes install-clawdbot-skill. This command handles the synchronization of dependencies between your server and the remote device. Manual setup options are available for specialized environments by cloning the repository and running the provided setup.sh script within your Clawdbot workspace directory.

Use Cases

  • Remote Presence: Run Clawdbot on a headless VPS while hearing responses through a mobile device or local speaker.
  • Low-Latency Audio: Ideal for setups where streaming generated audio files would be too slow or consume excessive data.
  • Integrated Voice Control: Enhance your home automation or local AI assistant with high-quality, customizable voice effects.

Example Prompts

  1. "Speak the current weather report using the crystalline voice effect."
  2. "Summarize my morning emails and play them through the living room speakers."
  3. "Recite this poem with a soft background music layer and a slight echo effect."

Tips & Limitations

  • Security: Always use SSH key-based authentication. Avoid password-based SSH to ensure long-term stability and security.
  • Network: Using a VPN like Tailscale is highly recommended for securely connecting to remote devices behind NAT.
  • Performance: Ensure Node.js is updated on the remote device, as version mismatches can interfere with the AgentVibes installation process.
  • Bandwidth: While text transfer is efficient, verify that the remote device has adequate resources to perform the TTS generation tasks locally without stalling the agent's interaction loop.

Metadata

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

Tags(AI)

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

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