Kiro powers for ElevenLabs developer workflows. Each power includes a POWER.md entry file and optional steering/ guidance files.
This repository is organized as knowledge-base powers (no mcp.json files).
| Power | Description |
|---|---|
| text-to-speech | Generate natural speech with ElevenLabs voices |
| speech-to-text | Transcribe audio/video with Scribe v2, realtime, diarization, and timestamps |
| agents | Build and configure conversational voice AI agents |
| sound-effects | Generate sound effects and ambient audio from text prompts |
| music | Compose instrumental tracks and music from prompts |
Install from:
- GitHub URL: add this repository in Kiro Powers
- Local path: add this repository folder from disk
Each power can be installed individually by selecting its folder (for example, text-to-speech/) as a local power path.
Most powers require an ElevenLabs API key:
export ELEVENLABS_API_KEY="your-api-key"Get your API key from ElevenLabs API Keys.
Examples across powers use:
- Python:
pip install elevenlabs - JavaScript/TypeScript:
npm install @elevenlabs/elevenlabs-js - cURL: direct REST calls
For JavaScript, use @elevenlabs/elevenlabs-js (not the legacy elevenlabs package).
MIT