screenshot

Installation
SKILL.md

Screenshot & Screen Recording

Overview

Capture screenshots and screen recordings from the terminal.

Screenshots

Linux

# Full screen (scrot)
scrot /tmp/screenshot.png

# Active window
scrot -u /tmp/window.png

# Selection (click and drag)
scrot -s /tmp/selection.png
Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026