← Back to Skills Marketplace
Photo Organizer
by
utopiabenben
· GitHub ↗
· v1.0.0
642
Downloads
0
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install photo-organizer
Description
照片批量整理工具,支持按时间、地点自动分类和打标签。适用于手机照片整理、相册归档等场景,帮助用户快速整理成千上万张照片!
Usage Guidance
This skill appears to be a straightforward local photo organizer with no network exfiltration or secret access. Before installing/using: 1) test with a small copy of your photos and use --preview to verify results; 2) ensure you have backups of originals (the tool copies files but keep an independent backup); 3) note the documentation overpromises features (tagging, place-name resolution, config options) that the current script does not implement; 4) ensure Pillow is installed for EXIF support (HEIC/webp support may require additional libraries); and 5) be cautious running any tool on the original master photo library until you confirm behavior on a sample.
Capability Analysis
Type: OpenClaw Skill
Name: photo-organizer
Version: 1.0.0
The photo-organizer skill is a legitimate utility for sorting image files based on EXIF metadata (date and location). The Python script (photo_organizer.py) uses standard libraries like pathlib and shutil to copy files and manage a local JSON backup for its 'undo' functionality, with no evidence of network activity, data exfiltration, or malicious command execution.
Capability Assessment
Purpose & Capability
Name/description match the code's core behavior (organize by date/location, preview, undo). However the docs advertise extra features (batch tagging, GPS->place name conversion, config file options) that are not implemented in the shipped photo_organizer.py — an overpromise but not evidence of malicious behavior.
Instruction Scope
SKILL.md instructs running the CLI on local directories and to use --preview first; the code only accesses the specified input/output directories and writes a local backup JSON. Instructions do not request unrelated files, environment variables, or external endpoints.
Install Mechanism
There is no install spec in the registry bundle (instruction-only). README/SKILL.md suggest installing via pip or clawhub, but no install script is provided in this package. This mismatch is an implementation/documentation inconsistency but not a high-risk install mechanism.
Credentials
The skill requires no environment variables, no credentials, and does not access system-wide config. Its file I/O is limited to the user-specified input/output directories and a backup JSON in the output directory.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system-wide agent settings. It stores a local backup mapping file in the output directory (expected behavior for undo).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install photo-organizer - After installation, invoke the skill by name or use
/photo-organizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
正式版本发布!照片批量整理工具,支持按时间、地点自动分类和打标签,预览模式和撤销功能!
v0.1.0
初始版本:照片批量整理工具,支持按时间、地点自动分类和打标签,预览模式和撤销功能!
Metadata
Frequently Asked Questions
What is Photo Organizer?
照片批量整理工具,支持按时间、地点自动分类和打标签。适用于手机照片整理、相册归档等场景,帮助用户快速整理成千上万张照片!. It is an AI Agent Skill for Claude Code / OpenClaw, with 642 downloads so far.
How do I install Photo Organizer?
Run "/install photo-organizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Photo Organizer free?
Yes, Photo Organizer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Photo Organizer support?
Photo Organizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Photo Organizer?
It is built and maintained by utopiabenben (@utopiabenben); the current version is v1.0.0.
More Skills