add-voice-transcription

Transcribe WhatsApp voice messages with OpenAI Whisper and store transcripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This feature transcribes voice messages in WhatsApp groups to text, enabling agents to read and respond to audio content without listening to every note.

Core Features & Use Cases

  • Automatic transcription of voice notes from WhatsApp using OpenAI's Whisper.
  • Store transcripts in the database for context and searchability during conversations.
  • Facilitates responsive UX by providing transcripts to agents for quick replies in chats.

Quick Start

Send a voice note in a registered group to trigger transcription and see the agent respond with the 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 using OpenAI Whisper?

Voice note transcription with Whisper converts WhatsApp audio messages into text automatically, enabling chat agents to read and respond to audio content without manual playback.

Do I need an OpenAI API key to transcribe WhatsApp voice messages?

Yes, transcribing WhatsApp voice messages requires an OpenAI Whisper integration and a configuration file for API keys to process the audio content into text transcripts.

Does this voice transcription feature work in standard WhatsApp groups?

Voice transcription applies in NanoClaw-enabled WhatsApp groups where users send voice notes, coordinating with the message handler to deliver transcripts for agent responses.

How are transcribed voice notes stored for chat context?

Transcribed voice notes are stored in the database component to provide context and searchability during conversations, ensuring chat agents can reference audio content accurately.

Can AI assistants automatically respond to WhatsApp voice messages?

AI assistants can automatically respond to WhatsApp voice messages by receiving Whisper-generated transcripts, allowing agents to understand audio content and generate quick replies without listening.

What is the best way to automate voice message transcription for AI agents?

Automating voice message transcription for AI agents is best handled by integrating OpenAI Whisper with the message handler, automatically converting WhatsApp audio into readable text for immediate responses.