apple-photos | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / apple-photos

apple-photos

maintained by clawdbot

star 229 account_tree 71 verified_user MIT License
bolt View GitHub

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

  1. Get UUID: scripts/photos-recent.sh 1
  2. Export: scripts/photos-export.sh "UUID"
  3. View at /tmp/photo_export.jpg

Notes

  • Date format: YYYY-MM-DD or YYYY-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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 229
GitHub Forks 71
Created Jan 2026
Last Updated 5个月前
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
grafana
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.