skills/look-at/SKILL.md
Observe what the user is currently viewing (screen context). Use when the user says "look at my screen" or you need to verify what they're viewing.
npx skillsauth add mbailey/show-me look-atInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture what the user is currently viewing with tmux hierarchy and pane content.
%<id> — Specific pane by ID%1,%2,%3 — Multiple paneswindow — All panes in current window-l, --lines N — Lines of scrollback-H, --hierarchy — Hierarchy only (no content)-p, --preserve-blanks — Keep exact spacingRun via the Bash tool. look-at is on PATH (Claude Code adds plugin bin/ to PATH automatically; for other Agent Skill runtimes, the user must put bin/look-at on PATH themselves, e.g. via a symlink into ~/.local/bin).
look-at [options] [target]
tools
Displays files, URLs, command output or your tmux pane for the user to see. Use whenever USER makes a request like "show me" or "show yourself"
tools
Visual context sharing. LOAD when user says "show me", "open in browser", or "look at".
tools
Observe what the user is currently viewing (screen context)
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".