A professional integration that converts text into natural speech using MiniMax TTS and delivers it as voice messages or files to Lark via lark-cli.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install voice-minimax
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 voice-minimax using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The voice-minimax skill is a specialized automation tool designed for the Openclaw Skills ecosystem. It bridges the gap between advanced AI speech synthesis and enterprise communication by leveraging the MiniMax speech-2.8-hd model. This skill enables developers to transform any text input into a high-quality audio stream, transcode it into platform-compatible formats, and transmit it directly to users as native voice notes.
By utilizing Openclaw Skills, this workflow handles the complexities of API communication, audio transcoding via FFmpeg, and bot-level messaging through the Lark interface. It is particularly effective for teams looking to add a human touch to their automated notifications or build voice-enabled AI assistants within their internal workspace.
To get started with this skill in your Openclaw Skills environment, ensure you have the necessary dependencies and credentials ready:
# 1. Install required system tools
sudo apt-get install ffmpeg
npm install -g lark-cli
# 2. Set your environment variables
export MINIMAX_API_KEY='your_minimax_key_here'
export LARK_USER_ID='your_lark_open_id'
You must also ensure that your lark-cli is configured with bot permissions to send messages successfully.
The skill manages temporary audio assets and uses a structured metadata approach for the synthesis process:
| Attribute | Description | Data Type |
|---|---|---|
| model | The MiniMax speech model (speech-2.8-hd) | String |
| voice_id | Identifier for the selected voice (e.g., male-qn-qingse) | String |
| /tmp/voice.mp3 | Intermediate high-quality audio file | File (MP3) |
| /tmp/voice.opus | Platform-optimized voice message | File (OPUS) |
| msg_type | Delivery format (audio for voice notes, file for MP3) | Enum |
Loading
A robust framework for decomposing, executing, and recovering complex, multi-step AI agent tasks without losing context or data.

A powerful utility to audit, deduplicate, and synchronize AI agent skills across multiple environments into a single canonical source of truth.

An automated AI writing assistant that leverages the Doubao platform to generate high-quality copy for social media, blogs, and video scripts.

An autonomous AI agent skill for fetching, screening, and publishing news content across multiple platforms via local API integration.

Memory Dream is a structured memory classification and periodic consolidation system designed to keep Openclaw Skills agents efficient and context-aware.

A professional-grade programming integration that bridges the Claude Code CLI with OpenClaw for autonomous software engineering tasks.








































