npx claudepluginhub joshuarweaver/cascade-web-research --plugin the-focus-ai-chrome-driverURL [OUTPUT] [--full-page] [--selector=CSS] [--format=png|jpeg]# Screenshot Take a screenshot of a web page. Parse the user's request and run: Options: - `--full-page` - Capture entire scrollable page - `--selector="CSS"` - Capture specific element - `--format=png|jpeg|webp` - Output format (default: png) - `--quality=N` - JPEG/WebP quality 0-100 (default: 80) - `--width=N --height=N` - Set viewport size If no output path given, file saves to `/tmp/screenshot-TIMESTAMP.png`. Examples:
/screenshotGuides macOS screenshot capture (window/full/crop via screencapture) and analyzes resulting image for UI/UX, errors, design, code, or data visualization.
/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 for macOS screenshot via screencapture (--window, --full, --crop) and analyzes image for UI/UX, errors, code, design, or data visualization.
/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.
Take a screenshot of a web page.
Parse the user's request and run:
${CLAUDE_PLUGIN_ROOT}/bin/screenshot URL [OUTPUT] [OPTIONS]
Options:
--full-page - Capture entire scrollable page--selector="CSS" - Capture specific element--format=png|jpeg|webp - Output format (default: png)--quality=N - JPEG/WebP quality 0-100 (default: 80)--width=N --height=N - Set viewport sizeIf no output path given, file saves to /tmp/screenshot-TIMESTAMP.png.
Examples:
${CLAUDE_PLUGIN_ROOT}/bin/screenshot https://example.com /tmp/page.png
${CLAUDE_PLUGIN_ROOT}/bin/screenshot https://example.com --full-page --format=jpeg
${CLAUDE_PLUGIN_ROOT}/bin/screenshot https://example.com --selector="article.main"