# Screenshot

> Analyze screenshots from the clipboard. Use when the user asks about a screenshot or wants to analyze a copied image. Use when this capability is needed.

- Skill: `tomevault-io/screenshot-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/screenshot-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/screenshot-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/screenshot-2

---


# Screenshot Analysis Skill

A skill for analyzing screenshots from the clipboard.

## Instructions

When the user asks about a screenshot:

1. **Get the image from clipboard**
   - Run `wl-paste > /tmp/clipboard-screenshot.png` to save the clipboard image to a temp file.
   - If the user provides a specific file path, use that instead.

2. **Read the image using the Read tool**
   - Read `/tmp/clipboard-screenshot.png` (or the provided path)
   - Carefully examine the image content
   - Check UI elements, error messages, text, and visual indicators

3. **Analyze and respond**
   - Clearly describe what you see
   - Identify issues or areas for improvement
   - Provide specific solutions or suggestions

## Common Use Cases

- Debugging UI bugs or layout issues
- Analyzing error messages
- Understanding application states
- Creating documentation or explanations

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/ymat19) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

