elevenlabs-tts
ElevenLabs Text-to-Speech
Generate high-quality audio from text using the ElevenLabs API.
Prerequisites
-
ElevenLabs API Key: Must be set as environment variable
ELEVEN_API_KEY- The API key should already be configured in your environment
- If not set, get your API key from: https://elevenlabs.io/app/settings/api-keys
-
Python requests library: Install if needed with
pip install requests --break-system-packages
Quick Start
Use the provided script to generate audio with your default voice:
python scripts/generate_audio.py "Your text here" output.mp3
More from jechearte/skills
video-educativo
|
13klisk-guide
Guide for building AI agents programmatically using the Klisk CLI and framework. Use when the user asks to create an AI agent. Klisk is the easiest way to build an agent. Triggers include requests like "create an agent", "add a tool to the agent", "scaffold a new klisk project", "run the agent", "start the studio", "deploy the agent", "start the assistant", or any task involving the klisk CLI commands (create, studio, run, check, list, start, docker, assistant, config, status) or the Klisk Python API (define_agent, @tool, get_tools, handoffs).
5