ASR

Transcribe spoken audio into text using the z-ai-web-dev-sdk.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Lucmac667/Be-Ballenced-Dashboard --skill asr-lucmac667
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/Lucmac667/Be-Ballenced-Dashboard/tree/main/Be-Ballenced-Dashboard/skills/ASR
Command: npx skills add https://github.com/Lucmac667/Be-Ballenced-Dashboard --skill asr-lucmac667

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribes spoken audio into written text for applications needing transcripts, captions, or voice-driven features.

Core Features & Use Cases

  • Batch and real-time transcription from common audio formats.
  • Base64-encoded audio support for backend integrations.
  • Quick integration examples and CLI usage for testing.

Quick Start

Use the ASR skill to transcribe an audio file using the backend SDK or CLI, starting with a sample file like '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 spoken audio into text for backend applications?

You can transcribe spoken audio into text by sending base64-encoded audio or file-based inputs through the z-ai-web-dev-sdk on the backend. This approach supports batch transcription, real-time streaming, and audio-processing workflows across backend services.

Can I use base64-encoded audio for real-time speech-to-text transcription?

Yes, real-time speech-to-text transcription supports base64-encoded audio inputs for backend integrations. This allows you to process common audio formats directly within your backend services without needing file-based storage.

What's the best way to test speech-to-text transcription locally before integrating it?

The best way to test speech-to-text transcription locally is by using the optional CLI usage provided for testing. You can start by transcribing a sample file like 'audio.wav' to verify the SDK-based ASR output quickly.

Does the z-ai-web-dev-sdk support batch transcription for common audio formats?

Yes, the z-ai-web-dev-sdk supports batch transcription from common audio formats. It handles base64-encoded audio and file-based inputs, making it suitable for applications requiring transcripts, captions, or voice-driven features.

When do I need base64-encoded audio for speech-to-text processing?

You need base64-encoded audio for speech-to-text processing when integrating transcription directly into backend services without relying on file-based inputs. This format allows seamless audio-processing workflows and real-time streaming across web interfaces and mobile apps.