From gws
Creates Google Shared Drive, adds members with roles like writer, and lists permissions using gws CLI. Useful for Workspace team project setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-create-shared-driveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Create a Google Shared Drive and add members with appropriate roles.
gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}'gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'gws drive permissions list --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}'npx claudepluginhub wadewarren/gws-claude-pluginShares Google Drive folder and contents with collaborators via gws drive CLI: find folder, add editor/viewer permissions, verify list. Requires gws-drive skill.
Automates Google Drive file and folder operations via Python CLI scripts: search, list, upload, download, create, move, rename, trash. Standalone OAuth for Workspace accounts, no MCP server needed.
Guides Google Workspace CLI (gws) setup: installs via npm, creates GCP project, configures OAuth and APIs (Gmail/Drive/etc.), authenticates, installs Claude Code skills. For first-time use or auth troubleshooting.