/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-photos - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-photos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2163 次。
如何安装 Google Photos Manager for OpenClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-photos」即可一键安装,无需额外配置。
Google Photos Manager for OpenClaw 是免费的吗?
是的,Google Photos Manager for OpenClaw 完全免费(开源免费),可自由下载、安装和使用。
Google Photos Manager for OpenClaw 支持哪些平台?
Google Photos Manager for OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Photos Manager for OpenClaw?
由 jorgermp(@jorgermp)开发并维护,当前版本 v1.0.0。