# ElevenLabs CLI

> Voice and audio service management — text-to-speech, voice cloning, and audio generation. Use when an agent needs to generate speech audio, manage voice models, or work with ElevenLabs audio services.

- Skill: `composio-community/elevenlabs-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add composio-community/elevenlabs-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/composio-community/elevenlabs-cli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: composio-community (https://skillmd.com/u/composio-community)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/composio-community/elevenlabs-cli

---


# 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

