con un clic
search
Search past appshots by app name, window title, URL, or captured text
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search past appshots by app name, window title, URL, or captured text
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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
List recent appshots with metadata
| name | search |
| description | Search past appshots by app name, window title, URL, or captured text |
Use when you need to find a specific earlier capture by searching app name, window title, browser URL, or on-screen text content.
Invokes the search_appshots MCP tool, which searches the indexed appshot history (~/.appshots/index.json):
query (required): search term(s) — app name, window title, URL fragment, or on-screen textlimit (optional): number of results 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 was capturedcreatedAt: capture time (ISO 8601)directoryPath: directory path to access the full captureget_latest_appshot — fetch the most recent capture directlytake_appshot — capture the current window right nowlist_appshots — browse recent captures without searching