返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
e

elevenlabs-conversational

Full ElevenLabs platform integration — text-to-speech, voice cloning, and Conversational AI agent creation. Not just TTS — build interactive voice agents with emotion control, streaming audio, and phone system integration. Use for voice synthesis, cloning, or building conversational AI agents.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
357
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

elevenlabs-conversational

# 🗣️ ElevenLabs Conversational **Not just TTS — full Conversational AI.** Voice synthesis, cloning, and conversational AI agent creation for OpenClaw agents. ## Voice Synthesis vs Conversational AI | Feature | Voice Synthesis (TTS) | Conversational AI | |---------|----------------------|-------------------| | What | Text → Speech | Full voice agent | | Flow | One-way | Bidirectional | | Use case | Narration, alerts | Phone agents, assistants | | Latency | Batch OK | Real-time required | Existing ElevenLabs skills only do TTS. This skill covers the **full platform** including Conversational AI agents. ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `ELEVENLABS_API_KEY` | ✅ | ElevenLabs API key | ## Quick Start ```bash # List available voices python3 {baseDir}/scripts/elevenlabs_api.py voices # Text to speech python3 {baseDir}/scripts/elevenlabs_api.py tts "Hello world" --voice Rachel --output hello.mp3 # TTS with emotion control python3 {baseDir}/scripts/elevenlabs_api.py tts "I'm so excited!" --voice Rachel --stability 0.3 --style 0.8 # Streaming TTS (lower latency) python3 {baseDir}/scripts/elevenlabs_api.py tts-stream "Hello world" --voice Rachel --output hello.mp3 # List conversational AI agents python3 {baseDir}/scripts/elevenlabs_api.py list-agents # Create a conversational AI agent python3 {baseDir}/scripts/elevenlabs_api.py create-agent --name "Support Bot" --voice Rachel --prompt "You are a helpful support agent." # Get agent details python3 {baseDir}/scripts/elevenlabs_api.py get-agent <agent_id> # Voice cloning (instant) python3 {baseDir}/scripts/elevenlabs_api.py clone-voice "My Voice" --files sample1.mp3 sample2.mp3 ``` ## Commands ### `voices` List all available voices with ID, name, category, and language. ### `tts <text>` Convert text to speech (non-streaming). - `--voice NAME` — voice name or ID (default: Rachel) - `--output FILE` — output file path (default: output.mp3) - `--model ID` — model (default: eleven_multilingual_v2) - `--stability FLOAT` — 0.0-1.0, lower = more expressive (default: 0.5) - `--similarity FLOAT` — 0.0-1.0, voice similarity boost (default: 0.75) - `--style FLOAT` — 0.0-1.0, style exaggeration (default: 0.0) ### `tts-stream <text>` Streaming TTS — lower latency, outputs as chunks arrive. - Same options as `tts` ### `list-agents` List all Conversational AI agents. ### `create-agent` Create a new Conversational AI agent. - `--name NAME` — agent name - `--voice NAME` — voice to use - `--prompt TEXT` — system prompt for the agent - `--first-message TEXT` — greeting message - `--language CODE` — language code (default: en) ### `get-agent <agent_id>` Get details of a conversational AI agent. ### `clone-voice <name>` Create an instant voice clone. - `--files FILE [FILE ...]` — audio samples (minimum 1, recommended 3+) - `--description TEXT` — voice description ## Integration Patterns ### With Twilio (Phone) 1. Create a Conversational AI agent 2. Configure Twilio webhook to point to ElevenLabs 3. Incoming calls route to your AI agent ### With Vapi 1. Create voice in ElevenLabs 2. Use voice ID in Vapi assistant config 3. Vapi handles orchestration, ElevenLabs handles voice ### With LiveKit 1. Generate TTS audio via streaming API 2. Publish audio track to LiveKit room 3. Subscribe to participant audio for STT pipeline ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 elevenlabs-conversational-1776274106 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 elevenlabs-conversational-1776274106 技能

通过命令行安装

skillhub install elevenlabs-conversational-1776274106

下载

⬇ 下载 elevenlabs-conversational v1.0.0(免费)

文件大小: 5.13 KB | 发布时间: 2026-4-16 16:54

v1.0.0 最新 2026-4-16 16:54
Initial release: Full ElevenLabs platform integration for OpenClaw agents.

- Supports text-to-speech, streaming TTS, voice cloning, and creation of Conversational AI agents.
- Enables emotion control, interactive voice agent building, and phone system integration.
- Command-line tools provided for voice selection, cloning, agent creation, and management.
- Requires Python 3.10+ and an ElevenLabs API key.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部