Agent Skills
› composio-community/awesome-agent-clis
› ElevenLabs CLI
ElevenLabs CLI
GitHubElevenLabs CLI 技能,用于通过终端管理语音和音频服务。支持文本转语音生成、声音克隆及模型管理,适用于需要调用 ElevenLabs API 进行音频处理或语音合成的场景。
Trigger Scenarios
用户要求生成语音或音频文件
用户需要进行文本到语音转换
用户需要克隆声音或管理语音模型
Install
npx skills add composio-community/awesome-agent-clis --skill ElevenLabs CLI -g -y
SKILL.md
Frontmatter
{
"name": "ElevenLabs CLI",
"description": "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."
}
ElevenLabs CLI
Voice and audio service management from the terminal.
- Website: https://elevenlabs.io
Key Commands
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
Version History
- 9f765d2 Current 2026-07-24 16:03


