use-local-whisper

Transcribe WhatsApp audio messages locally using whisper.cpp on Apple Silicon.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for local, on-device voice transcription, eliminating the need for external APIs like OpenAI Whisper, thus ensuring privacy and reducing costs.

Core Features & Use Cases

  • Local Transcription: Utilizes whisper.cpp for voice-to-text conversion directly on your machine.
  • Privacy-Focused: No data is sent to external servers, ideal for sensitive audio.
  • Cost-Effective: Eliminates API usage fees associated with cloud-based transcription services.
  • Use Case: Transcribe voice notes received on WhatsApp without sending audio data to any third-party service.

Quick Start

Apply the voice-transcription skill and then switch to local whisper for WhatsApp audio.

Frequently Asked Questions about use-local-whisper

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

FAQPage Schema
How do I transcribe WhatsApp audio messages locally on my Mac?

Local transcription for WhatsApp audio uses whisper.cpp on Apple Silicon to convert voice messages to text directly on your machine. It replaces external API calls with on-device processing to ensure privacy and eliminate usage fees.

What do I need to run whisper.cpp for on-device voice transcription?

On-device voice transcription with whisper.cpp requires a local installation of whisper-cpp, ffmpeg, and a downloaded GGML model file. You need these dependencies installed on your Apple Silicon machine before processing audio locally.

Can I replace the OpenAI Whisper API with local transcription for privacy?

Yes, local transcription replaces OpenAI Whisper API calls by performing all voice-to-text conversion on-device using whisper.cpp. This addresses privacy concerns by keeping audio data local and reduces operational costs by eliminating API usage fees.

Does local whisper transcription work on Apple Silicon for WhatsApp voice notes?

Local whisper transcription is specifically designed for Apple Silicon to process WhatsApp voice notes on-device. It leverages whisper.cpp to perform voice-to-text conversion locally without sending audio data to external servers.

Why use local whisper instead of cloud-based transcription services?

Local whisper transcription ensures privacy by keeping sensitive audio data on your machine and eliminates API usage fees associated with cloud-based transcription services. All processing happens on-device using whisper.cpp and a GGML model file.