🦜 Parakeet Mlx OpenClaw Skill - ClawHub
Do you want your AI agent to automate Parakeet Mlx workflows? This free skill from ClawHub helps with speech & transcription tasks without building custom tools from scratch.
What this skill does
Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
Install
npx clawhub@latest install parakeet-mlxFull SKILL.md
Open original| name | description | homepage |
|---|---|---|
| parakeet-mlx | Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key). | https://github.com/senstella/parakeet-mlx |
Parakeet MLX (CLI)
Use parakeet-mlx to transcribe audio locally on Apple Silicon.
Quick start
parakeet-mlx /path/audio.mp3 --output-format txtparakeet-mlx /path/audio.m4a --output-format vtt --highlight-wordsparakeet-mlx *.mp3 --output-format all
Notes
- Install CLI with:
uv tool install parakeet-mlx -U(notuv addorpip install) - Use
parakeet-mlx --helpto see all options (--help, not-h). - Models download from Hugging Face to
~/.cache/huggingfaceon first run. - Default model:
mlx-community/parakeet-tdt-0.6b-v3(optimized for Apple Silicon). - Requires
ffmpeginstalled for audio processing. - Output formats: txt, srt, vtt, json, or all.
- Use
--verbosefor detailed progress and confidence scores. - Accepts multiple files (shell wildcards like
*.mp3work).