Files
2025-11-29 17:55:23 +08:00

599 B

description, allowed-tools, argument-hint, model
description allowed-tools argument-hint model
Take a screenshot of the current browser viewport. Use --full for full page, --selector for specific element. Bash(*)
--full | --selector=".class"
haiku

Screenshot

Take a screenshot of the current browser state.

node ~/.claude/plugins/*/skills/website-debug/scripts/browser-screenshot.js $ARGUMENTS

Options

  • No arguments: Viewport screenshot
  • --full: Full page screenshot (scrollable content)
  • --selector=".class": Screenshot of specific element

After capturing, analyze the screenshot for any visual issues.