Loading...
Loading...
Compare original and translation side by side
curl -sSL https://canifi.com/skills/google-photos/install.sh | bashcp -r skills/google-photos ~/.canifi/skills/curl -sSL https://canifi.com/skills/google-photos/install.sh | bashcp -r skills/google-photos ~/.canifi/skills/undefinedundefinedundefinedundefinedcanifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"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..."用户:"查找我夏威夷之旅的照片"
Claude:搜索“夏威夷”和/或旅行的日期范围。
回复:"找到156张夏威夷相关照片,展示海滩、日落
和徒步等分类..."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]"用户:"创建名为'2024精选'的相册,加入我最爱的照片"
Claude:创建名为“2024精选”的相册,添加已标记为星标/收藏的照片。
回复:"已创建相册,包含43张照片:[链接]"User: "Share the vacation album with my family"
Claude: Opens album, creates share link or adds specific people.
Confirms: "Album shared. Link: [shareable link]"用户:"把度假相册分享给我的家人"
Claude:打开相册,创建分享链接或添加特定联系人。
确认:"相册已分享。链接:[可分享链接]"User: "Find all photos with dogs"
Claude: Uses AI search for "dog", shows results.
Reports: "Found 28 photos containing dogs across 12 dates"用户:"查找所有包含狗狗的照片"
Claude:使用AI搜索“狗狗”,展示结果。
回复:"找到28张包含狗狗的照片,分布在12个不同日期"// 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"]'// 搜索框
'input[aria-label="Search your photos"]'
// 照片网格
'.p137Zd' // 照片缩略图
// 单张照片
'[data-latest-bg]'
// 创建按钮
'[aria-label="Create"]'
// 相册选项
'[aria-label="Album"]'
// 分享按钮
'[aria-label="Share"]'
// 收藏按钮
'[aria-label="Add to favorites"]'
// 删除按钮
'[aria-label="Delete"]'
// 下载按钮
'[aria-label="Download"]'
// 编辑按钮
'[aria-label="Edit"]'
// 相册导航
'[aria-label="Albums"]'
// 上传按钮
'[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 typedog // 内容搜索
beach sunset // 多个关键词
"vacation 2024" // 精确短语
selfie // 照片类型
screenshot // 照片类型
food // 内容分类
wedding // 活动类型
Tokyo // 地点
2024-06 // 日期(2024年6月)
last week // 相对日期
videos // 媒体类型