add-voice-transcription

Transcribe WhatsApp voice messages into text using OpenAI Whisper models.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/qwibitai/nanoclaw --skill add-voice-transcription-qwibitai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-voice-transcription
Source: https://github.com/qwibitai/nanoclaw/tree/main/.claude/skills/add-voice-transcription
Command: npx skills add https://github.com/qwibitai/nanoclaw --skill add-voice-transcription-qwibitai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Voice notes across WhatsApp groups are often hard for an AI agent to interpret in real time; this skill transcribes them to text so the agent can read and respond effectively.

Core Features & Use Cases

  • Automatic voice-message transcription using OpenAI Whisper
  • Secure configuration with an API key and a config file
  • Transcripts stored in the database to provide context for the agent
  • Works in registered groups; falls back gracefully if transcription is unavailable

Quick Start

Enable transcription by providing your OpenAI API key, then send a voice note in a registered group to see it transcribed.

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

To transcribe WhatsApp voice notes for an AI agent, the Skill uses OpenAI Whisper models to convert audio into readable text, enabling Claude-powered bots to read and automatically respond to voice messages in registered groups.

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

Yes, you need an OpenAI API key to enable voice message transcription, along with a configuration file named .transcription.config.json to securely set up and process the audio data using Whisper models.

How does automatic transcription provide context for Claude-powered agents?▼

Automatic transcription provides context for Claude-powered agents by converting voice messages into readable text and storing those transcripts in a database, allowing the bot to access previous conversation history and respond effectively.

What happens when voice message transcription is unavailable in a WhatsApp group?▼

When voice message transcription is unavailable in a WhatsApp group, the Skill falls back gracefully, ensuring the Claude-powered AI assistant continues functioning without interruption even if it cannot process the specific audio input.

Can I use Whisper models to read and respond to voice notes automatically?▼

Yes, you can use Whisper models to read and respond to voice notes automatically by integrating the transcription output with your Claude-powered agent, enabling real-time interpretation and automated replies in WhatsApp groups.