Installation

clawhub install adriano-vr/ressemble

Summary

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

SKILL.md

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"

Recommended skills

Browse all β†’

Related guides

Hand-picked reading to help you choose, install, and use agent skills.