browser-screenshot

star 0

Take a screenshot of a webpage using the streaming browser

joemccann By joemccann schedule Updated 1/30/2026

name: browser-screenshot description: Take a screenshot of a webpage using the streaming browser allowed-tools: Bash argument-hint: ""

Browser Screenshot

Take a high-quality screenshot of a webpage using the streaming browser infrastructure.

Usage

cd ${pluginDir} && npm run dev -- screenshot --url "$ARGUMENTS" --output ./screenshots --headless

Features

  • Intelligent wait: Waits for stable frame (no visual changes for 500ms) before capture
  • JPEG output: Optimized for quality and file size
  • Configurable viewport: 1280x800 default, configurable via config file

Output

Screenshots are saved as screenshot_<timestamp>.jpg in the specified output directory.

Install via CLI
npx skills add https://github.com/joemccann/claude-chrome-stream --skill browser-screenshot
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator