Back to Registry View Author Profile
Official Verified
parakeet-mlx
Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kylehowells/parakeet-mlxOr
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).
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kylehowells-parakeet-mlx": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.