⛔
Security Alert:This skill has been flagged for potential malicious behavior. Installation is blocked.
mlx-stt
⛔Blocked·Scanned 2/18/2026
Dangerous skill executes shell scripts that install and run third-party tooling (e.g., brew, uv, mlx_audio) and hides runtime output (> /dev/null 2>&1), while downloading models. It advertises local STT using bash ${baseDir}/install.sh and bash ${baseDir}/mlx-stt.sh <audio_file_path>.
from clawhub.ai·v1.0.7·1.8 KB·0 installs
Scanned from 1.0.7 at 4ddd662 · Transparency log ↗
$ vett add clawhub.ai/guoqiao/mlx-sttInstallation blocked
MLX STT
Speech-To-Text/ASR/Transcribe with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.
Free and Accurate. No api key required. No server required.
Requirements
mlx: macOS with Apple Siliconbrew: used to install deps if not available
Installation
bash ${baseDir}/install.sh
This script will use brew to install these cli tools if not available:
ffmpeg: convert audio format when neededuv: install python package and run python scriptmlx_audio: do the real job
Usage
To transcribe an audio file, run this script:
bash ${baseDir}/mlx-stt.sh <audio_file_path>
- First run could be a little slow, since it will need to download model.
- The transcript result will be printed to stdout.