take-screenshots

Installation
SKILL.md

take-screenshots

Purpose

RegionSnip is a Windows screenshot capture utility written in C# that provides both programmatic full-screen capture and interactive region selection. It supports JPEG formats, with options for quality compression and image scaling to optimize file size.

Usage

RegionSnip is designed to be called programmatically and outputs JSON results to stdout.

Command Line Arguments

Argument Description Example
--mode <mode> Capture mode: full or region (default: region) --mode full
--out <path> Output file path (required). Use .jpg or .jpeg for JPEG compression. --out screenshot.jpg
--all Capture all monitors (full mode only) --all
--monitor <n> Specific monitor index (0-based, full mode only) --monitor 1
--prompt <text> Custom prompt text for region selection --prompt "Select area"
Related skills
Installs
2
GitHub Stars
1
First Seen
Mar 29, 2026