AgentSkillsCN

screen-recorder

以固定时长录制 macOS 屏幕,并始终将录制的 .mov 文件保存至 ~/Downloads 目录。适用于用户要求录制屏幕、创建 QuickTime 屏幕录制,或在指定 N 秒内捕获一段简短的屏幕视频时使用。

SKILL.md
--- frontmatter
name: screen-recorder
description: 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.

Screen Recorder

Overview

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

Quick Start

bash
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.