Install
openclaw skills install google-drive-upload-fileAtomic node skill to upload a file to Google Drive using the gog CLI.
openclaw skills install google-drive-upload-fileThis skill allows the agent to upload a local file to Google Drive using the native CLI.
WHEN [A local file needs to be uploaded to Google Drive]
THEN [Execute the native terminal command gog drive upload <localPath>]
{
"command": "gog drive upload /path/to/local/file.txt --json"
}
A JSON object confirming the uploaded file and its Drive ID.