agentsclimarketplace

Screen recorder

Skill IvanCampos/agents/skills/screen-recorder

All things related to my Codex agents running on MacOS

Install
npx -y skills add IvanCampos/agents --skill screen-recorder

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Record the macOS screen for a fixed duration and always save the .mov in ~/Downloads. Use when the user asks to record the screen, make a QuickTime screen recording, or capture a short screen video for N seconds.

SKILL.md

0.8 KB, as published. Nobody here has run it

Screen Recorder

Overview

Record the screen for a specified number of seconds and save the video to ~/Downloads.

Quick Start

scripts/record_screen.sh --seconds 10

Tasks

Record screen for N seconds

  • Run scripts/record_screen.sh --seconds <N>.
  • The file is saved as ~/Downloads/screen-recording-YYYYMMDD-HHMMSS.mov.
  • The recording opens in QuickTime Player automatically.

Resources

scripts/

  • record_screen.sh: Records screen video via screencapture -V and saves to ~/Downloads.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.