Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use parakeet-mlx to transcribe audio locally on Apple Silicon. Quick start parakeet-mlx /path/audio.mp3 --output-format txt parakeet-mlx /path/audio.m4a --output-format vtt --highlight-words parakeet-mlx *.mp3 --output-format all Notes Install CLI with: uv tool install parakeet-mlx -U (not uv add or pip install) Use parakeet-mlx --help to see all options (--help, not -h). Models download from Hugging Face to ~/.cache/huggingface on first run. Default model: mlx-community/parakeet-tdt-0.6b-v3 (optimized for Apple Silicon). Requires ffmpeg installed for audio processing. Output formats: txt, srt, vtt, json, or all. Use --verbose for detailed progress and confidence scores. Accepts multiple files (shell wildcards like *.mp3 work).
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.