返回顶部
m

mlx-tts

Text-To-Speech with MLX (Apple Silicon) and opensource models (default QWen3-TTS) locally.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.0.3
安全检测
已通过
1,154
下载量
0
收藏
概述
安装方式
版本历史

mlx-tts

# MLX TTS Text-To-Speech with MLX (Apple Silicon) and open-source models (default QWen3-TTS) locally. Free and Fast. No API key required. No server required. ## Requirements - `mlx`: macOS with Apple Silicon - `brew`: used to install deps if not available ## Installation ```bash bash ${baseDir}/install.sh ``` This script will use `brew` to install these CLI tools if not available: - `uv`: install python package and run python script - `mlx_audio`: do the real job ## Usage To generate audio from text, run this script: ```bash bash ${baseDir}/mlx-tts.sh "<text>" ``` ### Agent Instructions 1. **Run the script**: Pass the text to be spoken as an argument. 2. **Handle Output**: The script will output a path to a audio file. Use the `message` tool to send the audio file to the user as an voice message: ```json { "action": "send", "filePath": "<filepath>" } ``` Example: User: "Say hello world" Agent: 1. Runs `bash path/to/mlx-tts.sh "hello world"` 2. Receives output: `/tmp/folder/audio.ogg` 3. Calls `message(action="send", filePath="/tmp/folder/audio.ogg", ...)`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mlx-tts-1776281042 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mlx-tts-1776281042 技能

通过命令行安装

skillhub install mlx-tts-1776281042

下载 Zip 包

⬇ 下载 mlx-tts v0.0.3

文件大小: 1.93 KB | 发布时间: 2026-4-17 15:25

v0.0.3 最新 2026-4-17 15:25
Version 0.0.3

- Added more usage triggers (e.g. "Say ", "Reply with voice message ...") for broader activation.
- Expanded documentation with agent instructions for handling and sending the generated audio files as voice messages.
- Updated wording and formatting in documentation for clarity and consistency.
- Removed the version field from SKILL.md metadata for simplified versioning.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部