screenshot-capture

Capture full screens, windows, or regions and save as PNG files.

84|15|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/AIDotNet/MoYuCode --skill screenshot-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot-capture
Source: https://github.com/AIDotNet/MoYuCode/tree/main/skills/tools/screenshot-capture
Command: npx skills add https://github.com/AIDotNet/MoYuCode --skill screenshot-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, and includes scripts (resource) components.

What problem does it solve?

This tool allows users to easily capture screenshots of their entire screen, specific windows, or custom regions, with the added benefit of annotation capabilities.

Core Features & Use Cases

  • Full Screen Capture: Quickly grab an image of your entire display.
  • Region Selection: Precisely capture only the part of the screen you need.
  • Delayed Capture: Set a timer for capturing screenshots after a few seconds.
  • Use Case: You need to document a bug in a specific application window. Use this tool to capture just that window, save it as an image, and then annotate it to highlight the issue.

Quick Start

Capture the entire screen and save it as screen.png.

Frequently Asked Questions about screenshot-capture

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

FAQPage Schema
How do I capture a screenshot of a specific window or region?

To capture a screenshot of a specific region or window, you define the target area boundaries within the automation script. The tool then grabs that defined portion of the screen and saves the captured image directly to an output file in PNG format.

Can I add a delay before taking a screenshot?

Yes, you can set an optional delay before taking a screenshot. This delayed capture feature allows you to set a timer in seconds, giving you time to prepare the screen state before the image is grabbed and saved.

Does this screenshot tool support image annotation?

Yes, the screenshot tool supports image annotation capabilities. After capturing the full screen or a specific region, you can annotate the saved PNG output to highlight specific issues or areas within the image.

What image format does the screen capture output use?

The screen capture output uses PNG format. The tool utilizes the Pillow library for image manipulation, saving your full screen, window, or region captures as PNG files at your specified output path.

Do I need Pillow installed to automate screenshot capture?

Yes, you need Pillow installed to automate screenshot capture. The tool relies on the Pillow library for its image manipulation and screen grabbing functionalities to capture and save regions or full screens.

What is the best way to automate capturing a full screen to a PNG file?

The best way to automate capturing a full screen to a PNG file is using a script that calls the screen grabbing function. The tool quickly grabs your entire display and saves the image directly to a specified output file.