ASR

Transcribe base64-encoded audio into written text via CLI or SDK.

4|1|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/Sspanwar31/saanify-workspace-new- --skill asr-sspanwar31
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/Sspanwar31/saanify-workspace-new-/tree/main/skills/ASR
Command: npx skills add https://github.com/Sspanwar31/saanify-workspace-new- --skill asr-sspanwar31

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribe spoken audio into written text for transcripts, voice interfaces, and accessibility workflows.

Core Features & Use Cases

  • Real-time and batch transcription using the z-ai-web-dev-sdk backend, supporting multiple audio formats.
  • CLI-based transcription for quick tests and batch processing.
  • SDK-guided integration for backend transcription services and automation pipelines.

Quick Start

Transcribe an audio file by running the ASR script with the path to your file.

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 written text for backend services?

You can transcribe spoken audio into written text by running the provided ASR script via CLI with your audio file path, or by integrating the SDK directly into your backend automation pipelines.

Can I use this speech-to-text SDK for batch transcription and real-time streaming pipelines?

This speech-to-text SDK handles both batch transcription and real-time streaming pipelines, generating written text from base64-encoded audio for backend automation workflows.

What audio formats are supported for speech-to-text transcription?

The speech-to-text transcription supports multiple audio formats for backend processing, requiring inputs to be base64-encoded before submission to the z-ai-web-dev-sdk server-side execution environment.

Do I need base64-encoded audio input to run the ASR automation script?

Yes, base64-encoded audio input is required to run the ASR automation script, ensuring compatibility with the z-ai-web-dev-sdk server-side processing for generating accurate written transcripts.

What's the best way to integrate speech-to-text capabilities into an automation pipeline?

The best way to integrate speech-to-text capabilities into an automation pipeline is using the SDK-guided integration, which connects the z-ai-web-dev-sdk backend directly to your transcription services.

Are there limitations when processing audio for voice interfaces using backend ASR?

A primary limitation for processing audio with backend ASR is the strict requirement for base64-encoded audio input and server-side execution via the z-ai-web-dev-sdk, which may impact direct real-time client streaming.