screenshot

Capture full-screen, region, or window screenshots on macOS and Windows.

32|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DotNetAge/mindx --skill screenshot-dotnetage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot
Source: https://github.com/DotNetAge/mindx/tree/main/skills/screenshot
Command: npx skills add https://github.com/DotNetAge/mindx --skill screenshot-dotnetage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This skill enables instant screen captures, reducing manual steps and enabling quick documentation or sharing.

Core Features & Use Cases

  • Full-screen captures with a single command
  • Area/selection and window captures for precise imagery
  • Delayed captures and custom filenames for flexible workflows

Quick Start

Request a screenshot by specifying type (screen, selection, or window), an optional delay, and an output filename.

Frequently Asked Questions about screenshot

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

FAQPage Schema
How do I automate screenshot capture on macOS and Windows?

Automating screenshot capture on macOS and Windows uses a CLI script to trigger native OS utilities. It supports full-screen, region selection, and window captures with optional delay and custom output filenames.

Can I capture a specific window or screen region from the command line?

Capturing a specific window or screen region from the command line is fully supported. You specify the capture type as 'window' or 'selection' to accurately grab precise imagery on demand without manual cropping.

Do I need jq installed to take screenshots with this CLI tool?

Yes, jq is a required dependency to take screenshots with this CLI tool. You need jq installed on your macOS or Windows desktop environment to execute the capture script and process commands successfully.

How do I add a delay before a full-screen capture starts?

You add a delay before a full-screen capture by specifying an optional delay parameter in your CLI command. This flexible workflow allows time to set up desktop content before the screenshot executes on demand.

What is the best way to script custom filenames for desktop screenshots?

The best way to script custom filenames for desktop screenshots is to define an output path parameter when requesting a capture. This enables quick documentation and instant file sharing without manual renaming.