← 返回 Skills 市场
Photo Organizer
作者
utopiabenben
· GitHub ↗
· v1.0.0
642
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install photo-organizer
功能描述
照片批量整理工具,支持按时间、地点自动分类和打标签。适用于手机照片整理、相册归档等场景,帮助用户快速整理成千上万张照片!
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install photo-organizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/photo-organizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
正式版本发布!照片批量整理工具,支持按时间、地点自动分类和打标签,预览模式和撤销功能!
v0.1.0
初始版本:照片批量整理工具,支持按时间、地点自动分类和打标签,预览模式和撤销功能!
元数据
常见问题
Photo Organizer 是什么?
照片批量整理工具,支持按时间、地点自动分类和打标签。适用于手机照片整理、相册归档等场景,帮助用户快速整理成千上万张照片!. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。
如何安装 Photo Organizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install photo-organizer」即可一键安装,无需额外配置。
Photo Organizer 是免费的吗?
是的,Photo Organizer 完全免费(开源免费),可自由下载、安装和使用。
Photo Organizer 支持哪些平台?
Photo Organizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Photo Organizer?
由 utopiabenben(@utopiabenben)开发并维护,当前版本 v1.0.0。
推荐 Skills