โ† All skills
Tencent SkillHub ยท Developer Tools

Elevenlabs AI

Access ElevenLabs APIs for text-to-speech, speech-to-speech, realtime speech-to-text, voice/model management, and dialogue workflows with direct HTTP calls.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Access ElevenLabs APIs for text-to-speech, speech-to-speech, realtime speech-to-text, voice/model management, and dialogue workflows with direct HTTP calls.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/elevenlabs-speech-to-speech.md, references/elevenlabs-voices-models.md, references/elevenlabs-speech-to-text-realtime.md, references/elevenlabs-authentication.md, references/elevenlabs-text-to-dialogue.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • references/elevenlabs-authentication.md Docs
  • references/elevenlabs-speech-to-speech.md Docs
  • references/elevenlabs-speech-to-text-realtime.md Docs
  • references/elevenlabs-text-to-dialogue.md Docs
  • references/elevenlabs-voices-models.md Docs