whatsapp-voice

Transcribe WhatsApp voice messages to text and update CRM records.

5|1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/netanel-abergel/pa-skills --skill whatsapp-voice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: whatsapp-voice
Source: https://github.com/netanel-abergel/pa-skills/tree/main/skills/whatsapp-voice
Command: npx skills add https://github.com/netanel-abergel/pa-skills --skill whatsapp-voice

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribing WhatsApp voice messages manually is time‑consuming and often leaves important information undocumented, especially for short clips in Hebrew or English.

Core Features & Use Cases

  • Auto‑model selection: Chooses a local Whisper model for clips ≤60 seconds and falls back to the OpenAI Whisper API for longer recordings.
  • Multi‑language support: Handles both Hebrew and English with appropriate language flags.
  • CRM integration: Updates the contact’s “Last Topic” in personal‑CRM when a person is mentioned.
  • Task creation: Adds a Monday.com task automatically if the transcribed request requires action.
  • Offline operation: Works locally for short clips, requiring only ffmpeg and the Whisper CLI.

Quick Start

Ask the assistant to transcribe the latest WhatsApp voice message and add it to the CRM.

Frequently Asked Questions about whatsapp-voice

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

FAQPage Schema
How do I transcribe WhatsApp voice notes into text automatically?

To transcribe WhatsApp voice notes automatically, you can use a tool that processes incoming OGG audio files and converts them to text. This Skill selects a local Whisper model for short clips and the OpenAI Whisper API for longer audio.

Does Whisper transcription support Hebrew voice messages?

Whisper transcription supports Hebrew voice messages alongside English. The Skill applies appropriate language flags to ensure accurate transcription of incoming WhatsApp audio files in both languages.

Can I log transcribed WhatsApp audio directly into my CRM?

You can log transcribed WhatsApp audio directly into your CRM. When a contact is mentioned in the voice message, the Skill updates the contact's "Last Topic" field in your personal CRM record automatically.

How do I create Monday.com tasks from WhatsApp voice message requests?

To create Monday.com tasks from WhatsApp voice message requests, the Skill analyzes the transcribed text and automatically adds a Monday.com task if the content requires an action to be taken.

Do I need ffmpeg and the Whisper CLI to transcribe short WhatsApp clips?

You need ffmpeg and the Whisper CLI installed to transcribe short WhatsApp clips locally. The Skill operates offline for recordings up to 60 seconds using a local Whisper model before falling back to the OpenAI Whisper API.

What is the best way to handle long WhatsApp voice messages for transcription?

The best way to handle long WhatsApp voice messages is using the OpenAI Whisper API. The Skill automatically switches from a local Whisper model to the API for any audio clip exceeding 60 seconds.