Loading...
Loading...
Enables Claude to browse, organize, and manage photos and videos in Google Photos via Playwright MCP
npx skill4agent add andrejones92/canifi-life-os google-photoscurl -sSL https://canifi.com/skills/google-photos/install.sh | bashcp -r skills/google-photos ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GOOGLE_EMAIL "your-email@gmail.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Find photos from my trip to Hawaii"
Claude: Searches for "Hawaii" and/or date range of trip.
Reports: "Found 156 photos from Hawaii. Showing beach, sunset,
and hiking categories..."User: "Create an album called 'Best of 2024' with my favorite photos"
Claude: Creates album "Best of 2024", adds starred/favorited photos.
Returns: "Created album with 43 photos: [link]"User: "Share the vacation album with my family"
Claude: Opens album, creates share link or adds specific people.
Confirms: "Album shared. Link: [shareable link]"User: "Find all photos with dogs"
Claude: Uses AI search for "dog", shows results.
Reports: "Found 28 photos containing dogs across 12 dates"// Search box
'input[aria-label="Search your photos"]'
// Photo grid
'.p137Zd' // Photo thumbnails
// Individual photo
'[data-latest-bg]'
// Create button
'[aria-label="Create"]'
// Album option
'[aria-label="Album"]'
// Share button
'[aria-label="Share"]'
// Favorite button
'[aria-label="Add to favorites"]'
// Delete button
'[aria-label="Delete"]'
// Download button
'[aria-label="Download"]'
// Edit button
'[aria-label="Edit"]'
// Albums navigation
'[aria-label="Albums"]'
// Upload button
'[aria-label="Upload"]'dog // Content search
beach sunset // Multiple terms
"vacation 2024" // Exact phrase
selfie // Photo type
screenshot // Photo type
food // Content category
wedding // Event type
Tokyo // Location
2024-06 // Date (June 2024)
last week // Relative date
videos // Media type