add-voice-transcription

Transcribe WhatsApp voice notes with OpenAI Whisper for agent processing.

50|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/sliamh11/Deus --skill add-voice-transcription-sliamh11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-voice-transcription
Source: https://github.com/sliamh11/Deus/tree/main/.claude/skills/add-voice-transcription
Command: npx skills add https://github.com/sliamh11/Deus --skill add-voice-transcription-sliamh11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates transcription of WhatsApp voice notes using OpenAI's Whisper API, enabling the agent to read and respond to messages without listening to audio.

Core Features & Use Cases

  • Automatic transcription of WhatsApp voice messages via Whisper
  • Transcripts delivered to the agent in a standardized format like [Voice: <transcript>]
  • Easy integration with the WhatsApp MCP package and Deus workflow for hands-free communication

Quick Start

Register the WhatsApp MCP package and enable transcription, then test by sending a voice note in any registered 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 notes using OpenAI Whisper?

To transcribe WhatsApp voice notes, this Skill uses the OpenAI Whisper API to convert audio into readable text. It automatically processes incoming voice messages and delivers transcripts in a standardized format to the agent for response handling.

What do I need to set up for automatic transcription of WhatsApp voice messages?

Setting up voice message transcription requires the WhatsApp MCP package, an OpenAI Whisper API key, and a configured OPENAI_API_KEY in your environment. The transcription logic is implemented in src/transcription.ts and wired into src/channels/whatsapp.ts.

How does the agent process audio after voice transcription?

After voice transcription, the agent processes audio as readable text delivered in a standardized format like [Voice: <transcript>]. This enables the agent to understand and respond to voice notes without directly listening to the audio file.

Does the WhatsApp voice transcription work with local deployments?

Yes, the WhatsApp voice transcription works across local deployments. Once a voice note is received on registered WhatsApp chats, it is automatically transcribed for agent understanding and response using the configured Whisper API.

Can I integrate voice transcription into an existing WhatsApp chat workflow?

Yes, you can integrate voice transcription into an existing WhatsApp chat workflow by registering the WhatsApp MCP package and enabling transcription. This provides hands-free communication by feeding transcribed text directly into the Deus workflow.