One-click install
npx skills add https://github.com/felipesantiago-coder/fluxo-quadra --skill asr-felipesantiago-coder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ASR
Source: https://github.com/felipesantiago-coder/fluxo-quadra/tree/main/skills/ASR
Command: npx skills add https://github.com/felipesantiago-coder/fluxo-quadra --skill asr-felipesantiago-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manually transcribing spoken audio from meetings, interviews, podcasts, or voice notes into written text is time-consuming and prone to human error. This Skill automates that process to deliver fast, accurate transcriptions without manual effort.

Core Features & Use Cases

  • Multi-Format Audio Transcription: Convert WAV, MP3, M4A, FLAC, OGG and other common audio formats to text using the z-ai-web-dev-sdk.
  • Batch & Directory Processing: Transcribe single files, batches of audio, or entire folders of recordings in one workflow.
  • Real-World Use Case: For example, use this Skill to transcribe hours of customer support call recordings into searchable text for quality analysis, or convert podcast episodes into written content for your blog.

Quick Start

Use the ASR skill to transcribe the spoken content from the audio file 'team-standup-recording.wav' into editable text for your team's knowledge base.

Frequently Asked Questions about ASR

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

FAQPage Schema
How do I transcribe audio recordings to text automatically?

Audio transcription is supported for WAV, MP3, M4A, FLAC, and OGG formats. You provide base64 encoded audio input, and the z-ai-web-dev-sdk backend processes these common audio formats to generate accurate written text transcriptions.

Can I batch transcribe an entire directory of audio files?

To perform speech-to-text conversion on a meeting recording, you encode the audio file as a base64 string. The Skill then leverages the z-ai-web-dev-sdk to convert the spoken audio from your digital meeting recordings into editable text.

What audio formats are supported for voice recognition transcription?

Audio transcription is supported for WAV, MP3, M4A, FLAC, and OGG formats. You provide base64 encoded audio input, and the z-ai-web-dev-sdk backend processes these common audio formats to generate accurate written text transcriptions.

How do I use speech-to-text for meeting transcription?

To perform speech-to-text conversion on a meeting recording, you encode the audio file as a base64 string. The Skill then leverages the z-ai-web-dev-sdk to convert the spoken audio from your digital meeting recordings into editable text.

Does the ASR Skill process podcast audio and customer support calls?

Yes, the ASR Skill processes podcast audio and customer support calls. It is designed for use cases like podcast content creation and transcribing hours of customer support call recordings into searchable text for quality analysis.

Do I need base64 encoding to convert voice notes to text?

Yes, you need base64 encoding to convert voice notes to text. The Skill requires base64 encoded audio input to interface with the z-ai-web-dev-sdk backend service and digitize your voice notes accurately.