TopRank Skills

Home / Claw Skills / 其他 / ressemble
Official OpenClaw rules 15%

ressemble

Text-to-Speech and Speech-to-Text integration using Resemble AI HTTP API.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
adriano-vr/ressemble
Author
Adriano Vargas
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/adriano-vr/ressemble
Latest Commit SHA
d5c71355f9a76e295c267c01878c3fe02bf1f97e

Extracted Content

SKILL.md excerpt

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

Related Claw Skills