← Back to Skills Marketplace
Mlx Stt
by
gandli-2025
· GitHub ↗
· v0.1.0
· MIT-0
197
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-mlx-stt
Description
本地运行 mlx-audio Whisper 模型,将多格式音频转录为文本,支持自动语言检测和时间戳,无需联网或 API 密钥。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-mlx-stt - After installation, invoke the skill by name or use
/openclaw-mlx-stt - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: STT skill using mlx-audio Whisper for OpenClaw
Metadata
Frequently Asked Questions
What is Mlx Stt?
本地运行 mlx-audio Whisper 模型,将多格式音频转录为文本,支持自动语言检测和时间戳,无需联网或 API 密钥。 It is an AI Agent Skill for Claude Code / OpenClaw, with 197 downloads so far.
How do I install Mlx Stt?
Run "/install openclaw-mlx-stt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mlx Stt free?
Yes, Mlx Stt is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mlx Stt support?
Mlx Stt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mlx Stt?
It is built and maintained by gandli-2025 (@gandli-2025); the current version is v0.1.0.
More Skills