skills$openclaw/parakeet-mlx
kylehowells1.0k

by kylehowells

parakeet-mlx – OpenClaw Skill

parakeet-mlx is an OpenClaw Skills integration for ai ml workflows. Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key).

1.0k stars3.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

nameparakeet-mlx
descriptionLocal speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key). OpenClaw Skills integration.
ownerkylehowells
repositorykylehowells/parakeet-mlx
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @kylehowells/parakeet-mlx
last updatedFeb 7, 2026

Maintainer

kylehowells

kylehowells

Maintains parakeet-mlx in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
303 B
SKILL.md
1.2 KB
SKILL.md

name: parakeet-mlx description: Local speech-to-text with Parakeet MLX (ASR) for Apple Silicon (no API key). homepage: https://github.com/senstella/parakeet-mlx metadata: {"clawdbot":{"emoji":"🦜","requires":{"bins":["parakeet-mlx"]},"install":[{"id":"uv-tool","kind":"uv","formula":"parakeet-mlx","bins":["parakeet-mlx"],"label":"Install Parakeet MLX CLI (uv tool install)"}]}}

Parakeet MLX (CLI)

Use parakeet-mlx to transcribe audio locally on Apple Silicon.

Quick start

  • parakeet-mlx /path/audio.mp3 --output-format txt
  • parakeet-mlx /path/audio.m4a --output-format vtt --highlight-words
  • parakeet-mlx *.mp3 --output-format all

Notes

  • Install CLI with: uv tool install parakeet-mlx -U (not uv add or pip install)
  • Use parakeet-mlx --help to see all options (--help, not -h).
  • Models download from Hugging Face to ~/.cache/huggingface on first run.
  • Default model: mlx-community/parakeet-tdt-0.6b-v3 (optimized for Apple Silicon).
  • Requires ffmpeg installed for audio processing.
  • Output formats: txt, srt, vtt, json, or all.
  • Use --verbose for detailed progress and confidence scores.
  • Accepts multiple files (shell wildcards like *.mp3 work).
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install parakeet-mlx?

Run openclaw add @kylehowells/parakeet-mlx in your terminal. This installs parakeet-mlx into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kylehowells/parakeet-mlx. Review commits and README documentation before installing.