with one click
list
List recent appshots with metadata
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
List recent appshots with metadata
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Capture the frontmost macOS application window as an appshot (screenshot + accessibility tree)
Check Appshots permissions and storage health
Fetch the most recent appshot without taking a new capture
Search past appshots by app name, window title, URL, or captured text
| name | list |
| description | List recent appshots with metadata |
Use when you want to browse the history of recent app captures without searching or taking a fresh screenshot.
Invokes the list_appshots MCP tool, which returns recent captures from the appshot history:
~/.appshots/index.json)limit (optional): number of recent captures to return, default 20, min 1, max 100Returns a JSON array of serialized capture records; the key fields:
id: unique capture identifierappName / bundleID: the captured applicationwindowTitle: window titlepageURL: page URL if a browser capturecreatedAt: when the capture was taken (ISO 8601)directoryPath: directory path to access the full capturesearch_appshots โ find captures matching a queryget_latest_appshot โ get the single most recent capturetake_appshot โ capture the current window now