add-voice-transcription

Adds voice message transcription to WhatsApp via OpenAI's Whisper API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jokim1/clawrocket --skill add-voice-transcription-jokim1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-voice-transcription
Source: https://github.com/jokim1/clawrocket/tree/main/.claude/skills/add-voice-transcription
Command: npx skills add https://github.com/jokim1/clawrocket --skill add-voice-transcription-jokim1

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables your AI assistant to understand and respond to voice messages, bridging the gap between audio communication and text-based AI processing.

Core Features & Use Cases

  • Automatic Transcription: Voice notes received via WhatsApp are automatically transcribed using OpenAI's Whisper API.
  • Agent Comprehension: Transcribed text is delivered to the agent in a readable format, allowing it to process and respond to the audio content.
  • Use Case: A user sends a voice note to the AI assistant. The skill transcribes it, and the AI assistant then reads the transcript and provides a relevant text-based response.

Quick Start

Send a voice note to the assistant in a WhatsApp chat.

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 messages into text for AI processing?

You need an OpenAI API key and the 'openai' npm package installed. These prerequisites enable the Whisper API to access and convert the WhatsApp voice messages into text within your application environment.

Can I use OpenAI Whisper to process audio notes in a WhatsApp channel?

Yes, you can use OpenAI Whisper to process audio notes in a WhatsApp channel. The Skill adds voice message transcription capabilities directly to the channel, catching audio inputs and delivering transcribed text to the agent.

How does voice message transcription work with AI assistants?

Voice message transcription works by routing received WhatsApp audio to the Whisper API, which transcribes the content. The transcribed text is then delivered to the AI assistant in a readable format, allowing it to comprehend and respond to the voice note.

What are the limitations of using Whisper API for WhatsApp audio processing?

The primary limitation of using Whisper API for WhatsApp audio processing is the strict dependency on the 'openai' package and a valid OpenAI API key. The Skill does not process audio locally, requiring active API access for transcription.