10sk/skreenshot/SKILL.md
# Skreenshot macOS accumulates screenshots rapidly—on the Desktop by default, often forgotten and unorganized. This skill provides workflows to tame the chaos. ## Quick Start **Find screenshots:** ```bash # List recent screenshots (last 7 days) find ~/Desktop -name "Screenshot*.png" -mtime -7 | head -20 # Search by content (OCR) textsnip -i ~/Desktop/Screenshot*.png | grep -i "receipt" ``` **Organize:** ```bash # Move to categorized folders mkdir -p ~/Pictures/Screenshots/{work,personal,rec
npx skillsauth add openclaw/skills 10sk/skreenshotInstall 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.
macOS accumulates screenshots rapidly—on the Desktop by default, often forgotten and unorganized. This skill provides workflows to tame the chaos.
Find screenshots:
# List recent screenshots (last 7 days)
find ~/Desktop -name "Screenshot*.png" -mtime -7 | head -20
# Search by content (OCR)
textsnip -i ~/Desktop/Screenshot*.png | grep -i "receipt"
Organize:
# Move to categorized folders
mkdir -p ~/Pictures/Screenshots/{work,personal,receipts,memes}
mv ~/Desktop/Screenshot*.png ~/Pictures/Screenshots/personal/
macOS saves to ~/Desktop by default. Change it:
# Set custom location
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer
Default: Screenshot YYYY-MM-DD at HH.MM.SS.png
Smart rename with context:
# Use script for batch rename with date + optional tags
python scripts/rename_screenshots.py --add-tags work,receipt
Search screenshot content with OCR tools:
textsnip -i *.png | grep "search term"references/ocr-setup.mdPictures/Screenshots/
├── client-acme/
├── client-globex/
└── personal/
Pictures/Screenshots/
├── receipts/
├── bugs/
├── inspiration/
├── memes/
└── reference/
Pictures/Screenshots/
├── 2026/
│ ├── 01-january/
│ ├── 02-february/
│ └── ...
If using CleanShot X:
See references/cleancast-x.md for workflow details.
scripts/rename_screenshots.pyBatch rename with smart patterns (date, app name, tags).
scripts/archive_old_screenshots.pyMove screenshots older than N days to archive folder.
scripts/ocr_search.pySearch all screenshots by text content.
"Find that screenshot of the error message"
"Organize my Desktop screenshots"
"Search all screenshots for 'invoice'"
References:
references/ocr-setup.md - OCR tool setup and usagereferences/cleancast-x.md - CleanShot X workflowsreferences/automation-patterns.md - Advanced automation scriptstools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。