You record yourself doing something tedious on your computer, hand over the video file, and this skill extracts frames and audio to figure out what you're actually doing step by step. It then proposes automation at three levels: a quick shell alias or AppleScript for the worst part, a full standalone script that handles the whole workflow, and finally a scheduled version with logging and error handling. What's smart here is that it fingerprints your environment first, checking what you already have installed (Python, Node, Playwright, etc.) so it only suggests automation using tools you can actually run. It won't propose some elaborate Selenium setup if you just need a curl command. The tiered approach means you can get a win in five minutes instead of abandoning the whole thing because full automation feels like a project.
npx -y skills add github/awesome-copilot --skill automate-this --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
cursor/plugins
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills