ASR

Transcribe base64 encoded audio files into text using the z-ai-web-dev-sdk.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/UholySmokes/Voidverse-alt --skill asr-uholysmokes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/UholySmokes/Voidverse-alt/tree/main/skills/ASR
Command: npx skills add https://github.com/UholySmokes/Voidverse-alt --skill asr-uholysmokes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts spoken audio into written text, enabling voice input and audio content analysis.

Core Features & Use Cases

  • Audio Transcription: Accurately transcribe audio files into text.
  • Base64 Support: Process audio directly from base64 encoded strings.
  • Use Case: Upload an audio recording of a lecture and get a searchable text transcript to easily find key information.

Quick Start

Use the ASR skill to transcribe the audio file located at /path/to/your/audio.wav.

Frequently Asked Questions about ASR

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

FAQPage Schema
How do I transcribe speech to text from an audio file?

To transcribe speech to text, this Skill processes base64 encoded audio files using the z-ai-web-dev-sdk, converting spoken audio recordings into searchable written text. It requires backend execution to securely handle the transcription process.

Can I use base64 encoded audio for voice input transcription?

Yes, you can use base64 encoded audio for voice input transcription. The Skill directly processes base64 encoded strings to convert audio data into text, enabling voice input features and audio recording analysis without needing direct file uploads.

Does speech to text transcription require a backend environment?

Speech to text transcription requires a backend environment to execute the z-ai-web-dev-sdk securely. This backend execution ensures accurate audio processing and keeps the transcription workflow protected when handling base64 encoded audio files.

What is the best way to analyze audio recordings for key information?

The best way to analyze audio recordings for key information is to transcribe the speech to text. By converting your audio file into a searchable text transcript using the SDK, you can easily locate and reference specific lecture or meeting details.

Do I need the z-ai-web-dev-sdk to process audio recordings?

Yes, you need the z-ai-web-dev-sdk to process audio recordings. This Skill implements its speech-to-text capabilities by relying entirely on the SDK to execute the transcription of base64 audio files into text.

Are there limitations when transcribing audio files with the z-ai-web-dev-sdk?

A limitation when transcribing audio files is that the Skill only supports base64 encoded audio formats for speech-to-text processing. Users must encode their audio files into base64 strings before the z-ai-web-dev-sdk can execute the transcription.