Install
openclaw skills install google-drive-share-fileAtomic node skill to share a file in Google Drive using the gog CLI.
openclaw skills install google-drive-share-fileThis skill allows the agent to share a file or folder in Google Drive using the native CLI.
WHEN [A file or folder needs to be shared with a user or made public]
THEN [Execute the native terminal command gog drive share <fileId> --role reader --type user --email <email>]
{
"command": "gog drive share file_id_123 --role writer --type user --email example@gmail.com --json"
}
A JSON object confirming the permission creation.