Jump to related tools in the same category or review the original source on GitHub.

Apple Apps & Services @guoqiao Updated 6/28/2026 4,194 downloads 1 stars Security: Pass

🦞 Mlx Stt OpenClaw Plugin & Skill | ClawHub

Looking to integrate Mlx Stt into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate apple apps & services tasks instantly, without having to write custom tools from scratch.

What this skill does

Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.

Install

ClawHub CLI
openclaw skills install @guoqiao/mlx-stt
Node.js (npx)
npx clawhub@latest install mlx-stt

Full SKILL.md

Open original
Metadata table.
nameversiondescription
mlx-stt1.0.7Speech-To-Text with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.

SKILL.md content below is scrollable.

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 Silicon
  • brew: 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 needed
  • uv: install python package and run python script
  • mlx_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.
ClawHub Registry URL: https://clawhub.ai/guoqiao/skills/mlx-stt

Related skills

If this matches your use case, these are close alternatives in the same category.