Skip to main content

look-at

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.

Ir a la instalación

Datos de origen

Repositorio
mbailey/show-me
Última actividad en el origen
20 de agosto de 2026 a las 23:35
Idioma detectado de SKILL.md
inglés
Estrellas
2
Forks
1

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
2 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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] ```
Ver en GitHub