Skip to content
Skill

screenshot

by kxzk

AI Summary

A macOS screenshot skill that captures application windows using ScreenCaptureKit, enabling Claude Code to document UI states and verify visual changes. Developers and users benefit from automated screenshot capture integrated into their coding workflow.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "screenshot" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/shotty && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/shotty/SKILL.md "https://raw.githubusercontent.com/kxzk/shotty/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Capture screenshots of application windows

Usage

`bash shotty <command> [options] `

Examples

Screenshot the current terminal: `bash shotty capture Ghostty /tmp/terminal.png ` Screenshot a browser: `bash shotty capture Safari ~/Desktop/browser.png ` Screenshot by PID: `bash shotty capture 12345 output.png ` List available apps: `bash shotty list-apps ` Capture all windows of an app: `bash shotty capture "VS Code" --all `

Screenshot Skill

Capture screenshots of macOS application windows using ScreenCaptureKit.

Commands

| Command | Description | |---------|-------------| | capture <app\|pid> [output.png] | Screenshot an app's window(s) | | list | List all capturable windows | | list-apps | List running applications |

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
5 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars5
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code