seer

Capture macOS app window screenshots as PNGs for UI verification.

67|6|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/w00ing/seer-skill --skill seer-w00ing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seer
Source: https://github.com/w00ing/seer-skill/tree/main/skills/seer
Command: npx skills add https://github.com/w00ing/seer-skill --skill seer-w00ing

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Capture precise screenshots of visible macOS app windows to verify UI consistency and document visual changes across apps.

Core Features & Use Cases

  • Capture the frontmost app window as a high-fidelity PNG for baselining and comparisons.
  • Record a window region to .mov, extract frames, and generate summary visuals for regression testing.
  • Annotate captures with arrows, rectangles, text, and Excalidraw exports to communicate UI states and changes.
  • Organize outputs under the .seer directory to support reproducible agent loops and auditing.

Quick Start

Run the capture script to grab the frontmost window and view outputs under the .seer directory.

Frequently Asked Questions about seer

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

FAQPage Schema
How do I capture a macOS app window screenshot for UI regression testing?

To capture a macOS app window screenshot for UI regression testing, run the capture script to grab the frontmost window as a high-fidelity PNG. Outputs are organized under the .seer directory for baseline comparison and auditing.

Can I record a macOS window region to video and extract frames for visual testing?

Yes, you can record a macOS window region to a .mov video file. The Skill then extracts frames and generates summary visuals to support visual regression testing across running applications.

How do I annotate UI screenshots with arrows and text for QA documentation?

You can annotate UI screenshots with arrows, rectangles, text, and Excalidraw exports to clearly communicate UI states and visual changes for QA documentation and design validation.

Do I need Screen Recording permissions on macOS to capture app windows?

Yes, you need macOS with Screen Recording access enabled to capture app windows. The Skill also requires Python with the Pillow library installed to process and manage the visual outputs.

What is the best way to establish a visual baseline for macOS UI verification?

The best way to establish a visual baseline for macOS UI verification is to capture the frontmost app window as a high-fidelity PNG. These captures are stored under the .seer directory to support reproducible comparisons.

Why are my macOS window captures not saving during visual QA workflows?

macOS window captures may not save if Screen Recording access is not granted or the Pillow dependency is missing. Ensure both are installed and configured properly for outputs to organize under the .seer directory.