use-local-whisper

Switch WhatsApp voice transcription to local whisper.cpp on Apple Silicon.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill use-local-whisper-stevengonsalvez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-local-whisper
Source: https://github.com/stevengonsalvez/nanoclaw-standalone/tree/main/.claude/skills/use-local-whisper
Command: npx skills add https://github.com/stevengonsalvez/nanoclaw-standalone --skill use-local-whisper-stevengonsalvez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local voice transcription previously relies on cloud APIs, incurring network usage and latency; this skill switches transcription to a local whisper.cpp pipeline on Apple Silicon so transcripts are generated entirely on-device with enhanced privacy.

Core Features & Use Cases

  • Local, on-device transcription using whisper.cpp for Whisper-compatible models
  • Apple Silicon (M1+) support and WhatsApp channel focus
  • Requires the voice-transcription skill to be applied first to ensure proper channel handling

Quick Start

Apply the voice-transcription skill first, install whisper-cpp and ffmpeg on an Apple Silicon Mac, and then start using the on-device transcription workflow.

Frequently Asked Questions about use-local-whisper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run local voice transcription on macOS without a network connection?

Local voice transcription on macOS runs entirely on-device by switching from cloud APIs to a local whisper.cpp pipeline, generating transcripts without network dependency. This approach uses whisper-compatible models on Apple Silicon for enhanced privacy and zero latency.

Can I use whisper.cpp for WhatsApp voice transcripts on Apple Silicon?

whisper.cpp processes WhatsApp voice transcripts on Apple Silicon by executing local transcription pipelines. You must apply the voice-transcription skill first to ensure proper channel handling before switching transcription to the local whisper-cli binary.

What do I need to install to set up on-device transcription with whisper.cpp?

On-device transcription with whisper.cpp requires installing whisper-cpp and ffmpeg, placing a GGML model in the data/models directory, and ensuring the whisper-cli binary is available. This setup enables local voice transcription on Apple Silicon Macs.

Does local whisper transcription work without the voice-transcription skill applied?

Local whisper transcription requires the voice-transcription skill to be applied first for proper WhatsApp channel handling. Without it, the on-device whisper.cpp pipeline cannot correctly process voice messages on macOS.

Why switch from cloud APIs to local whisper.cpp for voice transcription?

Switching to local whisper.cpp eliminates cloud API network usage and latency while generating transcripts entirely on-device. This approach enhances privacy by keeping audio data local on Apple Silicon Macs without transmitting recordings externally.