Agent Skills
› composio-community/awesome-agent-clis
› ElevenLabs CLI
ElevenLabs CLI
GitHubElevenLabs CLI 技能,用于从终端管理语音和音频服务。支持文本转语音、声音克隆及音频生成,适用于需要调用 ElevenLabs API 进行语音合成或模型管理的场景。
触发场景
需要生成语音音频
管理声音模型
使用 ElevenLabs 音频服务
安装
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
版本历史
- 9f765d2 当前 2026-07-24 16:03


