What problem does it solve?
This Skill solves the problem of turning spoken audio into accurate text reliably, while minimizing privacy and security risks during transcription.
Core Features & Use Cases
- Local Faster Whisper transcription: Convert WAV/MP3/M4A/OGG/FLAC audio to text using production-oriented settings (VAD, decoding parameters).
- Safety-first validation and resource management: Enforce file validation (format/size/duration), singleton model pooling, and concurrency limits to prevent overloads.
- Security and privacy protections: Apply transcript handling guidance, sanitize outputs against crafted audio content, and avoid unsafe storage patterns.
Use case examples: Transcribe recorded meetings into searchable notes, implement voice command features in an app, or build a real-time transcription pipeline that only processes speech segments.
Quick Start
Use the speech-to-text skill to transcribe the attached audio file into text with Faster Whisper and VAD-based chunking while following the provided validation and privacy rules.