screen-capture

Capture macOS screen content as PNG files or clipboard data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill screen-capture-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screen-capture
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/macos-automation-engineer/screen-capture
Command: npx skills add https://github.com/igot-ai/os-twin --skill screen-capture-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reliable mechanism to capture macOS screen content as PNGs or clipboard data for automated verification, enabling QA workflows to validate UI changes.

Core Features & Use Cases

  • Full-screen, region, window, and clipboard captures via a single interface.
  • Outputs are PNG files or clipboard data, suitable for integration with vision models and checks after actions like window-management or input-capture.
  • Use Case: after automated operations in a war-room, generate a verification image to confirm expected UI state.

Quick Start

To start, run ostwin mac capture full to generate a PNG of the primary screen for verification.

Frequently Asked Questions about screen-capture

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

FAQPage Schema
How do I automate macOS screen capture for QA verification?

Automate macOS screen capture for QA verification by running command-line utilities to grab full-screen, region, or window captures, outputting PNG files or clipboard data for post-action validation.

Can I capture a specific window or screen region as a PNG on macOS?

Yes, you can capture a specific window or screen region as a PNG on macOS using targeted capture commands that isolate UI elements for automated testing and visual verification workflows.

Do I need Screen Recording permissions to take screenshots via terminal?

Yes, you need macOS Screen Recording permissions to take screenshots via terminal for automated workflows, ensuring the system allows non-interactive capture utilities to access screen content.

What is the best way to save macOS screenshots to the clipboard for automation?

The best way to save macOS screenshots to the clipboard for automation is using native capture utilities configured to pipe image data directly into memory for immediate integration checks.

Why does my automated screencapture return a blank image in QA scripts?

Automated screencapture returning a blank image in QA scripts usually happens when macOS Screen Recording permissions are missing for the terminal or automation environment accessing the display.