add-voice-transcription

Integrates WhatsApp voice note transcription into AI assistants using OpenAI's Whisper API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Automatic Transcription: Converts WhatsApp voice notes into readable text using OpenAI's Whisper API.
  • Contextual Understanding: Allows the AI to process the content of voice messages, enabling more comprehensive conversations and actions.
  • Use Case: When a user sends a voice note in a group chat, the AI transcribes it, allowing it to understand the request and respond appropriately, just as it would with a text message.

Quick Start

Use the add-voice-transcription skill to enable voice message transcription for your 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 into text for my AI assistant?

To transcribe WhatsApp voice messages into text, you can integrate OpenAI's Whisper API into your AI assistant, enabling it to process audio inputs and convert voice notes into readable text automatically.

What is voice message transcription and how does it work with AI agents?

Voice message transcription bridges audio communication and AI processing by converting spoken audio inputs into text, allowing the agent to understand the request and respond appropriately just as it would with a text message.

Do I need an OpenAI API key to process audio inputs from voice notes?

Yes, you need an OpenAI API key to process audio inputs, as the transcription relies on OpenAI's Whisper API to function, requiring secure API key management during setup.

How to handle dependency version conflicts when installing npm packages for voice transcription?

Handling dependency version conflicts during installation for voice transcription requires specific npm package management to ensure the OpenAI dependency integrates seamlessly with your existing environment.

Can I use OpenAI Whisper to convert voice notes in a group chat context?

Yes, you can use OpenAI Whisper to convert voice notes in a group chat context, allowing your AI to transcribe the audio, understand the content, and respond comprehensively to the user's request.