ASR

Transcribe base64-encoded audio files into text via CLI and SDK.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/sockerman04/thevise-website --skill asr-sockerman04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/sockerman04/thevise-website/tree/main/skills/ASR
Command: npx skills add https://github.com/sockerman04/thevise-website --skill asr-sockerman04

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 enables the conversion of spoken audio into written text, making audio content searchable, analyzable, and accessible.

Core Features & Use Cases

  • Audio Transcription: Transcribe audio files or base64 encoded audio data into accurate text.
  • Batch Processing: Process multiple audio files efficiently.
  • Real-time Streaming: Supports streaming transcription for live audio input.
  • Use Case: Transcribe a recorded customer service call to identify key issues and customer sentiment.

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 audio files to text using base64 encoding?

To transcribe audio files to text, you encode the audio data into base64 format and process it through the speech-to-text SDK. This approach supports various audio formats and enables backend integration for batch processing or real-time streaming transcription.

Can I use the z-ai-web-dev-sdk for real-time speech-to-text streaming?

Yes, the z-ai-web-dev-sdk supports real-time streaming for speech-to-text transcription. You can process live audio input directly, allowing backend applications to generate text output continuously as the audio stream is received.

What is the best way to batch process multiple audio files for voice to text conversion?

The best way to batch process audio files for voice to text conversion is using the provided CLI or SDK implementations. These tools allow you to submit multiple base64 encoded audio files efficiently, processing them into searchable and analyzable text.

Does this speech to text SDK support various audio formats for transcription?

Yes, this speech to text SDK supports various audio formats for transcription. It converts spoken audio data into written text using base64 encoding, making the resulting output searchable, analyzable, and accessible for backend applications.

Why do I need the z-ai-web-dev-sdk package for audio transcription?

You need the z-ai-web-dev-sdk package because it provides the programmatic access required for the speech-to-text transcription capabilities. It serves as the underlying dependency for processing base64 encoded audio data into text via CLI or SDK implementations.