parakeet-local-asr
Install and operate local NVIDIA Parakeet ASR for OpenClaw with an OpenAI-compatible transcription API on Ubuntu/Linux and macOS (Intel/Apple Silicon). Use when the user wants private/local speech-to-text, voice transcription setup, ASR troubleshooting, or OpenClaw voice stack configuration with Parakeet (and optional Whisper fallback).
Why use this skill?
Install and manage high-performance local speech-to-text with OpenClaw. Run NVIDIA Parakeet ASR on your machine for private, offline transcription with OpenAI-compatible API support.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hantok/parakeet-local-asrWhat This Skill Does
The parakeet-local-asr skill provides a robust, deterministic environment for running high-performance NVIDIA Parakeet ASR models directly on your local machine. By deploying this skill, you enable OpenClaw to process audio transcriptions entirely offline, ensuring maximum privacy and eliminating dependence on external cloud-based speech-to-text providers. The skill exposes an OpenAI-compatible API at http://localhost:9001, making it highly interoperable with existing transcription workflows and OpenClaw voice components. Whether you are using Ubuntu, Linux, or macOS (Intel or Apple Silicon), this skill manages the lifecycle of your local ASR server, from bootstrap and dependency installation to health monitoring and smoke testing.
Installation
Installation is streamlined through the OpenClaw hub. Run the following command in your terminal:
clawhub install openclaw/skills/skills/hantok/parakeet-local-asr
Once installed, navigate to the source directory (default: ~/parakeet-asr) and follow the standard workflow:
- Execute
bash scripts/bootstrap.shto install necessary dependencies. - Run
bash scripts/start.shto initialize the ASR service. - Verify operational readiness via
bash scripts/healthcheck.sh.
You can override the default installation directory by exporting the PARAKEET_DIR environment variable before running the bootstrap script. Always ensure your environment meets the requirements for local model execution.
Use Cases
This skill is ideal for users who require strict data sovereignty, low-latency audio processing, or offline speech-to-text capabilities. It is particularly effective for developers building voice-controlled agents, privacy-conscious professionals transcribing sensitive meetings, or researchers experimenting with NVIDIA’s state-of-the-art Parakeet ASR architecture without the recurring costs of cloud API usage. It also serves as a critical fallback mechanism; if high-fidelity transcription is required, Parakeet can be configured alongside Whisper, balancing local privacy with linguistic accuracy.
Example Prompts
- "OpenClaw, please install and configure the local Parakeet ASR service so I can transcribe my audio files offline."
- "Run a smoke test on /home/user/downloads/interview.mp3 using the parakeet-local-asr skill."
- "Can you check the health status of my local transcription server and ensure it is responding on port 9001?"
Tips & Limitations
Local ASR performance is heavily dependent on your hardware—specifically your GPU or Neural Engine capabilities. For intensive transcription tasks, ensure your machine has sufficient RAM and compute headroom. If you experience performance degradation, consider scaling your hardware or adjusting your model precision settings. Always prioritize health checks before assuming the service is ready for production. While the system supports Whisper as a fallback, remember that mixing models may result in varying transcription styles. Keep your local installation directory updated regularly to receive performance patches and compatibility improvements from the source repository.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hantok-parakeet-local-asr": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
whisper-local-api
Secure, offline, OpenAI-compatible local Whisper ASR endpoint for OpenClaw. Features faster-whisper (large-v3-turbo), built-in privacy with no cloud telemetry, low-RAM usage footprint, and high-accuracy speech-to-text transcription. Perfect for safe and private AI agent voice commands.
perplexity-pro-openclaw
Connect Perplexity PRO to OpenClaw with anti-bot browser automation, bypassing Cloudflare protection via Xvfb and VNC authentication