← 返回 Skills 市场
Mlx Tts
作者
gandli-2025
· GitHub ↗
· v0.1.0
· MIT-0
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-mlx-tts
功能描述
基于 mlx-audio 的本地文本转语音,支持多语言和多模型,输出音频文件限于指定路径,无需 API 密钥。
安全使用建议
This skill appears to be what it says: a local mlx-audio-based TTS helper. Before installing/using it, consider: 1) The SKILL.md expects you to run `uv tool install mlx-audio` — verify what that command will do in your environment and prefer installing packages inside an isolated virtualenv or container. 2) Models can be large (GBs) and may require substantial RAM and disk; check that your Apple Silicon machine has enough resources for the selected model. 3) Model downloads will use network and store files in ~/.cache/huggingface/hub/; ensure you are comfortable with that and with any licensing for particular models. 4) The skill enforces output-path restrictions and disallows symlinks, which is good; still confirm the paths are acceptable for your workflow. 5) If you need stronger assurance, inspect the mlx-audio package source (and its dependencies) before installing, or run it in an isolated environment. If any part (the `uv` tool, model choices, or claimed Apple Silicon compatibility) seems unclear, ask the maintainer for clarifications or a runnable example before enabling autonomous use.
功能分析
Type: OpenClaw Skill
Name: openclaw-mlx-tts
Version: 0.1.0
The skill bundle provides documentation and instructions for a local Text-to-Speech tool using the `mlx-audio` library on Apple Silicon. It includes explicit security constraints such as restricting output paths to `/tmp` or specific directories, symbolic link checks, and file size limits, with no evidence of malicious intent or suspicious behavior in the provided files (SKILL.md, _meta.json).
能力评估
Purpose & Capability
Name/description (local mlx-audio TTS) align with the instructions: SKILL.md describes generating local audio files, limiting outputs to specific paths, and listing models. It does not request unrelated credentials or system-wide access.
Instruction Scope
Instructions are focused on TTS operations (generate/status/reload). They reference installing the Python library via `uv tool install mlx-audio` and model downloads to the HuggingFace cache. The doc asks you to check server logs and openclaw.json for config; these are reasonable for a local service but imply the agent will read local config/logs and perform network downloads for models — this is expected but worth noting.
Install Mechanism
There is no formal install spec in the registry (instruction-only). The SKILL.md instructs running `uv tool install mlx-audio --prerelease=allow`. That command may install Python code (and run arbitrary package install hooks) depending on the environment. This is proportionate for a Python-based TTS plugin but carries the usual risks of installing third-party packages (supply-chain / arbitrary code execution) and assumes a `uv` tool manager is available.
Credentials
The skill requests no environment variables or credentials. It will use local disk paths (~/.cache/huggingface/hub/, ~/.openclaw/voice/outputs/, /tmp) and network access to download models — those are expected for model-backed local TTS. No unexpected credentials are required, but model downloads and large storage/memory needs are implied.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not declare any installation that modifies other skills or system-wide configs beyond the plugin's own openclaw.json entry; this is proportionate to its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-mlx-tts - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-mlx-tts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: TTS skill using mlx-audio for OpenClaw
元数据
常见问题
Mlx Tts 是什么?
基于 mlx-audio 的本地文本转语音,支持多语言和多模型,输出音频文件限于指定路径,无需 API 密钥。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Mlx Tts?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-mlx-tts」即可一键安装,无需额外配置。
Mlx Tts 是免费的吗?
是的,Mlx Tts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mlx Tts 支持哪些平台?
Mlx Tts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mlx Tts?
由 gandli-2025(@gandli-2025)开发并维护,当前版本 v0.1.0。
推荐 Skills