원클릭으로
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