with one click
search
Search past appshots by app name, window title, URL, or captured text
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
Search past appshots by app name, window title, URL, or captured text
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
| 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 searchingCapture 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