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 para a instalação

Informações da origem

Repositório
mbailey/show-me
Última atividade na origem
20 de agosto de 2026 às 23:35
Idioma detectado do SKILL.md
inglês
Estrelas
2
Forks
1

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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 no GitHub