---
name: composio-community/ElevenLabs CLI
source: https://app.decimal.ai/s/composio-community-elevenlabs-cli@1/SKILL.md
source_sha256: f02e741ca50b
---

# ElevenLabs CLI

Voice and audio service management from the terminal.

- **Website**: https://elevenlabs.io

## Key Commands

```bash
elevenlabs tts --text "Hello world" --voice "Rachel" --output hello.mp3
elevenlabs voices list
elevenlabs voices clone --name "MyVoice" --files sample1.mp3 sample2.mp3
```

## Agent-Friendly Features

- API key auth via `ELEVENLABS_API_KEY`
- Non-interactive text-to-speech generation
- Voice management from terminal