audio-transcriber

Convert audio files to text using Google Speech Recognition or Whisper.

Updated May 5, 2026
One-click install
npx skills add https://github.com/saif27217/microclaw-setup --skill audio-transcriber-saif27217
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-transcriber
Source: https://github.com/saif27217/microclaw-setup/tree/main/skills/audio-transcriber
Command: npx skills add https://github.com/saif27217/microclaw-setup --skill audio-transcriber-saif27217

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, python3, speech_recognition, openai-whisper, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of converting audio messages to text, facilitating easy access to voice notes and audio content.

Core Features & Use Cases

  • Audio to Text Conversion: Transcribe audio messages in popular formats (OGG, WAV, MP3, etc.) using speech recognition.
  • Format Conversion: Handles format conversion via ffmpeg for supported audio types.
  • Use Case: Useful for users who receive voice notes in chat apps or need to convert recorded lectures to text format.

Quick Start

Run the 'audio-transcriber' skill with the audio file path as input to transcribe the content.

Frequently Asked Questions about audio-transcriber

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

FAQPage Schema
How do I convert audio files to text for voice notes and recorded lectures?

To convert audio files to text, this Skill transcribes popular formats like OGG, WAV, and MP3 using Google Speech Recognition or offline Whisper. It is designed for transcribing voice notes and recorded lectures into readable text.

Can I run speech-to-text conversion offline using Whisper?

Yes, you can run speech-to-text conversion offline using openai-whisper. The Skill supports offline transcription through Whisper, ensuring audio-to-text conversion without requiring an internet connection.

Do I need ffmpeg and python3 to transcribe audio messages?

Yes, you need ffmpeg and python3 to transcribe audio messages. ffmpeg handles audio format conversion for supported types, while python3 runs the speech_recognition and openai-whisper libraries required for the transcription process.

What is the best way to transcribe OGG and MP3 audio files to text?

The best way to transcribe OGG and MP3 audio files to text is using this Skill, which automatically handles format conversion via ffmpeg. It processes the audio input and outputs accurate text using Google Speech Recognition or Whisper.

Does Google Speech Recognition work with Whisper for audio transcription?

Google Speech Recognition and openai-whisper serve as alternative engines for audio transcription within this Skill. Google requires an online connection, whereas Whisper provides offline speech-to-text capabilities for your audio files.

Why is my audio to text conversion not working with unsupported formats?

Audio to text conversion might fail with unsupported formats if ffmpeg is not properly configured to handle the conversion. This Skill requires ffmpeg to process popular formats like OGG, WAV, and MP3 before speech recognition.