A command-line wrapper around Google Drive's v3 API that maps every resource and method to simple bash commands. You get direct access to files, folders, shared drives, comments, and access proposals without wrestling with REST endpoints or authentication flows. The `gws drive files list` and `gws drive files get` commands handle most daily tasks, while specialized resources like `accessproposals` and `drives` cover team management scenarios. It includes a helper upload command for common file operations. Best for automating Drive workflows or building scripts that need programmatic access to your organization's shared drives and file permissions.
npx skills add https://github.com/googleworkspace/cli --skill gws-drive