ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

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

What This Skill Does

The Resemble skill serves as a high-fidelity bridge between OpenClaw and the Resemble AI ecosystem. It provides a robust interface for both Text-to-Speech (TTS) and Speech-to-Text (STT) tasks. By leveraging Resemble's production-grade APIs, the skill allows your AI agent to produce natural-sounding voiceovers from text inputs using specific voice clones, as well as process incoming audio files to extract accurate transcriptions. This bidirectional capability is essential for building agents that function as automated customer support representatives, voice assistants, or content accessibility tools.

Installation

To integrate this skill into your environment, ensure you have the OpenClaw CLI installed and access to your Resemble AI developer portal.

  1. Install the package using the terminal: clawhub install openclaw/skills/skills/adriano-vr/ressemble
  2. Set your environment variable: export RESEMBLE_API_KEY="your_api_key_here". Ensure this key has appropriate scopes to access both the voice synthesis and transcription endpoints.
  3. Verify the installation by running claw skills list to ensure the module is active.

Use Cases

  • Voiceover Automation: Automatically generate audio files for video tutorials or documentation summaries.
  • Accessibility Enhancement: Transcribe voice-based inputs from users, converting audio messages into actionable text for the AI logic.
  • Interactive Voice Response: Build dynamic, text-driven voice assistants that respond to user queries with human-like prosody and intonation.
  • Content Summarization: Process long-form audio meeting recordings and transform them into readable text minutes.

Example Prompts

  1. "Resemble, convert the following text 'Welcome to our platform, how can I help you today?' into an audio file using my custom voice profile."
  2. "Resemble, transcribe the audio file located at /data/inbound_voice_message.wav and save the text output to summary.txt."
  3. "Create an audio response to the user's latest query using the voice assigned to the support assistant."

Tips & Limitations

When using the TTS feature, ensure your voice_uuid is correctly mapped in your environment configuration to avoid synthesis errors. Note that the STT function utilizes asynchronous polling; for very long audio files, there may be a slight delay as the skill waits for the server-side transcription process to complete. Always monitor your API usage credits on the Resemble dashboard, as high-volume transcription can consume tokens rapidly. Keep audio files under the recommended file size limit for optimal performance.

Metadata

Stars4473
Views9
Updated2026-05-01
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 Score: 4/5

Flags: network-access, file-read, file-write, external-api