/install google-photos
Google Photos
This skill provides a way to interact with Google Photos Library API to automate photo management.
Setup
- Enable API: Enable the "Google Photos Library API" in your Google Cloud Console project.
- Credentials: Download your OAuth 2.0 Client ID credentials as
credentials.json. - Environment: This skill uses a Python virtual environment located in its folder.
Usage
All commands are run through the scripts/gphotos.py script.
List Albums
Useful for finding the ID of an existing album.
./scripts/gphotos.py --action list --credentials /path/to/credentials.json --token /path/to/token.pickle
Create a New Album
./scripts/gphotos.py --action create --title "Vacations 2026" --credentials /path/to/credentials.json --token /path/to/token.pickle
Upload a Photo
You can optionally specify an --album-id to add the photo to a specific album.
./scripts/gphotos.py --action upload --photo "/path/to/image.jpg" --album-id "ALBUM_ID" --credentials /path/to/credentials.json --token /path/to/token.pickle
Privacy & Security
- This skill only has access to photos it uploads or that are explicitly shared with the application.
- Credentials and tokens are stored locally and should be kept secure.
- Never share your
credentials.jsonortoken.picklefiles.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-photos - After installation, invoke the skill by name or use
/google-photos - Provide required inputs per the skill's parameter spec and get structured output
What is Google Photos Manager for OpenClaw?
Manage Google Photos library. Upload photos, create albums, and list library content. Use when the user wants to backup, organize, or share images via Google Photos. It is an AI Agent Skill for Claude Code / OpenClaw, with 2163 downloads so far.
How do I install Google Photos Manager for OpenClaw?
Run "/install google-photos" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Photos Manager for OpenClaw free?
Yes, Google Photos Manager for OpenClaw is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Google Photos Manager for OpenClaw support?
Google Photos Manager for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Photos Manager for OpenClaw?
It is built and maintained by jorgermp (@jorgermp); the current version is v1.0.0.