Recipe Share Folder With Team
Skill Verified ActiveShare a Google Drive folder and all its contents with a list of collaborators.
To efficiently and securely share Google Drive folders and their contents with multiple collaborators by programmatically setting their access permissions.
Features
- Share Google Drive folders with collaborators
- Assign 'writer' or 'reader' roles to users
- Verify that permissions have been applied correctly
- Automates a common collaboration workflow
Use Cases
- Use when needing to grant access to a project folder for a team
- Use when onboarding new team members and providing them access to necessary Drive resources
- Use when revoking or confirming access for external stakeholders
Non-Goals
- Managing individual file permissions within the shared folder
- Sharing entire Google Drive accounts
- Executing operations outside of Google Drive permission management
Workflow
- Find the target Google Drive folder by name
- Share the folder with a collaborator as an editor
- Share the folder with another collaborator as a viewer
- Verify that the permissions have been successfully applied
Prerequisites
- gws CLI installed
- gws-drive skill loaded
- Authentication configured for gws CLI
Scope
- info:Tool surface sizeThe SKILL.md uses a few specific `gws` commands, but the underlying `gws` CLI exposes a very large surface area of tools.
Installation
npx skills add googleworkspace/cliRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
Team Lead Persona
100Lead a team — run standups, coordinate tasks, and communicate.
Recipe Watch Drive Changes
100Subscribe to change notifications on a Google Drive file or folder.
Feishu Perm
99Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.
Recipe Share Event Materials
99Share Google Drive files with all attendees of a Google Calendar event.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Public Google Drive
100Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.