Ressemble - Adriano

TotalClaw 作者 Adriano Vargas v1.0.0

使用 Resemble AI HTTP API 进行文本转语音和语音转文本集成。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~adriano-vr-ressemble
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~adriano-vr-ressemble/file -o adriano-vr-ressemble.md
## 概述(中文)

使用 Resemble AI HTTP API 进行文本转语音和语音转文本集成。

## 原文

# Ressemble – Text & Voice AI Integration

This skill integrates OpenClaw with the Resemble AI HTTP API, enabling:

- 🎙 Speech-to-Text (audio transcription)
- 🔊 Text-to-Speech (voice synthesis)

It uses direct HTTP calls to Resemble's production endpoints and supports asynchronous transcription polling.

---

## Features

### resemble-tts
Generate high-quality speech audio from text input.

Supports:
- Custom `voice_uuid`
- MP3 output format
- Base64 audio return

### resemble-stt
Transcribe audio files to text using Resemble AI.

Supports:
- Multipart audio upload
- Automatic polling until transcription is complete
- Returns clean transcript text

---

## Requirements

You must define the environment variable:

```bash
export RESEMBLE_API_KEY="your_api_key_here"