2Open your bot dashboard and go to the Skills tab.
3Switch to the ClawHub tab and search for “Transcribe Audio with Parakeet MLX”.
4Click Install and the skill is deployed to your bot automatically.
Changelog — v1.0.0
Initial release of Parakeet MLX skill:
- Enables local speech-to-text transcription on Apple Silicon using Parakeet MLX ASR.
- No API key required; models are downloaded from Hugging Face on first use.
- Supports multiple audio formats and batch transcription with shell wildcards.
- Output available in txt, srt, vtt, json formats (or all at once).
- Simple installation via `uv tool install parakeet-mlx`.
- Requires `ffmpeg` for audio processing.