From gws
Share a Google Drive folder and all its contents with a list of collaborators.
npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Share a Google Drive folder and all its contents with a list of collaborators.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Share a Google Drive folder and all its contents with a list of collaborators.
Use this workflow when the user wants to give team members access to a project folder — folder-level sharing cascades to all files inside.
gws drive files list \
--params '{"q": "name = 'FOLDER_NAME' and mimeType = 'application/vnd.google-apps.folder'"}' \
--fields "files(id,name)" --format table
For each person, ask the user what role to assign and use --dry-run:
gws drive permissions create \
--params '{"fileId": "FOLDER_ID"}' \
--json '{"role": "writer", "type": "user", "emailAddress": "colleague@company.com"}' \
--dry-run
Confirm, then execute for each collaborator.
gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format table
--dry-run before granting permissionsreader, commenter, writer, fileOrganizer (can organize), organizer (full control)"type": "group" for Google Groups instead of individual users