← 返回
效率工具 中文

Skreenshot

Organize, tag, search, and manage macOS screenshots with OCR, bulk renaming, folder categorization, cleanup, and CleanShot X integration.
通过OCR、批量重命名、文件夹分类、清理及CleanShot X集成整理、标记、搜索和管理macOS截图。
10oss
效率工具 clawhub v0.0.1 1 版本 99788.6 Key: 无需
★ 0
Stars
📥 472
下载
💾 4
安装
1
版本
#latest

概述

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:

# 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/

Default Screenshot Location

macOS saves to ~/Desktop by default. Change it:

# Set custom location
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer

Screenshot Naming Patterns

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

OCR Search

Search screenshot content with OCR tools:

  • textsnip (CLI): textsnip -i *.png | grep "search term"
  • EasyOCR (Python): See references/ocr-setup.md
  • macOS built-in: Live Selection (Cmd+Shift+4 then drag)

Organization Strategies

By Project/Client

Pictures/Screenshots/
├── client-acme/
├── client-globex/
└── personal/

By Category

Pictures/Screenshots/
├── receipts/
├── bugs/
├── inspiration/
├── memes/
└── reference/

By Date (auto-archive)

Pictures/Screenshots/
├── 2026/
│   ├── 01-january/
│   ├── 02-february/
│   └── ...

CleanShot X Integration

If using CleanShot X:

  • Screenshots save to custom folder (configurable)
  • OCR built-in (Cmd+Shift+O)
  • Auto-upload to cloud (optional)

See references/cleancast-x.md for workflow details.

Automation Scripts

scripts/rename_screenshots.py

Batch rename with smart patterns (date, app name, tags).

scripts/archive_old_screenshots.py

Move screenshots older than N days to archive folder.

scripts/ocr_search.py

Search all screenshots by text content.

Workflow Examples

"Find that screenshot of the error message"

  1. Search by date range (when did you see the error?)
  2. OCR search for error text
  3. Open matching results

"Organize my Desktop screenshots"

  1. Run archive script for old screenshots
  2. Move recent ones to categorized folders
  3. Update links if needed (wikilinks, docs)

"Search all screenshots for 'invoice'"

  1. Run OCR search script
  2. Filter results by date/category
  3. Return matches with preview

References:

  • references/ocr-setup.md - OCR tool setup and usage
  • references/cleancast-x.md - CleanShot X workflows
  • references/automation-patterns.md - Advanced automation scripts

版本历史

共 1 个版本

  • v0.0.1 当前
    2026-03-30 03:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,485
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,232
developer-tools

Skrape

10oss
道德网页数据提取,遵守robots排除协议,使用节流抓取请求,符合隐私规定处理("负责任地抓取!")
★ 0 📥 607