looking

Community

Capture on-screen visuals to verify state.

Authorspm1001
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you quickly capture screenshots to verify what's on screen, saving time when you need visual confirmation after CLI operations, during bug investigations, or for documentation. Screenshots persist as files for later sharing or upload.

Core Features & Use Cases

  • Capture specific window: Take a screenshot of a specific application window by name.
  • Title-based capture: Capture a window by matching its title.
  • Full-screen capture: Capture the entire display for a complete state snapshot.
  • Output persistence: Screenshots are saved as image files for documentation or reporting.
  • Use Case: After an uncertain CLI step or a tool prompt, capture the current screen to verify results.

Quick Start

~/.claude/.venv/bin/python ~/.claude/skills/looking/scripts/look.py --app Ghostty ~/.claude/.venv/bin/python ~/.claude/skills/looking/scripts/look.py --screen ~/.claude/.venv/bin/python ~/.claude/skills/looking/scripts/look.py --list ~/.claude/.venv/bin/python ~/.claude/skills/looking/scripts/look.py --app Chrome --title "LinkedIn"

Dependency Matrix

Required Modules

pyobjc-framework-Quartz

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: looking
Download link: https://github.com/spm1001/claude-config-public/archive/main.zip#looking

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository