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