ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ressemble

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adriano-vr/ressemble
Or

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:

export RESEMBLE_API_KEY="your_api_key_here"

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adriano-vr-ressemble": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#tts#stt#audio#ai#voice
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.