ASR

Transcribe spoken audio from files or base64 input into text.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill asr-atro2829-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/atro2829-hub/APPLE-NET-NEW/tree/main/skills/ASR
Command: npx skills add https://github.com/atro2829-hub/APPLE-NET-NEW --skill asr-atro2829-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual work of transcribing spoken audio into text, making recordings searchable, editable, and easier to analyze.

Core Features & Use Cases

  • Audio Transcription: Convert WAV, MP3, and other common audio files into text.
  • Base64 Input Support: Handle audio passed as base64 for backend workflows and API-driven integrations.
  • Batch and Service Workflows: Support one-off transcription, repeated processing, and server-side API endpoints for meetings, interviews, podcasts, voice notes, and call recordings.

Quick Start

Use the ASR skill to transcribe the attached audio file and return the spoken content as plain text.

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 in a backend workflow?

Base64 encoding is required for audio transcription when handling API-driven backend workflows, allowing you to pass audio data directly within server-side payloads instead of using file paths.

Can I use speech-to-text for meeting notes and podcast recordings?

Yes, you can use speech-to-text for meeting notes, podcast recordings, interviews, and voice memos by processing the audio files server-side to extract accurate spoken content as searchable text.

Do I need z-ai-web-dev-sdk to convert voice recordings into text?

Yes, you need the z-ai-web-dev-sdk dependency to convert voice recordings into text, as it provides the core speech recognition capabilities required for executing the transcription scripts.

What is the best way to handle base64 audio input for speech-to-text conversion?

The best way to handle base64 audio input for speech-to-text conversion is to encode the source file before passing it to the server-side script, ensuring seamless API-driven transcription without direct file uploads.

Does this speech-to-text approach work with common formats like WAV and MP3?

Yes, this speech-to-text approach supports common formats like WAV and MP3, enabling you to directly transcribe standard audio files from voice memos or call recordings into plain text.