Back to Directory
general
Transcribe Audio with Parakeet MLX
Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...API Key Required
This skill requires external API keys. Check the repository for .env setup instructions.
About this Skill
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.