بنقرة واحدة
search
Search past appshots by app name, window title, URL, or captured text
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search past appshots by app name, window title, URL, or captured text
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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