ASR

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

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/digresik-tech/olt-monitoring-mini --skill asr-digresik-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/digresik-tech/olt-monitoring-mini/tree/main/skills/ASR
Command: npx skills add https://github.com/digresik-tech/olt-monitoring-mini --skill asr-digresik-tech

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-to-text functionality for various applications.

Core Features & Use Cases

  • Audio Transcription: Accurately transcribes audio files into text.
  • Base64 Support: Accepts audio data encoded in Base64.
  • Use Case: Transcribe a customer service call to analyze sentiment and identify key issues.

Quick Start

Use the ASR skill to transcribe the audio file named 'meeting_recording.wav'.

Frequently Asked Questions about ASR

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

FAQPage Schema
How do I transcribe audio files to text?

Speech-to-text transcription converts audio files into accurate written text by processing voice input, enabling automated transcription for applications requiring voice data analysis.

Can I transcribe base64 encoded audio?

Yes, base64 encoded audio can be transcribed directly. The speech-to-text functionality accepts base64 audio data as input to return accurate text conversion without requiring a direct file path.

Does the z-ai-web-dev-sdk support speech to text conversion?

Yes, the z-ai-web-dev-sdk provides the underlying capabilities to implement speech-to-text conversion, allowing you to process audio files and base64 encoded audio data for accurate transcription results.

What is automated transcription used for in audio processing?

Automated transcription is used for voice content analysis, such as transcribing customer service calls to analyze sentiment and identify key issues, or processing meeting recordings for text archiving.

What are the limitations of processing voice input for transcription?

The speech-to-text implementation requires audio files or base64 encoded audio data as input, meaning transcription accuracy depends on the audio quality provided and the capabilities of the z-ai-web-dev-sdk.