add-voice-transcription

Transcribe WhatsApp voice notes via OpenAI's Whisper API for agent processing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables AI agents to understand and respond to voice messages by automatically transcribing them, bridging the gap between spoken and textual communication.

Core Features & Use Cases

  • Automatic Transcription: Converts WhatsApp voice notes into text using OpenAI's Whisper API.
  • Seamless Integration: Transcribed text is stored in the database and used as context by the agent.
  • Use Case: In a group chat, a user sends a voice message. The agent automatically transcribes it, understands the request, and provides a relevant text-based response, making interactions fluid.

Quick Start

Send a voice note in a registered group chat to have it automatically 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 for an AI agent to process?

To transcribe WhatsApp voice messages for an AI agent, this Skill uses OpenAI's Whisper API to automatically download and convert the audio into text, storing it as context for the agent to understand and respond.

Does OpenAI Whisper API work with WhatsApp voice notes in group chats?

Yes, OpenAI Whisper API works with WhatsApp voice notes by downloading the audio files sent in registered group chats, transcribing the spoken content into text, and feeding it directly to the AI agent.

What do I need to set up voice message transcription with OpenAI Whisper?

To set up voice message transcription with OpenAI Whisper, you need an active OpenAI API key for configuration and the `openai` npm package installed in your agent's environment.

Can an AI agent automatically respond to voice notes instead of text messages?

An AI agent can automatically respond to voice notes instead of text messages by using this transcription integration, which converts the incoming voice note to text, stores it in the database, and processes the request fluidly.

Is there a way to store transcribed WhatsApp audio in a database for agent context?

Yes, this Skill stores transcribed WhatsApp audio in a database for agent context, automatically saving the text output from the Whisper API so the AI agent can reference the spoken content in its responses.