Agent skill · software engineering · mvanhorn

pp-google-photos

Printing Press CLI for Google Photos. Google Photos Library and Picker APIs for app-created media, albums, uploads, and user-selected media.

Why this skill is useful

Adds executable commands for managing Google Photos media and albums that are not available in public documentation.

What it needs

Requires google-photos-pp-cli installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

Google Photos — Printing Press CLI Prerequisites: Install the CLI This skill drives the google-photos-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: google-photos-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Command Reference albums — Manage app-created Google Photos albums. google-photos-pp-cli albums add-enrichment — Add text, location, or map enrichment to an app-created album. google-photos-pp-cli albums batch-add-media-items — Add app-created media items to an app-created album. google-photos-pp-cli albums batch-remove-media-items — Remove app-created media items from an app-created album. google-photos-pp-cli albums create — Create an album in the user's Google Photos library. google-photos-pp-cli albums get — Get an app-created album by ID. google-photos-pp-cli albums list — List albums created by this app. google-photos-pp-cli albums patch — Update title or cover photo on an app-created album. media-items — Manage app-created Google Photos media items. google-photos-pp-cli media-items batch-create — Create media items from upload tokens. google-photos-pp-cli media-items batch-get — Get multiple app-created media items by ID. google-photos-pp-cli media-items get — Get an app-created media item by ID. google-photos-pp-cli media-items list — List media items created by this app. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/google-photos

View the source on GitHub

Browse the @skills marketplace