add-voice-transcription

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

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Arno37/nanoclaw_test --skill add-voice-transcription-arno37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-voice-transcription
Source: https://github.com/Arno37/nanoclaw_test/tree/main/.claude/skills/add-voice-transcription
Command: npx skills add https://github.com/Arno37/nanoclaw_test --skill add-voice-transcription-arno37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically transcribes WhatsApp voice messages using OpenAI's Whisper API so the agent can read and respond to them.

Core Features & Use Cases

  • Automatic transcription of WhatsApp voice notes to text for agent processing.
  • Integrates with NanoClaw's WhatsApp channel by producing transcripts as [Voice: <transcript>].
  • Requires an OpenAI API key and environment setup to enable Whisper transcription.

Quick Start

Provide your OpenAI API key and rebuild to enable voice transcription for WhatsApp messages.

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 agent processing?

You need a valid OpenAI API key to enable WhatsApp voice message transcription via the Whisper API. The key must be synced to the data/env environment before rebuilding and deploying the project.

How does Whisper integration work with the NanoClaw WhatsApp channel?

Whisper integration works by downloading WhatsApp audio messages, sending them to the OpenAI Whisper API, and delivering the resulting transcripts in the format [Voice: <transcript>] to the agent.

What are the setup requirements for transcribing WhatsApp voice notes with OpenAI?

Setup requires providing a valid OpenAI API key, syncing it to data/env, and executing the project's build and deployment steps to activate the voice transcription runtime.

Why are my WhatsApp voice transcripts not working after adding the API key?

WhatsApp voice transcription may not work if the OpenAI API key is invalid, the environment is not synced to data/env, or the project's required build and deployment steps have not been completed.

Can I use this voice transcription Skill without an OpenAI API key?

No, you cannot use this voice transcription Skill without an OpenAI API key, as it relies entirely on the OpenAI Whisper API to convert WhatsApp audio messages into readable text.