A dual-purpose voice solution providing high-fidelity text-to-speech synthesis and accurate speech-to-text transcription powered by ElevenLabs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install miranda-elevenlabs-speech
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 miranda-elevenlabs-speech using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ElevenLabs Speech skill is a comprehensive audio processing tool designed for AI agents that need to communicate through or understand human voice. It leverages the ElevenLabs API to provide two primary services: high-quality Text-to-Speech (TTS) using advanced neural models and Speech-to-Text (STT) via the Scribe engine. This integration allows developers within the Openclaw Skills ecosystem to create highly interactive, multilingual agents capable of emotional expression and precise audio comprehension.
By utilizing this skill, agents can switch between various models like eleven_turbo_v2_5 for speed or eleven_multilingual_v2 for global support. It is particularly effective for workflows that require natural-sounding narration or the processing of voice memos from platforms like Telegram. The skill simplifies complex audio tasks into straightforward CLI commands and Python methods, making it a foundational component for modern Openclaw Skills implementations.
To get started with this skill in your Openclaw Skills environment, configure your API credentials:
export ELEVENLABS_API_KEY="your_api_key_here"
You can also store this in a .env file at the root of your workspace. Ensure you have the necessary scripts directory populated with elevenlabs_speech.py and elevenlabs_scribe.py to handle the execution logic.
The skill manages audio data and metadata using the following structures:
| Parameter | Description | Valid Values |
|---|---|---|
voice_id |
Identifier for the specific AI voice model | String (e.g., 'Rachel', 'Josh') |
stability |
Determines the emotional consistency | Float (0.0 to 1.0) |
similarity_boost |
Controls how closely the output matches the original voice | Float (0.0 to 1.0) |
language_code |
ISO code for transcription accuracy | String (e.g., 'eng', 'spa', 'ara') |
num_speakers |
Used for speaker diarization in STT | Integer (1-10) |
Supported audio formats include mp3, mp4, wav, and ogg (optimized for Telegram).
Loading
A comprehensive personality builder for OpenClaw agents that generates production-ready SOUL.md files through guided interviews, blending, or a pre-built gallery.

A multi-tiered email outreach and pipeline management system for AI agents that automates lead tracking, sequence generation, and sentiment-aware follow-ups.

A sophisticated cost-management skill that slashes API expenses by dynamically advising on the most cost-effective model for every task.

Transform meeting notes into beautifully designed, professional HTML proposals using automated templates and theme engines.

A streamlined CLI tool that brings ElevenLabs generative text-to-speech to AI workflows with a macOS-style say interface.

A benign memetic experiment and AI safety demonstration that uses the concept of an AI religion to highlight information propagation in autonomous Openclaw Skills.








































