From sundial-org-awesome-openclaw-skills-4
Transcribes audio to text locally on Apple Silicon using Parakeet MLX ASR, no API key required. Supports multiple output formats (txt, srt, vtt, json).
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:parakeet-mlxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `parakeet-mlx` to transcribe audio locally on Apple Silicon.
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 allNotes
uv tool install parakeet-mlx -U (not uv add or pip install)parakeet-mlx --help to see all options (--help, not -h).~/.cache/huggingface on first run.mlx-community/parakeet-tdt-0.6b-v3 (optimized for Apple Silicon).ffmpeg installed for audio processing.--verbose for detailed progress and confidence scores.*.mp3 work).npx claudepluginhub sundial-org/awesome-openclaw-skillsTranscribes audio to text locally using MLX Whisper on Apple Silicon. No API key needed, supports multiple models and output formats.
Transcribes audio/video to text via local MLX inference on macOS Apple Silicon or remote OpenAI-compatible ASR endpoints. Supports local files, URLs, and podcast/web pages. Also covers word-level timestamps via mlx-whisper.
Transcribes local audio/video files to Markdown and SRT subtitles using MLX/Whisper (Apple Silicon) or faster-whisper (others).