A high-performance, local text-to-speech engine optimized for Spanish voice synthesis and mobile messaging.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vibevoice
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vibevoice using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
VibeVoice is a sophisticated local text-to-speech solution that leverages Microsoft's VibeVoice model to produce lifelike audio. It is designed specifically to integrate within Openclaw Skills to provide private, GPU-accelerated voice generation without relying on external cloud APIs.
This skill excels at producing Spanish speech with natural prosody, making it ideal for automated communication systems. By running locally, it ensures data privacy and eliminates latency issues associated with network-dependent services while maintaining high-quality output compatible with various media formats.
To get started with this skill, follow these installation steps:
git clone https://github.com/microsoft/VibeVoice.git ~/VibeVoice
cd ~/VibeVoice
python3 -m venv venv
source venv/bin/activate
pip install -e .
pip install torch torchaudio
Ensure that ffmpeg and an NVIDIA GPU with at least 2GB VRAM are available to support the performance requirements of Openclaw Skills.
The skill manages audio outputs and model configurations using the following structure:
| Component | Details |
|---|---|
| Output Formats | Supported: .ogg (Opus), .mp3, .wav |
| Default Voice | sp-Spk1_man (Spanish male with Mexican accent) |
| Configuration | Adjustable speed (0.5 - 2.0) and custom voice profiles |
| Storage | Local model storage in ~/VibeVoice/demo/voices/ |
Loading
A high-performance utility for generating custom sound effects from text prompts using the ElevenLabs API.

A read-only Reddit scraper for AI agents that allows searching and browsing subreddits via the public JSON API without an API key.

An AI-powered skill to manage DingTalk calendars, attendee status, and meeting room reservations via the mcporter CLI.

A comprehensive implementation guide and toolset for full internationalization (i18n) and localized SEO in Next.js App Router applications.

A specialized utility designed to automate the rotation and update of Claude Max API tokens across multiple OpenClaw Anthropic profiles.

An intelligent email assistant that uses LangChain and OpenAI to draft and send emails with a mandatory human approval step.








































