2.3k★by tyler6204
apple-photos – OpenClaw Skill
apple-photos is an OpenClaw Skills integration for data analytics workflows. Apple Photos.app integration for macOS. List albums, browse photos, search by date/person/content, export photos.
Skill Snapshot
| name | apple-photos |
| description | Apple Photos.app integration for macOS. List albums, browse photos, search by date/person/content, export photos. OpenClaw Skills integration. |
| owner | tyler6204 |
| repository | tyler6204/apple-photos |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @tyler6204/apple-photos |
| last updated | Feb 7, 2026 |
Maintainer

name: apple-photos description: Apple Photos.app integration for macOS. List albums, browse photos, search by date/person/content, export photos. metadata: {"clawdbot":{"emoji":"📷","os":["darwin"]}}
Apple Photos
Access Photos.app via SQLite queries. Run scripts from: cd {baseDir}
Requirements
- Full Disk Access for terminal (System Settings → Privacy → Full Disk Access)
Commands
| 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] |
Output
- Recent/search:
Filename | Date | Type | UUID - People:
ID | Name | Photo Count - Default export:
/tmp/photo_export.jpg
Workflow: View a Photo
- Get UUID:
scripts/photos-recent.sh 1 - Export:
scripts/photos-export.sh "UUID" - View at
/tmp/photo_export.jpg
Notes
- Date format:
YYYY-MM-DDorYYYY-MM-DD HH:MM - Content search uses ML, slower (~5-10s) than date/person (~100ms)
- HEIC auto-converts to JPEG on export
- Name search is case-insensitive, partial match
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- Full Disk Access for terminal (System Settings → Privacy → Full Disk Access)
FAQ
How do I install apple-photos?
Run openclaw add @tyler6204/apple-photos in your terminal. This installs apple-photos into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/tyler6204/apple-photos. Review commits and README documentation before installing.
