add-voice-transcription

Transcribes WhatsApp voice notes into text using OpenAI Whisper for MatClaw's agent.

85|23|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/DingyangLyu/MatClaw --skill add-voice-transcription-dingyanglyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-voice-transcription
Source: https://github.com/DingyangLyu/MatClaw/tree/main/.claude/skills/add-voice-transcription
Command: npx skills add https://github.com/DingyangLyu/MatClaw --skill add-voice-transcription-dingyanglyu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @whiskeysockets/baileys, openai.

What problem does it solve?

Converts WhatsApp voice notes to readable text using OpenAI Whisper, enabling the MatClaw agent to understand and respond without manual listening.

Core Features & Use Cases

  • Transcribes voice messages from WhatsApp chats and returns transcripts in the format [Voice: <transcript>].
  • Integrates with MatClaw's messaging pipeline, applying transcripts to enhance automated task execution and analytics.
  • Use case: team updates via voice notes can be automatically converted to text for storage, search, and processing.

Quick Start

Enable the voice transcription skill to automatically transcribe WhatsApp voice notes using Whisper.

Frequently Asked Questions about add-voice-transcription

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert WhatsApp voice notes to text using OpenAI Whisper?

WhatsApp voice transcription uses OpenAI Whisper to convert audio messages into readable text transcripts. It processes voice messages from registered groups and direct chats, returning results formatted as [Voice: <transcript>] for the agent.

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

Yes, you need an OpenAI API key to enable Whisper-based voice transcription. The Skill updates environment configuration and dependencies to connect to the API and process WhatsApp audio messages.

Can I use voice transcription for WhatsApp group chats and direct messages?

Yes, voice transcription applies to both registered WhatsApp groups and direct chats. It automatically captures voice messages and converts them into text transcripts for the MatClaw messaging pipeline.

What happens when WhatsApp voice transcription fails?

When voice transcription fails, the Skill returns a fallback message instead of a transcript. This ensures the MatClaw messaging pipeline continues operating without breaking when Whisper encounters an audio processing error.

How does voice transcription integrate with the MatClaw agent?

Voice transcription integrates with MatClaw's messaging pipeline by converting audio notes into text transcripts. This enables the agent to process voice content for automated task execution, storage, and analytics without manual listening.