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