add-voice-transcription

Transcribe WhatsApp voice notes into text using OpenAI's Whisper API.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ycechungAI/NanoClaw --skill add-voice-transcription-ycechungai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-voice-transcription
Source: https://github.com/ycechungAI/NanoClaw/tree/main/.claude/skills/add-voice-transcription
Command: npx skills add https://github.com/ycechungAI/NanoClaw --skill add-voice-transcription-ycechungai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables your AI assistant to understand and respond to voice messages by automatically transcribing them, bridging the gap between audio input and text-based AI processing.

Core Features & Use Cases

  • Automatic Transcription: Converts WhatsApp voice notes into text using OpenAI's Whisper API.
  • Seamless Integration: Integrates directly into the NanoClaw WhatsApp channel.
  • Use Case: When a user sends a voice note to your AI assistant via WhatsApp, this skill ensures the AI can read and act upon the spoken content as if it were typed text.

Quick Start

Apply the add-voice-transcription skill to enable voice message transcription.

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 for an AI assistant?

Transcribe WhatsApp voice notes for an AI assistant by using OpenAI's Whisper API to convert audio inputs into readable text. This skill handles media download, transcription, and error fallbacks so your AI can process spoken content as typed text.

How does voice transcription integrate with the NanoClaw WhatsApp channel?

Voice transcription integrates with the NanoClaw WhatsApp channel by automatically downloading incoming voice message media and sending it to OpenAI's Whisper API. The transcribed text is then fed to your AI agent for natural language processing.

Do I need an OpenAI API key to convert audio inputs into text?

Yes, you need an OpenAI API key to convert audio inputs into text. The skill relies on the openai dependency to access the Whisper API for automatic transcription of voice messages.

What happens when voice message transcription fails or encounters an error?

When voice message transcription fails, the skill executes error fallbacks to handle the exception. This ensures the AI assistant can gracefully manage unsupported audio formats or API processing errors without crashing.

Can I use Whisper API for audio processing in my natural language processing workflow?

Yes, you can use the Whisper API for audio processing in a natural language processing workflow. It automatically transcribes voice notes into text, bridging the gap between audio input and text-based AI processing.

Why does my AI agent ignore WhatsApp voice messages?

Your AI agent ignores WhatsApp voice messages because it lacks native audio processing capabilities. Integrating this skill with the Whisper API converts the voice notes into text, enabling the agent to read and act upon the spoken content.