Install
openclaw skills install photosOrganize, index, and search local photo libraries with AI-powered metadata and safe file handling.
openclaw skills install photos.photo-trash/ folder with original path preserved in filenameedited/ subfolder, originals stay untouchedphotos-pending.json with planned actions for user review.photo-index/ in library root with one JSON sidecar per photo{original-hash}.json — survives renames and moveshash, path, date_taken, camera, gps, description, tags, indexed_atexiftool -json photo.jpg — returns all metadata as JSONexiftool -DateTimeOriginal="2024:03:15 14:30:00" photo.jpgexiftool -gps:all= photo.jpg (operates on copy, not original)exiftool -json -r /photos/ — recursive, outputs arrayYYYY/MM/ or YYYY/MM-DD/ based on user preferenceYYYYMMDD_HHMMSS_originalname.ext — preserves original name, adds sortable prefix.photo-index/config.jsonsips -s format jpeg input.heic --out output.jpg (macOS) or heif-convert (Linux)ls /Volumes/photos | head -1@eaDir (Synology thumbnails) and .DS_Store — skip in indexing