🦀 ClawHub
Elevenlabs Conversational
by @aiwithabidi
Full ElevenLabs platform integration — text-to-speech, voice cloning, and Conversational AI agent creation. Not just TTS — build interactive voice agents wit...
💡 Examples
# List available voices
python3 {baseDir}/scripts/elevenlabs_api.py voicesText to speech
python3 {baseDir}/scripts/elevenlabs_api.py tts "Hello world" --voice Rachel --output hello.mp3TTS with emotion control
python3 {baseDir}/scripts/elevenlabs_api.py tts "I'm so excited!" --voice Rachel --stability 0.3 --style 0.8Streaming TTS (lower latency)
python3 {baseDir}/scripts/elevenlabs_api.py tts-stream "Hello world" --voice Rachel --output hello.mp3List conversational AI agents
python3 {baseDir}/scripts/elevenlabs_api.py list-agentsCreate 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 Voice cloning (instant)
python3 {baseDir}/scripts/elevenlabs_api.py clone-voice "My Voice" --files sample1.mp3 sample2.mp3
TERMINAL
clawhub install elevenlabs-conversational