screen-capture/SKILL.md
Screen capture and camera snapshots using macOS built-in tools. Full screen, region, window, webcam, and video recording. Use as default when tool-specific capture (Figma, Playwright, CDP) is unavailable. Prefer cli-jaw browser screenshot for web pages.
npx skillsauth add lidge-jun/cli-jaw-skills screen-captureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
screencapture -x ~/screenshot.png # Full screen (silent)
screencapture -i ~/selection.png # Interactive region select
screencapture -c # Capture to clipboard
screencapture -x ~/screenshot.png # Silent full screen
screencapture ~/screenshot.png # Full screen with shutter sound
screencapture -T 3 ~/screenshot.png # 3-second delay
screencapture -i ~/region.png # Interactive: drag to select region
screencapture -iW ~/window.png # Interactive: click to select window
screencapture -R 0,0,1280,720 ~/region.png # Specific coordinates (x,y,w,h)
# Capture Chrome window by window ID
screencapture -l$(osascript -e 'tell app "Google Chrome" to id of window 1') ~/chrome.png
# Capture any app window
screencapture -l$(osascript -e 'tell app "Safari" to id of window 1') ~/safari.png
# Capture frontmost window
screencapture -l$(osascript -e 'tell app "System Events" to id of first window of (first process whose frontmost is true)') ~/front.png
screencapture -c # Full screen to clipboard
screencapture -ic # Region select to clipboard
screencapture ~/screen1.png ~/screen2.png # One file per display
screencapture -D 1 ~/main.png # Main display only
screencapture -D 2 ~/secondary.png # Secondary display
screencapture -v ~/recording.mov # Record screen video
screencapture -V 10 ~/recording.mov # Record 10 seconds
# Install
brew install imagesnap
# Capture
imagesnap ~/camera.png # Take photo
imagesnap -w 2 ~/camera.png # 2-second warmup (better quality)
imagesnap -d "FaceTime HD Camera" ~/camera.png # Specific camera
# List cameras
imagesnap -l
screencapture -t png ~/screenshot.png # PNG (default)
screencapture -t jpg ~/screenshot.jpg # JPEG
screencapture -t pdf ~/screenshot.pdf # PDF
screencapture -t tiff ~/screenshot.tiff # TIFF
# Bring app to front, then capture
osascript -e 'tell app "Finder" to activate'
sleep 0.5
screencapture -x ~/finder.png
| Flag | Description |
| --------------- | -------------------------------- |
| -x | Silent (no shutter sound) |
| -i | Interactive selection mode |
| -c | Copy to clipboard |
| -R x,y,w,h | Capture specific rectangle |
| -T seconds | Delay before capture |
| -t format | Output format (png/jpg/pdf/tiff) |
| -l windowID | Capture specific window |
| -D displayNum | Capture specific display |
| -v | Record video |
| -V seconds | Record video for N seconds |
cli-jaw browser screenshot (captures via CDP).development
Goal execution guidelines with PABCD integration, verification tiers, documentation workflow, and AI-driven planning
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
development
Use this skill any time a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv). This includes: creating, reading, editing, analyzing, or formatting spreadsheets; cleaning messy tabular data; converting between formats; and data visualization with charts. Also use for pandas-based data analysis when the deliverable is a spreadsheet. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration.
tools
Use this skill when the user wants to build a financial model, 3-statement model, DCF valuation, cap table, scenario analysis, or financial projections in Excel. Trigger on: 'financial model', '3-statement model', 'DCF', 'cap table', 'pro forma', 'projections', 'sensitivity analysis', 'waterfall', 'debt schedule', 'break-even', 'discounted cash flow', 'capitalization table', 'fundraising model', 'WACC calculation', 'scenario analysis model'. Input is a text prompt with assumptions. Output is a single .xlsx file with formula-driven, interconnected statement sheets.