ASR

Transcribe spoken audio files or base64 streams using the z-ai-web-dev-sdk.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/ncsound919/deterministic-brain --skill asr-ncsound919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/ncsound919/deterministic-brain/tree/main/skills/ASR
Command: npx skills add https://github.com/ncsound919/deterministic-brain --skill asr-ncsound919

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribing spoken audio is time-consuming and error-prone; this skill automates turning speech into written text using the z-ai-web-dev-sdk, enabling fast, accurate transcriptions in your applications.

Core Features & Use Cases

  • Automatic Transcription: Convert audio files or base64-encoded audio to text with high accuracy.
  • Flexible Input: Accepts file paths or base64 streams for backend transcription workflows.
  • Use Case: Build meeting note automation, podcast transcripts, or accessibility features for content.

Quick Start

Transcribe an audio file by providing its path to the ASR tool or feed base64 data to the SDK.

Frequently Asked Questions about ASR

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

FAQPage Schema
How do I convert audio files to text in a backend environment?

To convert speech to text in a backend environment, process audio files or base64-encoded audio streams using the z-ai-web-dev-sdk to automate transcription for meetings, podcasts, or accessibility tasks.

Does speech-to-text transcription work with base64 audio data?

Yes, speech-to-text transcription supports base64-encoded audio streams, allowing you to pass audio data directly within backend workflows without relying exclusively on physical file path inputs.

Can I use this SDK for real-time transcription of podcasts and interviews?

Yes, you can use this SDK for batch or real-time transcription of podcasts and interviews, automating the conversion of spoken audio into accurate written text for content generation.

Do I need the z-ai-web-dev-sdk to run ASR transcription tasks?

Yes, you need the z-ai-web-dev-sdk installed server-side to run ASR transcription tasks, as the skill relies on this dependency to process audio inputs and generate written text outputs.

What are the limitations of processing audio streams in backend environments?

Processing audio streams in backend environments requires the z-ai-web-dev-sdk to be available server-side, meaning it cannot run directly in the browser and is strictly limited to backend transcription workflows.