Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Access ElevenLabs APIs for text-to-speech, speech-to-speech, realtime speech-to-text, voice/model management, and dialogue workflows with direct HTTP calls.
Access ElevenLabs APIs for text-to-speech, speech-to-speech, realtime speech-to-text, voice/model management, and dialogue workflows with direct HTTP calls.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Provide a production-oriented guide for using ElevenLabs APIs via direct HTTPS (no SDK requirement), with clear auth, safety, and workflow guidance.
You need text-to-speech or speech-to-speech conversion. You want realtime speech-to-text with low latency. You prefer direct HTTP calls with predictable outputs.
You require a full SDK integration and helpers. You need full conversational agents beyond audio I/O.
Read references/elevenlabs-authentication.md for API keys and single-use tokens. Read references/elevenlabs-text-to-speech.md for TTS endpoints and payloads. Read references/elevenlabs-speech-to-speech.md for voice conversion. Read references/elevenlabs-speech-to-text-realtime.md for realtime STT WebSocket. Read references/elevenlabs-text-to-dialogue.md for multi-voice dialogue output. Read references/elevenlabs-voices-models.md for voice IDs and model discovery. Read references/elevenlabs-safety-and-privacy.md for zero-retention and safety rules.
API key (xi-api-key) or a single-use token when needed. Voice IDs and model IDs for your target use case. Output format choice (audio codec/sample rate/bitrate).
A clear workflow plan, endpoint checklist, and operational guardrails.
Keep a strict allowlist for downstream destinations of audio output. Cache voice IDs and model IDs server-side. Keep payloads small and retry with backoff on throttling.
Never log API keys or tokens. Use single-use tokens for client-side access.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.