在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用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