Install
openclaw skills install google-photos-albumsUpload, search, and manage photos, albums, and media items in Google Photos — powered by ClawLink.
openclaw skills install google-photos-albumsWork with Google Photos from chat — upload media, search photos, manage albums, and update media items.
Powered by ClawLink, an integration hub for OpenClaw that handles hosted connection flows and credentials so you don't need to configure Google Photos API access yourself.
openclaw plugins install clawhub:clawlink-pluginclawlink_begin_pairingclawlink_get_pairing_statusclawlink_list_integrations and then clawlink_list_tools with the googlephotos integration slugIf the ClawLink plugin is not installed yet, tell the user to run:
openclaw plugins install clawhub:clawlink-plugin
If the current chat started before the plugin was installed and ClawLink tools are still unavailable, tell the user to start a fresh chat so OpenClaw reloads the plugin tool catalog.
If ClawLink reports that the plugin is not configured, the plugin has not been paired with the user's ClawLink account yet.
clawlink_begin_pairing.clawlink_get_pairing_status to finish local setup.Pairing stores a local ClawLink credential in OpenClaw's plugin config so future tool calls can work. The user should not paste raw credentials into chat.
Tell the user to open https://claw-link.dev/dashboard?add=googlephotos and connect Google Photos there. The page opens the add-connection panel filtered to Google Photos. ClawLink's hosted page runs the Google account connection flow — the user clicks through Google sign-in and consent. When they confirm it is done, call clawlink_list_integrations to verify, then call clawlink_list_tools with integration googlephotos.
ClawLink provides tools dynamically based on what the user has connected. You do not need to know tool names or schemas in advance.
clawlink_list_integrations to confirm Google Photos is connected.clawlink_list_tools with integration googlephotos.clawlink_search_tools with a short query and integration googlephotos.clawlink_describe_tool before using an unfamiliar tool, before any write, or when the request is ambiguous.whenToUse, askBefore, safeDefaults, examples, and followups.clawlink_preview_tool first, then confirm with the user.clawlink_call_tool.Typical Google Photos tasks (actual availability depends on the user's connected account, permissions, scopes, and current ClawLink tool catalog):
Note: Due to Google Photos API restrictions (effective March 31, 2025), listing media items only returns content uploaded by this application, not the user's full camera roll or photos from other apps.