Install
openclaw skills install google-drive-download-fileAtomic node skill to download a file from Google Drive using the gog CLI.
openclaw skills install google-drive-download-fileThis skill allows the agent to download a file from Google Drive using the native CLI.
WHEN [A file needs to be downloaded locally from Google Drive]
THEN [Execute the native terminal command gog drive download <fileId> --out <localPath>]
{
"command": "gog drive download file_id_123 --out /tmp/document.pdf"
}
Confirmation that the file was downloaded to the specified path.