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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/paulpreibisch/agentvibes-clawdbotWhat 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
- "Clawdbot, explain the theory of relativity in a calm, soothing voice with slight reverb."
- "Generate a summary of the current project status and read it aloud using the kristin-medium voice model."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-paulpreibisch-agentvibes-clawdbot": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
Agent Vibes OpenClaw Skill
Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, and multi-device TTS.
Agentvibesclawdbot
Skill by paulpreibisch
Agentvibes Clawbot Tts
Skill by paulpreibisch