Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기list
스타5
포크0
업데이트2026년 7월 7일 08:42
List recent appshots with metadata
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
List recent appshots with metadata
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
Search past appshots by app name, window title, URL, or captured text
| name | list |
| description | List recent appshots with metadata |
Use when you want to browse the history of recent app captures without searching or taking a fresh screenshot.
Invokes the list_appshots MCP tool, which returns recent captures from the appshot history:
~/.appshots/index.json)limit (optional): number of recent captures 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 capturecreatedAt: when the capture was taken (ISO 8601)directoryPath: directory path to access the full capturesearch_appshots — find captures matching a queryget_latest_appshot — get the single most recent capturetake_appshot — capture the current window now