ASR (Speech to Text) Skill
Skill যাচাই করাImplement speech-to-text (ASR/automatic speech recognition) capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to transcribe audio files, convert speech to text, build voice input features, or process audio recordings. Supports base64 encoded audio files and returns accurate text transcriptions.
This skill provides Automatic Speech Recognition (ASR) functionality, allowing users to transcribe audio files and convert speech to text. It supports both command-line interface (CLI) for quick tasks and an SDK for programmatic integration, handling base64 encoded audio and offering detailed examples for various use cases.
Versioning
- warning:Release ManagementThere is no explicit versioning information (e.g., version field in SKILL.md, CHANGELOG, or GitHub releases) provided for this skill.
Code Execution
- info:ValidationWhile the CLI parameters are documented, there is no explicit mention or demonstration of input validation libraries (like Zod or pydantic) for script arguments or SDK parameters. The `safeTranscribe` function includes basic file existence and size checks.
Compliance
- info:GDPRThe skill processes audio data, which may contain personal data. While it doesn't submit this data to third parties, it's not explicitly sanitized before being sent to the z-ai-web-dev-sdk's ASR service.
ইনস্টলেশন
npx skills add answerzhao/agent-skillsVercel skills CLI (skills.sh)-কে npx-এর মাধ্যমে চালায় — স্থানীয়ভাবে Node.js এবং অন্তত একটি skills-সামঞ্জস্যপূর্ণ এজেন্ট (Claude Code, Cursor, Codex, …) ইনস্টল করা থাকতে হবে। ধরে নেওয়া হয় রিপোজিটরিটি agentskills.io ফরম্যাট অনুসরণ করে।
অনুরূপ এক্সটেনশন
ElevenLabs Speech-to-Text
95Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.
Qwen ASR
92Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.
ElevenLabs Speech-to-Text
98Transcribe audio to text using ElevenLabs Scribe. Supports batch transcription, realtime streaming from URLs, microphone input, and local files.
ElevenLabs Agents
98Build voice AI agents with ElevenLabs. Use when creating voice assistants, customer service bots, interactive voice characters, or any real-time voice conversation experience.
AI Multimodal Processing Skill
95Multimodal AI processing via Google Gemini API (2M tokens context). Capabilities: audio (transcription, 9.5hr max, summarization, music analysis), images (captioning, OCR, object detection, segmentation, visual Q&A), video (scene detection, 6hr max, YouTube URLs, temporal analysis), documents (PDF extraction, tables, forms, charts), image generation (text-to-image, editing). Actions: transcribe, analyze, extract, caption, detect, segment, generate from media. Keywords: Gemini API, audio transcription, image captioning, OCR, object detection, video analysis, PDF extraction, text-to-image, multimodal, speech recognition, visual Q&A, scene detection, YouTube transcription, table extraction, form processing, image generation, Imagen. Use when: transcribing audio/video, analyzing images/screenshots, extracting data from PDFs, processing YouTube videos, generating images from text, implementing multimodal AI features.
Text-to-Speech (TTS)
95Implement text-to-speech (TTS) capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to convert text into natural-sounding speech, create audio content, build voice-enabled applications, or generate spoken audio files. Supports multiple voices, adjustable speed, and various audio formats.