← Back to Skills Marketplace
230
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skreenshot
Description
Organize, tag, search, and manage macOS screenshots with OCR, bulk renaming, folder categorization, cleanup, and CleanShot X integration.
Usage Guidance
This skill appears to do exactly what it says: local renaming and archiving of macOS screenshots and guidance for using OCR. Before running anything, review the two Python scripts locally and run them with --dry-run first. Be aware the README shows a 'defaults write com.apple.screencapture' command that will change where macOS saves screenshots—only run it if you want that change. If you enable scheduled automation (crontab, Hazel) or add shell aliases, those actions will persist on your machine and run without further prompts. Install third‑party OCR tools (textsnip, EasyOCR) only from trusted sources; macOS may request filesystem permissions to access Desktop/Pictures. Also check the example cron path (~/Documents/Skreenshot) matches where you store the skill files before enabling automation.
Capability Analysis
Type: OpenClaw Skill
Name: skreenshot
Version: 0.0.1
The Skreenshot skill bundle is designed for managing and organizing macOS screenshots. The included Python scripts, archive_old_screenshots.py and rename_screenshots.py, perform legitimate file system operations such as moving and renaming files based on date patterns. The documentation provides helpful automation patterns and OCR setup instructions without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (organize, rename, archive, OCR-search screenshots) matches the included scripts and docs. The Python scripts operate only on user file paths (~/Desktop, ~/Pictures/Screenshots) and perform renaming/moving; referenced OCR tools (textsnip, EasyOCR) are reasonable optional dependencies for the described OCR search feature.
Instruction Scope
SKILL.md instructs the agent/user to list, rename, move, archive screenshots and to run OCR tools. It also shows a 'defaults write com.apple.screencapture location' command which changes a macOS system setting (expected for this purpose). The docs recommend adding cron jobs, Hazel rules, and shell aliases which extend the skill's effects persistently on the host—these are in-scope but are system-modifying and should be applied only with user consent. The README assumes third-party tools may be installed but does not install them automatically.
Install Mechanism
No install spec is provided (instruction-only plus two small scripts). Nothing is downloaded or executed from external URLs by the skill itself. The scripts are small, readable, and perform only local filesystem operations.
Credentials
The skill requests no environment variables or credentials. The scripts only access user file paths. Note: running OCR or moving files may require macOS filesystem permissions (e.g., Desktop/Pictures access or Full Disk Access) and installing third-party OCR tools via Homebrew/pip is required if the user wants those features.
Persistence & Privilege
The skill itself is not permanently enabled (always:false) and does not request elevated platform privileges. However, the documentation suggests adding cron entries, Hazel automation rules, and shell aliases which create persistent behaviors on the host. This is expected for an automation tool but worth highlighting as a user action that persists outside the agent.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skreenshot - After installation, invoke the skill by name or use
/skreenshot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
Skreenshot 0.0.1 – Initial Release
- Organize, tag, search, and manage screenshots on macOS.
- Provides workflows for finding, categorizing, renaming, and archiving screenshots.
- Supports OCR searching of screenshot content.
- Includes automation scripts for batch renaming, archiving, and OCR search.
- Offers integration tips for CleanShot X and macOS screenshot tools.
Metadata
Frequently Asked Questions
What is Skreenshot?
Organize, tag, search, and manage macOS screenshots with OCR, bulk renaming, folder categorization, cleanup, and CleanShot X integration. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install Skreenshot?
Run "/install skreenshot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skreenshot free?
Yes, Skreenshot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skreenshot support?
Skreenshot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skreenshot?
It is built and maintained by X (@10oss); the current version is v0.0.1.
More Skills