Install
openclaw skills install google-drive-delete-fileAtomic node skill to delete a file in Google Drive using the gog CLI.
openclaw skills install google-drive-delete-fileThis skill allows the agent to move a file to trash in Google Drive using the native CLI.
WHEN [A file needs to be removed or moved to trash in Google Drive]
THEN [Execute the native terminal command gog drive delete <fileId>]
{
"command": "gog drive delete file_id_123"
}
Confirmation that the file was moved to the trash.