add-voice-transcription

Transcribe WhatsApp voice notes to text using OpenAI Whisper.

189|60|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/sbusso/claudeclaw --skill add-voice-transcription-sbusso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-voice-transcription
Source: https://github.com/sbusso/claudeclaw/tree/main/skills/add-voice-transcription
Command: npx skills add https://github.com/sbusso/claudeclaw --skill add-voice-transcription-sbusso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transcribes WhatsApp voice notes to text so ClaudeClaw can read and respond without audio UI friction.

Core Features & Use Cases

  • Automated transcription: Uses OpenAI Whisper to convert voice notes to text and passes transcripts to the agent as [Voice: <transcript>].
  • Context-aware responses: Keeps conversation flow by feeding transcripts into the agent's context for timely replies.
  • Use Case: A customer leaves a voice message; the agent receives a readable transcript to generate an accurate reply.

Quick Start

Enable Whisper-based transcription for WhatsApp voice notes so transcripts are available to the agent as [Voice: <transcript>].

Frequently Asked Questions about add-voice-transcription

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

FAQPage Schema
How do I transcribe WhatsApp voice notes into text for automated agents?

WhatsApp voice note transcription converts incoming audio messages into readable text using OpenAI Whisper. The transcript is formatted as [Voice: <transcript>] and delivered directly to the agent for context-aware processing and replies.

Can I use OpenAI Whisper to handle WhatsApp audio messages automatically?

Yes, Whisper processes WhatsApp audio messages automatically during conversations. The system downloads incoming voice notes, sends them to the Whisper API, and delivers the resulting transcripts to agents for immediate response generation.

Do I need an OpenAI API key to enable WhatsApp voice transcription?

Yes, WhatsApp voice transcription requires an OpenAI API key. You must securely manage the OPENAI_API_KEY and configure proper channel handling to ensure audio downloads and accurate transcription through the Whisper integration.

What is the best way to integrate voice transcription into WhatsApp conversations?

The best way to integrate voice transcription into WhatsApp conversations is using Whisper API. It handles incoming voice messages, downloads the audio, transcribes it, and presents results as [Voice: <transcript>] for seamless agent interaction.

Are there limitations when using Whisper for WhatsApp voice message transcription?

Whisper WhatsApp transcription depends on stable OpenAI API connectivity and proper channel handling. Limitations include managing the OPENAI_API_KEY securely and ensuring audio downloads complete before transcription can proceed for agent delivery.