Elevenlabs Ai
Skill by codedao12
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codedao12/elevenlabs-ainame: elevenlabs-ai description: OpenClaw skill for ElevenLabs APIs: text-to-speech, speech-to-speech, realtime speech-to-text, voices/models, and dialogue workflows.
ElevenLabs API Skill (Advanced)
Purpose
Provide a production-oriented guide for using ElevenLabs APIs via direct HTTPS (no SDK requirement), with clear auth, safety, and workflow guidance.
Best fit
- 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.
Not a fit
- You require a full SDK integration and helpers.
- You need full conversational agents beyond audio I/O.
Quick orientation
- Read
references/elevenlabs-authentication.mdfor API keys and single-use tokens. - Read
references/elevenlabs-text-to-speech.mdfor TTS endpoints and payloads. - Read
references/elevenlabs-speech-to-speech.mdfor voice conversion. - Read
references/elevenlabs-speech-to-text-realtime.mdfor realtime STT WebSocket. - Read
references/elevenlabs-text-to-dialogue.mdfor multi-voice dialogue output. - Read
references/elevenlabs-voices-models.mdfor voice IDs and model discovery. - Read
references/elevenlabs-safety-and-privacy.mdfor zero-retention and safety rules.
Required inputs
- 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).
Expected output
- A clear workflow plan, endpoint checklist, and operational guardrails.
Operational notes
- 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.
Security notes
- Never log API keys or tokens.
- Use single-use tokens for client-side access.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codedao12-elevenlabs-ai": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
podcast-chaptering-highlights
Create chapters, highlights, and show notes from podcast audio or transcripts. Use when a user wants chapter markers, highlight clips, or show-note drafts without publishing or distribution actions.
Twilio
Skill by codedao12
google-sheet-api
OpenClaw skill that installs a Google Sheets CLI with setup steps and commands for read/write, batch, formatting, and sheet management.
zalo
OpenClaw skill for Zalo Bot API workflows (bot token) plus optional guidance on unofficial personal automation tools.
agent-browser-core
OpenClaw skill for the agent-browser CLI (Rust-based with Node.js fallback) enabling AI-friendly web automation with snapshots, refs, and structured commands.