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.
Scanned 8/30/2026
Install to Claude Code
npx -y skills add mbailey/show-me --skill look-at --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Look At?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mbailey-look-at)More formats (shields.io, HTML) on the badges page.
---
name: look-at
description: 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.
---
# /show-me:look-at
Capture what the user is currently viewing with tmux hierarchy and pane content.
## Targets
- (none) — Current pane content
- `%<id>` — Specific pane by ID
- `%1,%2,%3` — Multiple panes
- `window` — All panes in current window
## Options
- `-l, --lines N` — Lines of scrollback
- `-H, --hierarchy` — Hierarchy only (no content)
- `-p, --preserve-blanks` — Keep exact spacing
## Implementation
Run 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`).
```bash
look-at [options] [target]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!