skills/linux-screenshot/SKILL.md
Capture screenshots on Linux using scrot, gnome-screenshot, or maim. Take full screen, window, or region screenshots. Use when a user asks FRIDAY to take a screenshot on Linux.
npx skillsauth add balaraj74/f.r.i.d.a.y linux-screenshotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use scrot or gnome-screenshot to capture screenshots on Linux. This is a Linux alternative to macOS Peekaboo.
Install scrot (recommended):
sudo apt-get install -y scrot
Or install gnome-screenshot:
sudo apt-get install -y gnome-screenshot
Or install maim (more features):
sudo apt-get install -y maim slop
scrot ~/Pictures/screenshot-%Y%m%d-%H%M%S.png
scrot -d 3 ~/Pictures/screenshot-%Y%m%d-%H%M%S.png
scrot -s ~/Pictures/screenshot-%Y%m%d-%H%M%S.png
scrot -u ~/Pictures/window-%Y%m%d-%H%M%S.png
scrot -ub ~/Pictures/window-%Y%m%d-%H%M%S.png
scrot -s - | xclip -selection clipboard -t image/png
scrot -q 90 ~/Pictures/screenshot.jpg
gnome-screenshot -f ~/Pictures/screenshot.png
gnome-screenshot -d 3 -f ~/Pictures/screenshot.png
gnome-screenshot -a -f ~/Pictures/screenshot.png
gnome-screenshot -w -f ~/Pictures/screenshot.png
gnome-screenshot -c
maim ~/Pictures/screenshot.png
maim -s ~/Pictures/screenshot.png
maim -i $(xdotool getactivewindow) ~/Pictures/window.png
maim -g 100x100+500+300 ~/Pictures/region.png
maim -m 10 ~/Pictures/screenshot.png
ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0 -c:v libx264 -preset ultrafast output.mp4
Press q in the terminal or Ctrl+C.
ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0 -f pulse -i default -c:v libx264 -preset ultrafast -c:a aac output.mp4
scrot is lightweight and widely available.maim offers more advanced features.gnome-screenshot integrates well with GNOME desktop.grim instead of scrot.development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Control VS Code from the terminal. Open files, run commands, manage extensions, use the integrated terminal, interact with Copilot, and automate editor tasks. Use when a user asks FRIDAY to work with VS Code, edit files, or run VS Code commands.
tools
Start voice calls via the FRIDAY voice-call plugin.