From sundial-org-awesome-openclaw-skills-4
Transcribes audio files locally on Apple Silicon using Parakeet MLX CLI for speech-to-text ASR. Supports MP3/M4A inputs, TXT/SRT/VTT/JSON outputs, Hugging Face models; requires ffmpeg.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Use `parakeet-mlx` to transcribe audio locally on Apple Silicon.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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).