capture-screen

Installation
SKILL.md

Capture Screen

Programmatic screenshot capture on macOS: find windows, control views, capture images.

Quick Start

# Find Excel window ID
swift scripts/get_window_id.swift Excel

# Capture that window (replace 12345 with actual WID)
screencapture -x -l 12345 output.png

Overview

Three-step workflow:

Installs
670
GitHub Stars
1.2K
First Seen
Mar 4, 2026
capture-screen — daymade/claude-code-skills