What problem does it solve? Manual repetitive computer tasks waste hours every week, but most people never automate them because identifying what to automate and writing the script takes too much effort. This Skill turns a simple screen recording of your tedious process into ready-to-run automation. ## Core Features & Use Cases - Recording Analysis: Extracts frames and audio narration from video files using ffmpeg and Whisper to reconstruct your exact step-by-step workflow. - Tiered Automation Proposals: Proposes solutions at three complexity levels, from a quick shell alias to a fully scheduled script with logging and error handling. - Environment-Aware Code: Fingerprints your machine (OS, Python, Node, available tools) so proposals only use software you already have installed. - Use Case: Record yourself downloading a CSV report from a dashboard, filtering it in Excel, and emailing it every Monday. The Skill reconstructs the process, confirms it with you, and delivers a tested Python or shell script that does it automatically. ## Quick Start Analyze the screen recording on my Desktop and build automation for the repetitive process shown in it.