One consolidated Kiro power for ElevenLabs developer workflows.
This repository is a documentation-only power: a single root POWER.md plus capability-specific files in steering/. There is no mcp.json in this repo.
- Text to speech
- Speech to text
- Conversational agents
- Sound effects
- Music
- Kiro loads the root
POWER.mdinto the initial context window. - Kiro infers user intent from the prompt.
- Kiro retrieves only the relevant files from
steering/.
The installation and setup guidance now lives in one place: the root POWER.md. Capability-specific behavior stays in separate steering files so Kiro can retrieve a smaller, more targeted context set.
Install this repository from:
- GitHub URL
- Local path
When installing from disk, select the repository root as the local power path.
Most workflows require:
export ELEVENLABS_API_KEY="your-api-key"Get the key from ElevenLabs API Keys.
For JavaScript, use @elevenlabs/elevenlabs-js, not the legacy elevenlabs package.
Use TESTING.md for the manual validation matrix covering setup and every routed capability in this power.
MIT