TopRank Skills

Home / Claw Skills / Intégration d'API / Elevenlabs Ai
Official OpenClaw rules 36%

Elevenlabs Ai

ElevenLabs API Skill Advanced

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Elevenlabs Ai 技能。 若已安装,则直接安装 Elevenlabs Ai 技能。

Overview

Skill Key
codedao12/elevenlabs-ai
Author
codedao12
Source Repo
openclaw/skills
Version
-
Source Path
skills/codedao12/elevenlabs-ai
Latest Commit SHA
fd0b2fc5da5a8ff5139a99759b0a629b97622e5d

Extracted Content

SKILL.md excerpt

# 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.

Related Claw Skills