Overview
- Skill Key
- abhishek-official1/clawvox
- Author
- abhishek-official1
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abhishek-official1/clawvox
- Latest Commit SHA
- 21cb1c07cc14a6b79abec06f24f160a3805d3efa
ClawVox - ElevenLabs voice studio for OpenClaw. Generate speech, transcribe audio, clone voices, create sound effects, and more.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawvox 技能。 若已安装,则直接安装 clawvox 技能。
# ClawVox
Transform your OpenClaw assistant into a professional voice production studio with ClawVox - powered by ElevenLabs.
## Quick Reference
| Action | Command | Description |
|--------|---------|-------------|
| Speak | `{baseDir}/scripts/speak.sh 'text'` | Convert text to speech |
| Transcribe | `{baseDir}/scripts/transcribe.sh audio.mp3` | Speech to text |
| Clone | `{baseDir}/scripts/clone.sh --name "Voice" sample.mp3` | Clone a voice |
| SFX | `{baseDir}/scripts/sfx.sh "thunder storm"` | Generate sound effects |
| Voices | `{baseDir}/scripts/voices.sh list` | List available voices |
| Dub | `{baseDir}/scripts/dub.sh --target es audio.mp3` | Translate audio |
| Isolate | `{baseDir}/scripts/isolate.sh audio.mp3` | Remove background noise |
## Setup
1. Get your API key from [elevenlabs.io/app/settings/api-keys](https://elevenlabs.io/app/settings/api-keys)
2. Configure in `~/.openclaw/openclaw.json`:
```json5
{
skills: {
entries: {
"clawvox": {
apiKey: "YOUR_ELEVENLABS_API_KEY",
config: {
defaultVoice: "Rachel",
defaultModel: "eleven_turbo_v2_5",
outputDir: "~/.openclaw/audio"
}
}
}
}
}
```
Or set the environment variable:
```bash
export ELEVENLABS_API_KEY="your_api_key_here"
```
## Voice Generation (TTS)
### Basic Text-to-Speech
```bash
# Quick speak with default voice (Rachel)
{baseDir}/scripts/speak.sh 'Hello, I am your personal AI assistant.'
# Specify voice by name
{baseDir}/scripts/speak.sh --voice Adam 'Hello from Adam'
# Save to file
{baseDir}/scripts/speak.sh --out ~/audio/greeting.mp3 'Welcome to the show'
# Use specific model
{baseDir}/scripts/speak.sh --model eleven_multilingual_v2 'Bonjour'
# Adjust voice settings
{baseDir}/scripts/speak.sh --stability 0.5 --similarity 0.8 'Expressive speech'
# Adjust speed
{baseDir}/scripts/speak.sh --speed 1.2 'Faster speech'
# Use multilingual model for other languages
{baseDir}/scripts/speak.sh --model eleven_multilingu...
# ElevenLabs Voice Studio for OpenClaw
A comprehensive voice production studio skill for OpenClaw, powered by ElevenLabs. Transform your personal AI assistant into a full-featured voice platform with text-to-speech, speech-to-text, voice cloning, sound effects, and multilingual dubbing capabilities.
## 🎙️ Features
- **Text-to-Speech (TTS)** - Generate lifelike speech with multiple voice models
- **Speech-to-Text (STT)** - Transcribe audio with high accuracy
- **Voice Cloning** - Clone voices from audio samples
- **Sound Effects** - Generate custom audio effects from text descriptions
- **Voice Isolation** - Remove background noise from audio
- **Multilingual Dubbing** - Translate and dub audio/video to 32+ languages
- **Voice Library Management** - Browse and manage available voices
## 🚀 Quick Start
### Installation
1. Copy this skill to your OpenClaw skills directory:
```bash
cp -r elevenlabs-voice-studio ~/.openclaw/skills/
```
2. Set your ElevenLabs API key:
```bash
export ELEVENLABS_API_KEY="your_api_key_here"
```
Or configure in `~/.openclaw/openclaw.json`:
```json5
{
skills: {
entries: {
"elevenlabs-voice-studio": {
apiKey: "your_api_key_here"
}
}
}
}
```
3. Get your API key from [elevenlabs.io/app/settings/api-keys](https://elevenlabs.io/app/settings/api-keys)
### Basic Usage
```bash
# Text to Speech
elevenlabs speak "Hello from ElevenLabs Voice Studio!"
elevenlabs speak -v Adam "Hello from Adam's voice"
# Transcribe Audio
elevenlabs transcribe meeting.mp3
elevenlabs transcribe -o transcript.txt recording.mp3
# Clone a Voice
elevenlabs clone -n MyVoice sample.mp3
# List Voices
elevenlabs voices list
elevenlabs voices info --name Rachel
# Generate Sound Effects
elevenlabs sfx "Thunder storm with heavy rain"
# Remove Background Noise
elevenlabs isolate noisy_recording.mp3 -o clean.mp3
# Dub to Another Language
elevenlabs dub -t es audio.mp3 # Spanish
elevenlabs dub -s en -t ja video.mp4 # English to Japanese
`...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.