Automate Google Photos uploads, album management, search, and bulk organization tasks.
This skill appears to be an open-source prompt-style wrapper with strong community trust signals. However, it explicitly depends on external Rube MCP and Google Photos connectivity, involving remote services, account authorization, and local file uploads, so it should be treated with caution rather than as a purely local low-risk tool.
The material claims 'no API keys needed,' but it requires establishing an ACTIVE connection for googlephotos via RUBE_MANAGE_CONNECTIONS and completing an auth link, which implies Google account authorization tokens. Credentials are not directly exposed in the skill, but there is the usual risk of account tokens being held and used through a third-party connection layer.
The documentation explicitly requires adding the remote MCP endpoint https://rube.app/mcp and using it to operate on Google Photos. Uploading media, searching albums, and managing content will send user requests and potentially files/media metadata to external services, which is standard network egress for this kind of integration.
The system flags it as prompt-only, and the material does not show any need to install executables, run scripts, or request additional system-level execution privileges. The skill content is mainly tool-usage guidance rather than local code execution logic.
The declared functions include listing albums, searching media, creating/updating albums, and uploading files from local paths, meaning it can access the user's Google Photos library and handle selected local files. Based on the description, the access appears broadly aligned with the stated purpose, with no obvious request for unrelated system-wide access.
The source is a GitHub open-source repository with very strong community adoption (64.9k stars), which materially lowers supply-chain risk. However, this is a skills collection rather than the backend implementation itself, and the license is unspecified with unknown maintenance status, so the actual Rube MCP/Composio service should still be verified.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "googlephotos-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googlephotos-automation/SKILL.md 2. Save it as ~/.claude/skills/googlephotos-automation/SKILL.md 3. Reload skills and tell me it's ready
Upload photos, manage albums, search media items, and batch-organize content in Google Photos using Rube MCP (Composio).
Toolkit docs: composio.dev/toolkits/googlephotos
RUBE_MANAGE_CONNECTIONS with toolkit googlephotosRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit googlephotosUse GOOGLEPHOTOS_LIST_ALBUMS to retrieve all albums visible in the user's Albums tab.
Tool: GOOGLEPHOTOS_LIST_ALBUMS
Parameters:
- pageSize: Number of albums per page
- pageToken: Pagination token
- excludeNonAppCreatedData: Only show albums created by this app
Use GOOGLEPHOTOS_CREATE_ALBUM to create a new album in Google Photos.
Tool: GOOGLEPHOTOS_CREATE_ALBUM
Parameters:
- title (required): Album title
Use GOOGLEPHOTOS_UPLOAD_MEDIA to upload an image or video file to Google Photos.
Tool: GOOGLEPHOTOS_UPLOAD_MEDIA
Parameters:
- file_to_upload: Local file path to upload
- url: URL of file to upload (alternative to file_to_upload)
- file_name: Name for the uploaded file
- description: Description/caption for the media item
Use GOOGLEPHOTOS_BATCH_CREATE_MEDIA_ITEMS to upload multiple files and create media items in one operation.
Tool: GOOGLEPHOTOS_BATCH_CREATE_MEDIA_ITEMS
Parameters:
- files: Local file paths to upload
- urls: URLs of files to upload
- media_files: Mixed input (files and URLs)
- albumId: Album to add items to
- albumPosition: Position within the album
Use GOOGLEPHOTOS_SEARCH_MEDIA_ITEMS to search the user's photo library with filters.
Tool: GOOGLEPHOTOS_SEARCH_MEDIA_ITEMS
Parameters:
- albumId: Filter by album
- filters: Search filters (date ranges, content categories, media types)
- orderBy: Sort order
- pageSize: Results per page
- pageToken: Pagination token
Use GOOGLEPHOTOS_BATCH_ADD_MEDIA_ITEMS to add existing media items to an album.
Tool: GOOGLEPHOTOS_BATCH_ADD_MEDIA_ITEMS
Parameters:
- albumId (required): Target album ID
- mediaItemIds (required): Array of media item IDs to add
GOOGLEPHOTOS_CREATE_ALBUM to create an album, then GOOGLEPHOTOS_BATCH_CREATE_MEDIA_ITEMS with the album ID to upload and organize photos in one step.GOOGLEPHOTOS_SEARCH_MEDIA_ITEMS or GOOGLEPHOTOS_LIST_MEDIA_ITEMS to find media item IDs, then GOOGLEPHOTOS_BATCH_ADD_MEDIA_ITEMS to add them to albums.GOOGLEPHOTOS_UPDATE_ALBUM to change an album's title or cover photo.GOOGLEPHOTOS_GET_ALBUM with an album ID to retrieve full album information.GOOGLEPHOTOS_ADD_ENRICHMENT to add text overlays, locations, or map enrichments to album positions.url parameter in GOOGLEPHOTOS_UPLOAD_MEDIA or urls in GOOGLEPHOTOS_BATCH_CREATE_MEDIA_ITEMS to upload images directly from web URLs.GOOGLEPHOTOS_LIST_MEDIA_ITEMS is deprecated -- prefer GOOGLEPHOTOS_SEARCH_MEDIA_ITEMS for listing and filtering media.…
Automate Stormglass IO weather data queries and integrations through Rube MCP.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate Globalping network probes and collect results through Rube MCP.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Google Drive file and folder workflows through Rube MCP.
Automate Google Calendar scheduling, lookup, creation, and update tasks via Rube MCP.
Automate Google Cloud Vision image analysis workflows through Rube MCP integrations.
Automate Imgbb image uploads and link management through Rube MCP workflows.
Automate Google Tasks and lists with bulk task management workflows.
Automate Pexels searching and asset management tasks through Rube MCP.