← ClaudeAtlas

deskclawlisted

Use when you need to see or inspect the Windows desktop — Wes asks "what's on my screen", pastes or offers a screenshot, mentions a native app, dialog, installer or window that is not a browser or a phone, or asks you to check/read/screenshot something outside a web page. Also use before claiming you cannot see the desktop, and whenever a task needs a window's contents, position, or a list of what is open.
ucsandman/claude-skills · ★ 0 · AI & Automation · score 70
Install: claude install-skill ucsandman/claude-skills
# deskclaw — the read-only desktop eye You CAN see the Windows desktop. Before this existed, Wes had to paste screenshots by hand; that is the workflow you are replacing. Reach for this instead of asking him what a window says. **Read-only.** There is no click, type, key or focus verb. Do not promise one. `~/.claude/tools/deskclaw/` — spec at `~/.claude/docs/superpowers/specs/2026-08-12-deskclaw-design.md`. ## Use it, or use something else | Target | Tool | |---|---| | A web page, logged-in or not | `agent-browser` / Playwright over CDP. NOT deskclaw. | | Wes's iPhone | `sidetap` (the `phone` skill). NOT deskclaw. | | An Electron app (Magnetic, VS Code, Slack) | Playwright Electron or `agent-browser skills get electron` — it renders web UI, so the DOM is richer than the UIA tree. | | Blender, Unity | Their headless paths (`feeders/blender/render.py`, Unity CLI). They draw their own UI in OpenGL and expose almost nothing to UIA. | | Native Windows: dialogs, installers, Explorer, Task Scheduler, Office, legacy apps | **deskclaw** | | "What is open right now?" / "what does that window say?" | **deskclaw** | ## The four verbs ```bash ~/.claude/tools/deskclaw/desk windows # what is open ~/.claude/tools/deskclaw/desk snapshot <@wN|title> # a window's UIA tree ~/.claude/tools/deskclaw/desk shot <@wN|title> # PNG to disk ~/.claude/tools/deskclaw/desk viewer [port] # Wes's control page, default 4849 ``` Wes also has a `desk` function in his