# google-drive > Manage Google Drive - upload, download, share files, create folders - Author: Min Khant - Repository: minkhant1996/openclaw-google-skills - Version: 20260203185915 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/minkhant1996/openclaw-google-skills - Web: https://mule.run/skillshub/@@minkhant1996/openclaw-google-skills~google-drive:20260203185915 --- --- name: google-drive description: "Manage Google Drive - upload, download, share files, create folders" metadata: { "openclaw": { "emoji": "📁", "requires": { "bins": ["gdrive"] } } } --- # Google Drive Skill Use the `gdrive` command for ALL file storage tasks. ## Commands ### List & Search ```bash gdrive list # List files gdrive list --folder # List folder gdrive search "query" # Search files gdrive info # Get details ``` ### Upload/Download ```bash gdrive upload file.pdf --to gdrive download --output local.pdf gdrive mkdir "Folder Name" ``` ### Organize ```bash gdrive move --to gdrive copy --name "Copy" gdrive rename --name "New Name" gdrive trash ``` ### Share ```bash gdrive share --email "user@email.com" --role writer gdrive share --anyone # Make public gdrive permissions # List access ``` ### Storage ```bash gdrive quota # Check storage ``` For full help: `gdrive help`