What problem does it solve? Converting audio recordings into accurate text usually requires uploading files to cloud APIs, paying per minute, and trusting third parties with sensitive content. This Skill transcribes audio entirely on your local machine using the coli CLI, with no API key and no data leaving your device. ## Core Features & Use Cases - Offline Transcription: Runs local speech recognition via coli asr with the sensevoice model supporting Chinese, English, Japanese, Korean, and Cantonese, or whisper-tiny.en for English-only audio. - Rich Metadata Output: Returns detected language, emotion, audio events, and duration alongside the transcript text. - Optional AI Polish: Cleans up punctuation, removes filler words, and improves readability while preserving the original meaning, with an option to export the result as a Markdown file. - Use Case: You have a recorded meeting as meeting.m4a and need a clean, readable transcript. The Skill checks prerequisites, confirms settings, transcribes locally, polishes the text, and optionally saves it as a Markdown file. ## Quick Start Ask the assistant to transcribe your audio file, for example: transcribe the file meeting.m4a into text with polish enabled.