What problem does it solve? Converting spoken audio into written text manually is slow and error-prone. This Skill implements automatic speech recognition so you can transcribe audio files, build voice input features, and process recordings programmatically. ## Core Features & Use Cases - Audio Transcription: Convert WAV, MP3, M4A, FLAC, and OGG files into text by sending base64-encoded audio to the z-ai-web-dev-sdk ASR endpoint. - CLI and SDK Modes: Use the z-ai CLI for quick one-off transcriptions or the JavaScript SDK for backend application integration. - Batch Processing & Caching: Transcribe entire directories of recordings, cache results by file hash, and attach metadata like word counts and processing time. - Use Case: Build an Express.js endpoint that accepts uploaded meeting recordings and returns searchable text transcriptions for documentation. ## Quick Start Transcribe the audio file 'meeting.wav' into text using the ASR skill and show me the result.