screenshot
النجوم٩
التفرعات١
آخر تحديث١٥ يناير ٢٠٢٦ في ١٣:٤٢
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