recipe-share-folder-with-team▌
googleworkspace/cli · updated Apr 8, 2026
Batch-share Google Drive folders with multiple collaborators at specified permission levels.
- ›Requires the gws-drive skill to execute folder sharing and permission management operations
- ›Supports role-based access control: assign editor (writer) or viewer (reader) permissions to individual collaborators
- ›Includes folder discovery by name and permission verification steps to confirm successful sharing
- ›Designed as a multi-step recipe for programmatic team collaboration workflows
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Share a Google Drive Folder with a Team</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-drive</code></p>\n</blockquote>\n<p>Share a Google Drive folder and all its contents with a list of collaborators.</p>\n<h2>Steps</h2>\n<ol>\n<li>Find the folder: <code>gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}'</code></li>\n<li>Share as editor: <code>gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "colleague@company.com"}'</code></li>\n<li>Share as viewer: <code>gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "stakeholder@company.com"}'</code></li>\n<li>Verify permissions: <code>gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format table</code></li>\n</ol>"}}]
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.4★★★★★29 reviews- ★★★★★Amina Johnson· Dec 28, 2024
Solid pick for teams standardizing on skills: recipe-share-folder-with-team is focused, and the summary matches what you get after install.
- ★★★★★Amina Garcia· Nov 19, 2024
We added recipe-share-folder-with-team from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Kofi Iyer· Nov 11, 2024
Keeps context tight: recipe-share-folder-with-team is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Amina Flores· Oct 10, 2024
recipe-share-folder-with-team fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ren Malhotra· Oct 2, 2024
recipe-share-folder-with-team is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Anaya Reddy· Sep 25, 2024
Registry listing for recipe-share-folder-with-team matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Isabella Zhang· Sep 21, 2024
recipe-share-folder-with-team reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Oshnikdeep· Sep 13, 2024
recipe-share-folder-with-team has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Alexander Malhotra· Aug 16, 2024
recipe-share-folder-with-team reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Isabella Harris· Aug 8, 2024
Registry listing for recipe-share-folder-with-team matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 29