Real-time voice streaming via MiniMax WebSocket API. Use for low-latency voice conversations and streaming audio generation.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill kai-realtime-voice --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kai Realtime Voice?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-kai-realtime-voice)More formats (shields.io, HTML) on the badges page.
---
name: kai-realtime-voice
description: Real-time voice streaming via MiniMax WebSocket API. Use for low-latency voice conversations and streaming audio generation.
metadata:
openclaw:
requires:
env:
- MINIMAX_API_KEY
---
# Kai Realtime Voice
Real-time voice streaming using MiniMax WebSocket API.
## Setup
API key already configured in OpenClaw config. Uses same key as kai-minimax-tts.
## Usage
Test WebSocket connection:
```bash
bash {baseDir}/scripts/kai_realtime.sh --test
```
Stream text to audio:
```bash
bash {baseDir}/scripts/kai_realtime.sh --stream "Hello world"
```
## Requirements
- Python3 with websockets library
- WebSocket support
- MiniMax API key (auto-injected)
## Output
Audio streamed to stdout or saved to file.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!