AgentSkillsCN

screenshot

查看最新截图。当用户要求查看、浏览、观察或分析截图,或说“最新截图”时使用。

SKILL.md
--- frontmatter
name: screenshot
description: View the latest screenshot. Use when user asks to look at, view, see, or analyze a screenshot, or says "latest screenshot".
allowed-tools: Bash, Read, Glob

Screenshot Viewer

Finding the latest screenshot

Screenshots are stored in ~/screenshots. To find and read the most recent one:

bash
ls -t ~/screenshots | head -1

Reading the screenshot

Use the Read tool on the file path to view it:

code
~/screenshots/<filename>

The Read tool supports viewing images (PNG, JPG, etc.) and will display them visually.