A powerful integration for Openclaw Skills that provides professional-grade text-to-speech synthesis and speech-to-text transcription via Resemble AI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ressemble
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ressemble using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Ressemble AI integration is designed to bridge the gap between AI agents and vocal communication. By leveraging the Resemble AI HTTP API, this skill allows developers to generate lifelike audio from text and convert spoken word into accurate text summaries or commands.
Integrating these capabilities through Openclaw Skills enables more interactive and accessible applications. Whether you need to give your agent a specific voice or process audio data for further analysis, this skill provides the necessary endpoints to handle high-quality voice synthesis and reliable transcription polling.
To get started with this integration for Openclaw Skills, you must configure your API credentials. Set the following environment variable in your terminal or configuration file:
export RESEMBLE_API_KEY="your_api_key_here"
Ensure you have an active account with Resemble AI to generate your unique API key.
| Component | Description | Format |
|---|---|---|
resemble-tts Input |
JSON object containing the target text and specific voice_uuid |
application/json |
resemble-tts Output |
Synthesized speech returned as a Base64 string or MP3 file | audio/mpeg |
resemble-stt Input |
Multimedia audio file submitted via multipart upload | multipart/form-data |
resemble-stt Output |
Finalized transcription text string | text/plain |
Loading
A programmatic wrapper for the Google Calendar API allowing agents to manage schedules, events, and appointments via command-line interface.

A powerful command-line interface to manage Raindrop.io bookmarks using the REST API.

A configuration-driven calendar integration that generates structured JSON reminder plans from Google Calendar and CalDAV sources.

A comprehensive CLI tool for automating Meta Business platforms including WhatsApp, Instagram, Facebook Pages, and Messenger via the Graph API.

A command-line interface skill for managing Starknet assets and smart contract interactions with session-based security.

Enables real-time, low-latency voice conversations with AI agents in Discord channels using Deepgram streaming technology.








































