一键导入
doctor
Check Appshots permissions and storage health
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check Appshots permissions and storage health
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Capture the frontmost macOS application window as an appshot (screenshot + accessibility tree)
Fetch the most recent appshot without taking a new capture
List recent appshots with metadata
Search past appshots by app name, window title, URL, or captured text
| name | doctor |
| description | Check Appshots permissions and storage health |
Use when you need to diagnose issues with Appshots or verify permissions and storage are healthy.
~/.appshots/ storage exists and the latest pointers are in syncInvokes the doctor_appshots MCP tool, which runs health checks over permissions and storage:
AXIsProcessTrusted) — needed for the AX-tree walk and global hot keyCGPreflightScreenCaptureAccess) — needed for the screenshot~/.appshots/ storage root exists and its index.json is presentReturns a JSON array of health checks. Each check has:
name: the check name — one of accessibility_permission, screen_recording_permission, storage_root, index, latest_capture, latest_prompt, latest_screenshotok: boolean — whether the check passeddetail: a human-readable explanationAny ok: false indicates what to fix — e.g. a failing permission check means the user must grant Accessibility or Screen Recording to the capturing binary in System Settings → Privacy & Security. The same checks are available headlessly via appshotsctl doctor.
get_latest_appshot — fetch the latest capture (fails gracefully if storage issues exist)list_appshots — list recent captures to verify indexing