Skip to main content
Back to registry

automate-this

github/awesome-copilot

Analyze a screen recording of a manual process and build working automation for it.

Installs165
Install command
npx skills add https://github.com/github/awesome-copilot --skill automate-this
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Analyze a screen recording of a manual process and build working automation for it. The user records themselves doing something repetitive or tedious, hands you the video file, and you figure out what they're doing, why, and how to script it away. Before analyzing any recording, verify the required tools are available. Run these checks silently and only surface problems: Given a video file path (typically on ~/Desktop/ ), extract both visual frames and audio: Extract frames at one frame every 2 seconds. This balances coverage with context window limits. Use $WORK_DIR for all subsequent temp file paths in the session. The per-run directory with mode 0700 ensures extracted frames are only readable by the current user. If the recording is longer than 5 minutes (more than 150 frames), increase the interval to one frame every 4 seconds to stay within context limits.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does automate-this do?

Analyze a screen recording of a manual process and build working automation for it.

Is automate-this good?

automate-this does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does automate-this work with?

automate-this currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to automate-this?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install automate-this?

npx skills add https://github.com/github/awesome-copilot --skill automate-this

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering