From sundial-org-awesome-openclaw-skills-4
Integrates with Apple Photos.app on macOS to list albums, search by date/person/content, and export photos via SQLite-backed CLI scripts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:apple-photosThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Access Photos.app via SQLite queries. Run scripts from: `cd {baseDir}`
Access Photos.app via SQLite queries. Run scripts from: cd {baseDir}
| Command | Usage |
|---|---|
| Library stats | scripts/photos-count.sh |
| List albums | scripts/photos-list-albums.sh |
| Recent photos | scripts/photos-recent.sh [count] |
| List people | scripts/photos-list-people.sh |
| Search by person | scripts/photos-search-person.sh <name> [limit] |
| Search by content | scripts/photos-search-content.sh <query> [limit] |
| Search by date | scripts/photos-search-date.sh <start> [end] [limit] |
| Photo info | scripts/photos-info.sh <uuid> |
| Export photo | scripts/photos-export.sh <uuid> [output_path] |
Filename | Date | Type | UUIDID | Name | Photo Count/tmp/photo_export.jpgscripts/photos-recent.sh 1scripts/photos-export.sh "UUID"/tmp/photo_export.jpgYYYY-MM-DD or YYYY-MM-DD HH:MMnpx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Searches an Immich photo library by natural language, GPS, dates, people, cameras, and CLIP visual search. Activates on photo-finding requests.
Manages self-hosted Immich photo libraries via natural language search, geographic album curation, duplicate detection, health audits, and interactive HTML galleries.
Automates Google Photos tasks (upload media, manage albums, search photos, batch add items) via Rube MCP (Composio). Always searches tools first for current schemas.