From gws
Shares Google Drive folder and contents with collaborators via gws drive CLI: find folder, add editor/viewer permissions, verify list. Requires gws-drive skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-share-folder-with-teamThe 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
Share a Google Drive folder and all its contents with a list of collaborators.
gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}'gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}'gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format tablenpx claudepluginhub wadewarren/gws-claude-pluginCreates Google Shared Drive, adds members with roles like writer, and lists permissions using gws CLI. Useful for Workspace team project setup.
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.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.