add-voice-transcription

Transcribe WhatsApp voice messages to text using OpenAI's Whisper API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the transcription of voice messages, allowing AI agents to process and respond to audio content seamlessly.

Core Features & Use Cases

  • Voice-to-Text Transcription: Utilizes OpenAI's Whisper API to convert voice notes into text.
  • Seamless Integration: Automatically processes incoming voice messages in WhatsApp chats.
  • Use Case: Imagine receiving a voice note from a family member while you're unable to listen. This skill transcribes it, so you can read the message and respond via text.

Quick Start

Send a voice note in a WhatsApp chat to have it transcribed and processed by the agent.

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 an AI agent?

To transcribe WhatsApp voice messages into text, this Skill processes downloaded audio files using the OpenAI Whisper API, allowing your AI agent to seamlessly read and respond to voice notes.

Do I need an OpenAI API key to convert voice notes to text?

Yes, you need an OpenAI API key to convert voice notes to text, as the transcription service relies entirely on the OpenAI Whisper API to process the audio content.

How does voice-to-text transcription handle download or transcription errors?

Voice-to-text transcription handles download or transcription errors gracefully by catching exceptions during audio file processing, ensuring the agent remains stable even if the API request fails.

Can I use OpenAI Whisper for automatic WhatsApp audio processing?

Yes, you can use OpenAI Whisper for automatic WhatsApp audio processing within the NanoClaw channel, where the Skill automatically intercepts and transcribes incoming voice messages.

What is the best way to automate voice message transcription for natural language processing?

The best way to automate voice message transcription for natural language processing is integrating the Whisper API directly into your chat channel, which automatically converts incoming audio into readable text.