browser-screenshot

Capture browser page screenshots and output a file_path.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill browser-screenshot-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-screenshot
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/browser-screenshot
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill browser-screenshot-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture the visible webpage content as an image without including the desktop or other applications, enabling clear documentation of page state and visual debugging.

Core Features & Use Cases

  • Page-only capture: Grabs the browser viewport or full page content while excluding OS-level UI and other windows.
  • Optional save path: Accepts a path parameter to persist the screenshot to a user-specified location or auto-generates a file path when omitted.
  • Integration with delivery and workflows: Produces a file_path output that can be passed to artifact delivery tools or used in automated browser tasks.
  • Use cases: Reproducing visual bugs, preserving page snapshots for reports, and capturing UI state during automated tests.

Quick Start

Capture the current browser page and save it to C:/screenshots/result.png using the browser-screenshot skill.

Frequently Asked Questions about browser-screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture a webpage screenshot without including the desktop background?

To capture a webpage screenshot without the desktop, use a tool that targets only the browser viewport or full page content. This excludes OS-level UI and other windows, producing a clean image of the page state for visual debugging.

Can I save a browser screenshot to a specific file path during automated UI verification?

Yes, you can save a browser screenshot to a specific file path. The capture process accepts a path parameter to persist the image to a user-specified location or auto-generates one if omitted, outputting a file_path for artifact delivery.

What is the best way to document page state for visual bug reproduction?

The best way to document page state for visual bug reproduction is capturing the visible webpage content as an image. This isolates page-only content without external windows, providing a clear snapshot for reports and debugging.

Does webpage screenshot capture work with browser-driven workflows for automated testing?

Yes, webpage screenshot capture works with browser-driven workflows. It produces a file_path output that can be passed to artifact delivery tools or used directly in automated browser tasks to capture UI state during tests.

Why does my screenshot include external windows instead of just the webpage content?

If your screenshot includes external windows, you are likely using a desktop-level capture instead of a webpage screenshot tool. A page-only capture targets the browser viewport or full page content, explicitly excluding OS-level UI and other windows.