screenshot

Capture desktop screenshots across macOS, Linux, and Windows platforms.

4|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/cuozg/oh-my-skills --skill screenshot-cuozg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screenshot
Source: https://github.com/cuozg/oh-my-skills/tree/main/skills/screenshot
Command: npx skills add https://github.com/cuozg/oh-my-skills --skill screenshot-cuozg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and agents (resource) components.

What problem does it solve?

This Skill allows you to capture screenshots of your desktop, specific windows, or regions of your screen, which is essential for documentation, bug reporting, and sharing visual information.

Core Features & Use Cases

  • Cross-Platform Support: Works on macOS, Linux, and Windows.
  • Flexible Capture Options: Capture the entire screen, a specific application window, a defined pixel region, or the currently active window.
  • Use Case: When reporting a visual bug in an application, use this skill to capture a screenshot of the problematic window and save it directly to your desktop for easy access.

Quick Start

Capture a screenshot of the currently active window and save it to your default screenshot location.

Frequently Asked Questions about screenshot

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

FAQPage Schema
How do I capture a screenshot of a specific application window on macOS?

You can capture a specific application window using this Skill by leveraging the built-in screencapture tool on macOS, which isolates and saves the selected window directly to your disk.

Can I capture a defined pixel region of my screen on Windows?

Yes, you can capture a defined pixel region on Windows. The Skill integrates with PowerShell to execute deterministic region captures, allowing you to specify exact pixel coordinates for the screenshot.

Does this screenshot tool work across Linux, Windows, and macOS?

Yes, the screenshot tool works across macOS, Linux, and Windows. It integrates with OS-level tools like scrot or gnome-screenshot on Linux, PowerShell on Windows, and screencapture on macOS for cross-platform support.

What is the best way to automate screen capture for bug reporting?

The best way to automate screen capture for bug reporting is using this Skill to capture the active window or full screen, saving the visual output locally for immediate documentation and issue tracking.

How do I take a screenshot of the active window on Linux?

To take a screenshot of the active window on Linux, the Skill interfaces with scrot or gnome-screenshot utilities to identify the focused window and save the image to your default screenshot location.