Transcribe Audio with Parakeet MLX

v1.0.0

Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).

1· 1.9k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The skill claims local ASR for Apple Silicon and instructs use of the parakeet-mlx CLI — that matches. Minor mismatches: SKILL.md says ffmpeg is required for audio processing but the registry's required binaries list does not include ffmpeg; the metadata lists no OS restriction even though the description emphasizes Apple Silicon (arm macOS), which may lead to installation on unsupported platforms.
Instruction Scope
Instructions are limited to running the parakeet-mlx CLI, installing it via 'uv tool install', and note that models will be downloaded from Hugging Face into ~/.cache/huggingface. The instructions do read/write the user's cache directory (expected for local model downloads) and require network access to fetch models; they do not request unrelated files, credentials, or arbitrary external endpoints beyond Hugging Face.
Install Mechanism
Install uses a 'uv' formula (uv tool install parakeet-mlx) which will place the parakeet-mlx binary on disk. This is not the lowest-risk 'no-install' case but is typical for CLI tools. The install spec does not include direct download URLs; however, 'uv' will fetch upstream artifacts — verify the uv package source and signatures if you need high assurance.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. One practical note: Hugging Face model downloads may use any existing HUGGINGFACE_HUB_TOKEN in your environment or ~/.netrc if present — the SKILL.md doesn't mention that, so be aware model downloads could use existing local credentials. The tool will store model files under ~/.cache/huggingface (writes to your home directory).
Persistence & Privilege
The skill is not always-enabled and does not request ongoing elevated privileges. It does install a CLI binary into the system (via uv) and writes model files to the user cache — this is expected for a local model CLI and is limited to the tool itself.
Assessment
This skill is an instruction-only wrapper around the parakeet-mlx CLI and appears to be what it says: a local ASR tool that downloads models from Hugging Face. Before installing, verify the 'uv' installer and the parakeet-mlx formula/source (review what uv will fetch), ensure ffmpeg is installed, and accept that model files will be downloaded into ~/.cache/huggingface and that network access is required. If you need to be cautious: run the install in a VM or isolated environment first, inspect the binary (checksum/signature) if available, and confirm the tool behaves as expected on your platform (note: description targets Apple Silicon). If you have Hugging Face credentials you don't want used, remove or restrict HUGGINGFACE_HUB_TOKEN/.netrc before first run.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fpdnqrk6szgzqxmhsqgmcnx7z58s6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🦜 Clawdis
Binsparakeet-mlx

Install

Install Parakeet MLX CLI (uv tool install)
Bins: parakeet-mlx

Comments