Speech-to-Text Transcription

Transcribe audio files into text using Whisper Large V3 models.

1|Updated May 2, 2026
One-click install
npx skills add https://github.com/ombhanushaliii/agentmesh --skill speech-to-text-transcription-ombhanushaliii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Speech-to-Text Transcription
Source: https://github.com/ombhanushaliii/agentmesh/tree/main/docs/0g-agent-skills/skills/compute/speech-to-text
Command: npx skills add https://github.com/ombhanushaliii/agentmesh --skill speech-to-text-transcription-ombhanushaliii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @0glabs/0g-serving-broker, ethers, form-data, dotenv, fs, and includes scripts (resource) components.

What problem does it solve?

This Skill enables users to transcribe spoken audio into written text, simplifying the process of converting speech recordings into editable and searchable formats.

Core Features & Use Cases

  • Audio Transcription: Transcribes various audio formats such as mp3, wav, ogg, flac, and webm into text.
  • Multiple Output Formats: Supports JSON, plain text, SRT subtitles, and verbose JSON with timestamps and segments.
  • Use Case: Imagine recording an important interview and needing an accurate transcript for documentation or analysis—this Skill automates that transformation smoothly.

Quick Start

Use the speech-to-text skill to transcribe an uploaded audio file into readable text or subtitles.

Frequently Asked Questions about Speech-to-Text Transcription

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

FAQPage Schema
How do I transcribe an audio recording into editable text?

To transcribe audio into editable text, upload your audio file via FormData, which is processed using Whisper Large V3 models through 0G network providers to return accurate spoken content as structured text.

What audio and text formats are supported for speech-to-text transcription?

Speech-to-text transcription supports various input audio formats including mp3, wav, ogg, flac, and webm, while providing multiple output formats like plain text, JSON, SRT subtitles, and verbose JSON with timestamps.

Can I generate SRT subtitles from an mp3 file?

Yes, you can generate SRT subtitles from an mp3 file by processing the audio through Whisper Large V3 models, which output structured subtitle formats alongside plain text and verbose JSON with segment timestamps.

Does this speech-to-text automation work with meeting recordings?

Yes, this speech-to-text automation is specifically suitable for transcribing meeting recordings, as well as interviews and multimedia content, converting spoken audio into searchable and editable text formats.

How does the 0G network handle audio processing for transcription?

The 0G network handles audio processing by utilizing Whisper Large V3 models via 0G network providers, routing FormData uploads and extracting ChatID from headers to manage structured transcription responses.

Do I need a Web3 wallet to use Whisper transcription via the 0G network?

Yes, utilizing Whisper transcription via the 0G network requires the @0glabs/0g-serving-broker and ethers dependencies, indicating a Web3 environment setup is necessary to facilitate the automated audio processing.