Install
openclaw skills install google-drive-search-filesAtomic node skill to search for files in Google Drive using the gog CLI.
openclaw skills install google-drive-search-filesThis skill allows the agent to search for files across Google Drive using the native CLI.
WHEN [A file or folder needs to be located in Google Drive]
THEN [Execute the native terminal command gog drive search "query" --json]
{
"command": "gog drive search \"project proposal\" --json"
}
A JSON array of file objects matching the search criteria.