ASR

Convert spoken audio files into text using the z-ai-web-dev-sdk.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Cao-R/SamrtEmailAssistantAgents --skill asr-cao-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/Cao-R/SamrtEmailAssistantAgents/tree/main/skills/ASR
Command: npx skills add https://github.com/Cao-R/SamrtEmailAssistantAgents --skill asr-cao-r

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of converting spoken audio into written text with high accuracy, enabling a wide range of applications such as transcription, voice control, and audio analysis.

Core Features & Use Cases

  • Speech to Text: Converts audio files into text, supporting various formats like WAV and MP3.
  • Base64 Encoding: Processes base64 encoded audio files for flexibility in integration.
  • Use Case: For example, use this Skill to transcribe a meeting recording and extract key points for further analysis.

Quick Start

Use the ASR skill to transcribe the audio file 'meeting_recording.wav'.

Frequently Asked Questions about ASR

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

FAQPage Schema
How do I transcribe audio to text from a meeting recording?

To transcribe audio to text, this Skill processes meeting recordings and other audio files using the z-ai-web-dev-sdk. It converts spoken audio into written text with high accuracy for further analysis.

What audio formats are supported for automatic speech recognition?

Automatic speech recognition supports WAV and MP3 audio files. The Skill also processes base64 encoded audio files, enabling flexible integration for transcription tasks using the z-ai-web-dev-sdk.

Do I need z-ai-web-dev-sdk to convert speech to text?

Yes, you need the z-ai-web-dev-sdk installed to convert speech to text. The Skill relies on this backend SDK to perform the automatic speech recognition processing required for accurate transcription.

Can I process base64 encoded audio files for voice recognition?

Yes, you can process base64 encoded audio files for voice recognition. The Skill supports base64 encoding to provide flexibility when integrating audio transcription into your applications.

What is the best way to extract key points from podcast audio?

The best way to extract key points from podcast audio is using automatic speech recognition to transcribe the content. This Skill converts the spoken podcast audio into text, enabling further analysis.