screenshot
스타9
포크1
업데이트2026년 1월 15일 13:42
Capture screenshots of application windows
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Capture screenshots of application windows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | screenshot |
| description | Capture screenshots of application windows |
| user-invocable | true |
Capture screenshots of macOS application windows using ScreenCaptureKit.
shotty <command> [options]
| Command | Description |
|---|---|
capture <app|pid> [output.png] | Screenshot an app's window(s) |
list | List all capturable windows |
list-apps | List running applications |
| Flag | Description |
|---|---|
--all | Capture all windows (not just first) |
--json | Output as JSON |
--no-frame | Exclude window frame/shadow |
Screenshot the current terminal:
shotty capture Ghostty /tmp/terminal.png
Screenshot a browser:
shotty capture Safari ~/Desktop/browser.png
Screenshot by PID:
shotty capture 12345 output.png
List available apps:
shotty list-apps
Capture all windows of an app:
shotty capture "VS Code" --all
list-apps to find the right targetcapture with the app name or PIDRead tool to view the resulting PNG and verify the capturescreenshot.png in current directory--no-frame for cleaner captures without window shadow