en un clic
list
List recent appshots with metadata
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
List recent appshots with metadata
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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