recipe-create-shared-drive

googleworkspace/cli · updated Apr 8, 2026

$npx skills add https://github.com/googleworkspace/cli --skill recipe-create-shared-drive
0 commentsdiscussion
summary

Create a Google Shared Drive and manage member access with role-based permissions.

  • Requires the gws-drive skill and gws binary to execute
  • Supports three core operations: creating shared drives, adding members with specific roles (writer, reader, etc.), and listing current members
  • Uses Google Workspace API parameters for drive ID and permission management across shared drive resources
skill.md

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>Create and Configure a Shared Drive</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>Create a Google Shared Drive and add members with appropriate roles.</p>\n<h2>Steps</h2>\n<ol>\n<li>Create shared drive: <code>gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}'</code></li>\n<li>Add a member: <code>gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}'</code></li>\n<li>List members: <code>gws drive permissions list --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}'</code></li>\n</ol>"}}]

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.753 reviews
  • Pratham Ware· Dec 28, 2024

    recipe-create-shared-drive reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Tariq Smith· Dec 24, 2024

    recipe-create-shared-drive reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ava Sharma· Dec 20, 2024

    We added recipe-create-shared-drive from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Camila Rao· Dec 4, 2024

    Useful defaults in recipe-create-shared-drive — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Xiao Martin· Nov 23, 2024

    Registry listing for recipe-create-shared-drive matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sakshi Patil· Nov 19, 2024

    I recommend recipe-create-shared-drive for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Neel Anderson· Nov 15, 2024

    I recommend recipe-create-shared-drive for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ira Mensah· Nov 11, 2024

    Solid pick for teams standardizing on skills: recipe-create-shared-drive is focused, and the summary matches what you get after install.

  • Xiao Taylor· Oct 14, 2024

    recipe-create-shared-drive reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Chaitanya Patil· Oct 10, 2024

    Useful defaults in recipe-create-shared-drive — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 53

1 / 6