Speech-to-Text Transcription

Transcribe audio files into text, JSON, or SRT subtitles via 0G Compute providers.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/srijan399/imsy --skill speech-to-text-transcription-srijan399
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Speech-to-Text Transcription
Source: https://github.com/srijan399/imsy/tree/main/.0g-skills/skills/compute/speech-to-text
Command: npx skills add https://github.com/srijan399/imsy --skill speech-to-text-transcription-srijan399

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @0glabs/0g-serving-broker, ethers.

What problem does it solve?

This Skill removes the manual effort of listening to recordings and typing out transcripts, making it easier to convert spoken content into usable text, subtitles, or structured JSON.

Core Features & Use Cases

  • Audio Transcription: Convert supported audio files such as mp3, wav, ogg, flac, and webm into text using 0G Compute providers.
  • Multiple Output Formats: Produce plain text, JSON, SRT subtitles, or verbose JSON with timestamps and segments.
  • Operational Guardrails: Handles provider metadata lookup, request signing, response processing, and basic error checking for size, format, and balance issues.
  • Use Case: Use it to transcribe a podcast episode, generate meeting subtitles, or prepare searchable text from recorded interviews.

Quick Start

Ask the skill to transcribe your audio file and return the result as plain 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 file into text or subtitles?

To transcribe audio into text or subtitles, you can use this Skill to process supported audio files like mp3, wav, or ogg. It uses 0G Compute providers to convert spoken content into plain text, JSON, or SRT subtitle formats.

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

Supported audio formats for speech-to-text transcription include mp3, wav, ogg, flac, and webm. The Skill processes these file types through 0G Compute providers to generate accurate text outputs.

Can I generate SRT subtitles from a podcast or meeting recording?

Yes, you can generate SRT subtitles from podcast or meeting recordings. The Skill produces multiple output formats including SRT subtitles and verbose JSON with timestamps and segments for spoken-audio workflows.

Do I need an authenticated provider to convert audio to text?

Yes, authenticated provider access is required to convert audio to text. The Skill handles provider metadata lookup, request signing, and response processing using the @0glabs/0g-serving-broker dependency to manage 0G Compute access.

What is the best way to get searchable text from recorded interviews?

The best way to get searchable text from recorded interviews is using a transcription Skill that outputs structured JSON. This approach applies format-aware transcription to capture spoken content and convert it into easily searchable text.

Why does audio transcription fail when processing my files?

Audio transcription can fail due to size, format, or balance issues. The Skill includes operational guardrails that perform basic error checking for these constraints, requiring supported formats like mp3 or wav and adequate provider balance.