← 返回 Skills 市场
Mlx Stt
作者
gandli-2025
· GitHub ↗
· v0.1.0
· MIT-0
197
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-mlx-stt
功能描述
本地运行 mlx-audio Whisper 模型,将多格式音频转录为文本,支持自动语言检测和时间戳,无需联网或 API 密钥。
安全使用建议
This skill appears to do what it claims (local transcription). Before installing or using it: 1) confirm you have a compatible Python runtime and understand what the `uv` tool is and where it will install packages from; 2) only install `mlx-audio` from a trusted source; 3) ensure the CLI commands referenced (e.g., /mlx-stt, /voice-stt) exist in your environment or that the OpenClaw plugin will provide them; 4) test with non-sensitive audio first and monitor network activity to verify the claim that processing is fully local; 5) if you need the agent to run this autonomously, ensure appropriate safeguards since the skill can access local files you point it to (audioPath). If you want, provide the environment where you will run this (OS, presence of Python/uv) and I can list the exact commands to safely install and verify dependencies.
功能分析
Type: OpenClaw Skill
Name: openclaw-mlx-stt
Version: 0.1.0
The skill bundle 'openclaw-mlx-stt' is a legitimate utility designed to provide speech-to-text capabilities on Apple Silicon using the mlx-audio library. The SKILL.md file defines standard tool actions (transcribe, status, reload) and provides clear instructions for local execution without any evidence of data exfiltration, malicious shell commands, or prompt injection. The dependency installation command (uv tool install mlx-audio) refers to a known, relevant library for the stated purpose.
能力评估
Purpose & Capability
The skill's name and description match the instructions: it describes local transcription using mlx-audio/Whisper models. However, the SKILL.md requires the mlx-audio Python library (via `uv tool install mlx-audio`) and implies a Python runtime, but the skill metadata does not declare required binaries or environment variables. This is an omission but not inconsistent with the stated purpose.
Instruction Scope
Instructions stay within the STT scope (transcribe/status/reload). They reference local file paths for audio (expected). A few CLI references (e.g., `/voice-stt status`, `/mlx-stt ...`) and a managed pythonEnvMode are mentioned but no metadata lists those tools — the agent or operator should ensure those commands/environments exist before invoking the skill. No instructions request secrets or external data exfiltration.
Install Mechanism
There is no install spec (instruction-only), which is lowest risk. The README instructs running `uv tool install mlx-audio --prerelease=allow` which will download/install a Python package; because the install steps are manual and not part of a packaged installer, verify the provenance of `uv` and `mlx-audio` before running. No suspicious download URLs are present in the SKILL.md.
Credentials
The skill requests no credentials, env vars, or config paths. The declared local-only behavior and lack of secret requirements are proportional to an offline STT capability.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent/global privileges. The config snippet shows it writes its own plugin config under openclaw.json, which is expected and scoped to the plugin.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-mlx-stt - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-mlx-stt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: STT skill using mlx-audio Whisper for OpenClaw
元数据
常见问题
Mlx Stt 是什么?
本地运行 mlx-audio Whisper 模型,将多格式音频转录为文本,支持自动语言检测和时间戳,无需联网或 API 密钥。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 197 次。
如何安装 Mlx Stt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-mlx-stt」即可一键安装,无需额外配置。
Mlx Stt 是免费的吗?
是的,Mlx Stt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mlx Stt 支持哪些平台?
Mlx Stt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mlx Stt?
由 gandli-2025(@gandli-2025)开发并维护,当前版本 v0.1.0。
推荐 Skills