Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @codedao12 Updated 6/28/2026 1,885 downloads 0 stars Security: Pass

Elevenlabs Ai OpenClaw Plugin & Skill | ClawHub

Looking to integrate Elevenlabs Ai into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

OpenClaw skill for ElevenLabs APIs: text-to-speech, speech-to-speech, realtime speech-to-text, voices/models.

Install

ClawHub CLI
openclaw skills install @codedao12/elevenlabs-ai
Node.js (npx)
npx clawhub@latest install elevenlabs-ai

Full SKILL.md

Open original

SKILL.md content below is scrollable.


name: 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.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.

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.
ClawHub Registry URL: https://clawhub.ai/codedao12/skills/elevenlabs-ai

Related skills

If this matches your use case, these are close alternatives in the same category.