# Send Eachlabs Voice Audio to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "eachlabs-voice-audio",
    "name": "Eachlabs Voice Audio",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-voice-audio",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/eachlabs-voice-audio",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/eachlabs-voice-audio",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=eachlabs-voice-audio",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/MODELS.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/eachlabs-voice-audio"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/eachlabs-voice-audio",
    "downloadUrl": "https://openagent3.xyz/downloads/eachlabs-voice-audio",
    "agentUrl": "https://openagent3.xyz/skills/eachlabs-voice-audio/agent",
    "manifestUrl": "https://openagent3.xyz/skills/eachlabs-voice-audio/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/eachlabs-voice-audio/agent.md"
  }
}
```
## Documentation

### EachLabs Voice & Audio

Text-to-speech, speech-to-text transcription, voice conversion, and audio utilities via the EachLabs Predictions API.

### Authentication

Header: X-API-Key: <your-api-key>

Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai.

### Text-to-Speech

ModelSlugBest ForElevenLabs TTSelevenlabs-text-to-speechHigh quality TTSElevenLabs TTS w/ Timestampselevenlabs-text-to-speech-with-timestampTTS with word timingElevenLabs Text to Dialogueelevenlabs-text-to-dialogueMulti-speaker dialogueElevenLabs Sound Effectselevenlabs-sound-effectsSound effect generationElevenLabs Voice Design v2elevenlabs-voice-design-v2Custom voice designKling V1 TTSkling-v1-ttsKling text-to-speechKokoro 82Mkokoro-82mLightweight TTSPlay AI Dialogplay-ai-text-to-speech-dialogDialog TTSStable Audio 2.5stable-audio-2-5-text-to-audioText to audio

### Speech-to-Text

ModelSlugBest ForElevenLabs Scribe v2elevenlabs-speech-to-text-scribe-v2Best quality transcriptionElevenLabs STTelevenlabs-speech-to-textStandard transcriptionWizper with Timestampwizper-with-timestampTimestamped transcriptionWizperwizperBasic transcriptionWhisperwhisperOpen-source transcriptionWhisper Diarizationwhisper-diarizationSpeaker identificationIncredibly Fast Whisperincredibly-fast-whisperFastest transcription

### Voice Conversion & Cloning

ModelSlugBest ForRVC v2rvc-v2Voice conversionTrain RVCtrain-rvcTrain custom voice modelElevenLabs Voice Cloneelevenlabs-voice-cloneVoice cloningElevenLabs Voice Changerelevenlabs-voice-changerVoice transformationElevenLabs Voice Design v3elevenlabs-voice-design-v3Advanced voice designElevenLabs Dubbingelevenlabs-dubbingVideo dubbingChatterbox S2Schatterbox-speech-to-speechSpeech to speechOpen VoiceopenvoiceOpen-source voice cloneXTTS v2xtts-v2Multi-language voice cloneStable Audio 2.5 Inpaintstable-audio-2-5-inpaintAudio inpaintingStable Audio 2.5 A2Astable-audio-2-5-audio-to-audioAudio transformationAudio Trimmeraudio-trimmer-with-fadeAudio trimming with fade

### Audio Utilities

ModelSlugBest ForFFmpeg Merge Audio Videoffmpeg-api-merge-audio-videoMerge audio with videoToolkit Video ConverttoolkitVideo/audio conversion

### Prediction Flow

Check model GET https://api.eachlabs.ai/v1/model?slug=<slug> — validates the model exists and returns the request_schema with exact input parameters. Always do this before creating a prediction to ensure correct inputs.
POST https://api.eachlabs.ai/v1/prediction with model slug, version "0.0.1", and input matching the schema
Poll GET https://api.eachlabs.ai/v1/prediction/{id} until status is "success" or "failed"
Extract the output from the response

### Text-to-Speech with ElevenLabs

curl -X POST https://api.eachlabs.ai/v1/prediction \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -d '{
    "model": "elevenlabs-text-to-speech",
    "version": "0.0.1",
    "input": {
      "text": "Welcome to our product demo. Today we will walk through the key features.",
      "voice_id": "EXAVITQu4vr4xnSDxMaL",
      "model_id": "eleven_v3",
      "stability": 0.5,
      "similarity_boost": 0.7
    }
  }'

### Transcription with ElevenLabs Scribe

curl -X POST https://api.eachlabs.ai/v1/prediction \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -d '{
    "model": "elevenlabs-speech-to-text-scribe-v2",
    "version": "0.0.1",
    "input": {
      "media_url": "https://example.com/recording.mp3",
      "diarize": true,
      "timestamps_granularity": "word"
    }
  }'

### Transcription with Wizper (Whisper)

curl -X POST https://api.eachlabs.ai/v1/prediction \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -d '{
    "model": "wizper-with-timestamp",
    "version": "0.0.1",
    "input": {
      "audio_url": "https://example.com/audio.mp3",
      "language": "en",
      "task": "transcribe",
      "chunk_level": "segment"
    }
  }'

### Speaker Diarization with Whisper

curl -X POST https://api.eachlabs.ai/v1/prediction \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -d '{
    "model": "whisper-diarization",
    "version": "0.0.1",
    "input": {
      "file_url": "https://example.com/meeting.mp3",
      "num_speakers": 3,
      "language": "en",
      "group_segments": true
    }
  }'

### Voice Conversion with RVC v2

curl -X POST https://api.eachlabs.ai/v1/prediction \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -d '{
    "model": "rvc-v2",
    "version": "0.0.1",
    "input": {
      "input_audio": "https://example.com/vocals.wav",
      "rvc_model": "CUSTOM",
      "custom_rvc_model_download_url": "https://example.com/my-voice-model.zip",
      "pitch_change": 0,
      "output_format": "wav"
    }
  }'

### Merge Audio with Video

curl -X POST https://api.eachlabs.ai/v1/prediction \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -d '{
    "model": "ffmpeg-api-merge-audio-video",
    "version": "0.0.1",
    "input": {
      "video_url": "https://example.com/video.mp4",
      "audio_url": "https://example.com/narration.mp3",
      "start_offset": 0
    }
  }'

### ElevenLabs Voice IDs

The elevenlabs-text-to-speech model supports these voice IDs. Pass the raw ID string:

Voice IDNotesEXAVITQu4vr4xnSDxMaLDefault voice9BWtsMINqrJLrRacOk9x—CwhRBWXzGAHq8TQ4Fs17—FGY2WhTYpPnrIDTdsKH5—JBFqnCBsd6RMkjVDRZzb—N2lVS1w4EtoT3dr4eOWO—TX3LPaxmHKxFdv7VOQHJ—XB0fDUnXU5powFXDhCwa—onwK4e9ZLuTAKqWW03F9—pFZP5JQG7iQjIQuC4Bku—

### Parameter Reference

See references/MODELS.md for complete parameter details for each model.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: eftalyurtseven
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/eachlabs-voice-audio)
- [Send to Agent page](https://openagent3.xyz/skills/eachlabs-voice-audio/agent)
- [JSON manifest](https://openagent3.xyz/skills/eachlabs-voice-audio/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/eachlabs-voice-audio/agent.md)
- [Download page](https://openagent3.xyz/downloads/eachlabs-voice-audio)