Agent skill
screen-recorder
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/screen-recorder
SKILL.md
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 viascreencapture -Vand saves to~/Downloads.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?