instances/xiaodazi/skills/linux-screenshot/SKILL.md
Capture screenshots on Linux using scrot or gnome-screenshot.
npx skillsauth add malue-ai/dazee-small 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.
使用 scrot 或 gnome-screenshot 截取屏幕。
# 全屏截图
scrot "/tmp/screenshot_$(date +%Y%m%d_%H%M%S).png"
# 选区截图
scrot -s "/tmp/region_$(date +%Y%m%d_%H%M%S).png"
# 延时截图
scrot -d 3 "/tmp/delayed_$(date +%Y%m%d_%H%M%S).png"
gnome-screenshot -f "/tmp/screenshot_$(date +%Y%m%d_%H%M%S).png"
# Debian/Ubuntu
sudo apt install scrot
# Fedora
sudo dnf install scrot
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
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
Start voice calls via the Moltbot voice-call plugin.