ASR

Transcribe spoken audio files and base64 audio data into text using the z-ai-web-dev-sdk.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/pounct/agent-ebauche1 --skill asr-pounct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/pounct/agent-ebauche1/tree/main/skills/ASR
Command: npx skills add https://github.com/pounct/agent-ebauche1 --skill asr-pounct

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of converting spoken audio into written text, streamlining transcription services and enhancing accessibility for audio content.

Core Features & Use Cases

  • Speech-to-Text Conversion: Accurately transcribe audio files and spoken language into text.
  • Supports Base64 Audio: Handles base64 encoded audio files for versatile integration.
  • Use Case: For applications requiring audio transcriptions, such as converting meeting recordings, interviews, or podcasts into searchable text.

Quick Start

Use the ASR skill to transcribe the audio file 'meeting_recording.wav' and output the results to 'transcript.json'.

Frequently Asked Questions about ASR

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

FAQPage Schema
How do I convert spoken audio into text for meeting recordings?

To convert spoken audio into text, you can use automated transcription tools that process audio files and output searchable text. This skill leverages the z-ai-web-dev-sdk to accurately convert meeting recordings, interviews, or podcasts into written transcripts.

Can I transcribe base64 encoded audio data directly?

Yes, you can transcribe base64 encoded audio data directly. This speech-to-text process natively handles base64 encoded audio files, allowing for versatile integration when transmitting audio data over networks without direct file access.

What dependencies do I need for automated audio transcription?

For automated audio transcription, you need the z-ai-web-dev-sdk package installed. This dependency provides the backend processing capabilities required to analyze spoken audio and accurately convert it into text format.

How do I transcribe a WAV file and save the output as JSON?

To transcribe a WAV file and save the output as JSON, pass the audio file to the transcription process and direct the results to a JSON file. This converts the spoken language into structured text data for easy programmatic access and searching.

Does speech-to-text conversion work with backend processing tools?

Yes, speech-to-text conversion works with backend processing tools like the z-ai-web-dev-sdk. This integration allows applications to automate transcription services server-side, streamlining the conversion of audio files without requiring client-side processing.