원클릭으로
screenshot-cli
Take screenshots non-interactively. Use to see the screen, debug UI, or capture a specific region by coordinates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Take screenshots non-interactively. Use to see the screen, debug UI, or capture a specific region by coordinates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Current API docs + code snippets for third-party libraries/frameworks. Use to verify exact signatures/usage.
Control Firefox browser from the command line. Use for web automation, scraping, testing, or any browser interaction tasks.
Inspect Buildbot (buildbot-nix) CI for a PR. Use to find/watch the build for a PR, list failed sub-builds with their attrs, and fetch failing log tails.
Manage calendar events and send meeting invitations. Use for listing, creating, editing, deleting events and sending/replying to invites.
Search Deutsche Bahn train connections. Use for train routes, schedules, and travel times in Germany.
Search for places and get directions using Google Maps. Use for finding locations, nearby places, and route planning.
| name | screenshot-cli |
| description | Take screenshots non-interactively. Use to see the screen, debug UI, or capture a specific region by coordinates. |
Prints output path on stdout. Default: ~/.claude/outputs/screenshot-TIMESTAMP.png. View with the read tool.
screenshot-cli # Full screen (default)
screenshot-cli -w # Focused window (Linux only)
screenshot-cli -g "100,50 800x600" # Region by logical coords 'X,Y WxH'
screenshot-cli -d 3 # Delay 3s before capture
screenshot-cli /tmp/shot.png # Custom output path
-g coords are logical (pre-scale): on a 1.5× display, 0,0 100x100 yields a 150×150 PNG. If reading pixel offsets from a previous screenshot, divide by your scale factor.