AI SummaryA skill that captures content from any app window without switching focus, enabling Claude to see what's displayed in Chrome, Slack, and other applications. Useful for developers and power users who need AI assistance analyzing visible screen content.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "look" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/look && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/look/SKILL.md "https://raw.githubusercontent.com/factory-ben/look/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Capture any app window without switching focus. Use when user asks to "look at [app]", "what's on my [app]", "read my [screen/window]", or needs to see content from Chrome, Slack, Superhuman, Granola, Notes, etc. Works even when windows are obscured or behind others.
Usage
`bash ./look chrome # OCR text from Chrome ./look slack # fuzzy match app name ./look list # show all windows ./look --json # JSON output ./look # frontmost window `
look
Capture window content without changing focus.
Build
`bash swiftc -O -parse-as-library look.swift -o look `
Output
• TTY: OCR text to stdout • Piped: JSON {app, title, image, text}
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster