AI SummaryHeuristic scoring (no AI key configured).
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 (2 files) mkdir -p .claude/skills/screenshot && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/screenshot/SKILL.md "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/screenshot/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/screenshot/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/screenshot/metadata.json" 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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster