scr

star 4

Read the last screenshot from ~/Pictures/Screenshots. Use when user says "screenshot", "scr", "last screenshot", or references a screen capture they just took. Also use proactively when the user seems to be referencing visual content they captured.

lttr By lttr schedule Updated 2/6/2026

name: scr description: Read the last screenshot from ~/Pictures/Screenshots. Use when user says "screenshot", "scr", "last screenshot", or references a screen capture they just took. Also use proactively when the user seems to be referencing visual content they captured.

Last Screenshot

Read the most recent screenshot from ~/Pictures/Screenshots/.

Workflow

  1. Find the latest screenshot:
ls -t ~/Pictures/Screenshots/ | head -1
  1. Read it using the Read tool:
Read ~/Pictures/Screenshots/<filename>
  1. Describe or act on the screenshot content based on the user's request.

Notes

  • Screenshots are saved by the Gnome screenshot utility
  • Filename pattern: Screenshot from YYYY-MM-DD HH-MM-SS.png
  • If no screenshots exist, inform the user
Install via CLI
npx skills add https://github.com/lttr/dotfiles --skill scr
Repository Details
star Stars 4
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator