| name |
search_google_photos |
| description |
Searches the user's Google Photos library using the system's Search Activity Alias. |
| tools |
|
This skill triggers the native search interface of Google Photos to find specific people, objects, or locations.
| Name |
Type |
Description |
Required |
| query |
String |
The subject to search for (e.g., "Sushi", "Mountains"). |
Yes |
The agent must dispatch the following Android Intent:
- Action:
com.google.android.gms.actions.SEARCH_ACTION
- Target Package:
com.google.android.apps.photos
- Target Component:
com.google.android.apps.photos/.search.SearchActivityAlias
- Extras:
- Identify when a user wants to browse or find existing photos.
- Extract the specific keywords from the user's request.
- Fire the
intent_dispatch tool with the parameters above.