win-screenshot

Captures Windows screen or region images using PowerShell and .NET System.Drawing.

6|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/IrisGoLab/PCClaw --skill win-screenshot
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: win-screenshot
Source: https://github.com/IrisGoLab/PCClaw/tree/main/skills/win-screenshot
Command: npx skills add https://github.com/IrisGoLab/PCClaw --skill win-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture screenshots on Windows for documentation, debugging, and demonstrations using built-in tools, without external dependencies.

Core Features & Use Cases

  • Full-screen capture of the primary monitor.
  • Region capture for specific coordinates or window regions.
  • Multi-monitor capture and simple window listing to identify targets.
  • No external dependencies; relies on PowerShell and .NET System.Drawing.

Quick Start

Run a PowerShell command to capture the current screen and save it to OUTPUT_PATH.

Frequently Asked Questions about win-screenshot

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

FAQPage Schema
How do I capture a Windows screenshot with PowerShell?▼

You can capture a Windows screenshot with PowerShell by leveraging the built-in .NET System.Drawing class to automate screen content capture and save it as an image file. This approach requires no external dependencies.

Does PowerShell screen capture support multi-monitor setups?▼

Yes, PowerShell screen capture supports multi-monitor setups. You can capture content across multiple displays and use simple window listing commands to identify specific targets for region capture.

Can I capture a specific screen region instead of the full screen in Windows?▼

Yes, you can capture a specific screen region instead of the full screen by providing specific coordinates or window regions to the PowerShell script. This is useful for targeted UI verification.

Do I need external libraries to automate Windows screenshots for UI testing?▼

No, you do not need external libraries to automate Windows screenshots for UI testing. The process relies entirely on built-in Windows tooling, specifically PowerShell and .NET System.Drawing.

What image formats are output by Windows screen capture in PowerShell?▼

Windows screen capture in PowerShell outputs common image formats compatible with standard image tools. These outputs are suitable for documentation, incident reproduction, and UI verification.