Capture full-page screenshot of $ARGUMENTS using agent-browser CLI:
From browsernpx claudepluginhub kriscard/kriscard-claude-plugins --plugin browser/screenshotPrompts for macOS screenshot via screencapture (--window, --full, --crop), instructs user to capture, then analyzes image for UI/UX, errors, code review, or data viz.
/screenshotPrompts macOS screenshot options (--window, --full, --crop or select), instructs screencapture command, and analyzes resulting image for UI, errors, design, code, or accessibility issues.
/screenshotPrompts macOS screenshot mode (--window, --full, --crop) via screencapture, guides user capture, then analyzes image for UI/UX, errors, code review, or design.
/screenshotGuides macOS screenshot capture via screencapture (window, full screen, or crop) and analyzes the resulting image for UI/UX, errors, code, or design.
/screenshotPrompts for macOS screenshot via screencapture (--window, --full, --crop) and analyzes image for UI/UX, errors, code, design, or data visualization.
/screenshotPrompts for macOS screenshot capture via screencapture (--window, --full, --crop or select), then analyzes image for UI/UX, errors, code, design, or data.
Capture full-page screenshot of $ARGUMENTS using agent-browser CLI:
Navigate to page and wait for load:
agent-browser open "$ARGUMENTS" && agent-browser wait --load networkidle
Capture full-page screenshot:
agent-browser screenshot --full screenshot.png
For an AI-friendly annotated screenshot (numbered element labels):
agent-browser screenshot --full --annotate screenshot-annotated.png
Report to user:
If user did not provide a URL, prompt them with: "Please provide a URL to screenshot. Usage: /browser:screenshot <url>"